Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.20, csv import, extension
- This topic has 9 replies, 2 voices, and was last updated 8 years, 2 months ago by
Steven Zahm.
-
AuthorPosts
-
06/07/2018 at 7:58 pm #464931
Kellen Oberts
ParticipantHi! First of all, great plugin. I’m having some issues trying to get a CSV file with the Photo URL field uploaded. All of the fields are mapped correctly, and as soon as I click “Import”, the “Please Wait…” progress bar just stalls infinitely. I’ve tried uploading a single line CSV, still that stalled. When I removed the URL from the Photo URL field, the upload worked perfectly. I’ve tried placing the image file on multiple servers to see if it was an access issue (the site is behind a firewall), but that doesn’t seem to matter. I’ve also tried different images, still no luck.
I have all of the images saved locally inside the WordPress Uploads folder, so is there a way to use a relative URL in that field? I tried /wp-content/uploads/…etc but that just resulted in a successful import with no image. I actually even tried creating a /connections-images/ folder with the name folder structure, but strangely that resulted in the persons image folder being auto-removed completely from the server upon import (maybe an overwrite issue). Any help would be appreciated. Thanks!
06/08/2018 at 11:59 am #465014Steven Zahm
Keymaster@ Kellen
Let’s take one step back… Are you able to add a new entry with an image using the admin Add Entry page?
06/08/2018 at 1:47 pm #465053Kellen Oberts
ParticipantHi Steven, Yes I am able to add a new entry with an image. That works great, it’s the upload through CSV that seems to be the issue.
06/08/2018 at 1:53 pm #465054Steven Zahm
Keymaster@ Kellen
Can you please attach a copy of the single line CSV file that failed? Rename the
.csvto.txtbefore attaching it to your reply. Please make sure the image URL is valid and publicly accessible.06/08/2018 at 2:03 pm #465055Kellen Oberts
ParticipantThis reply has been marked as private.06/08/2018 at 2:19 pm #465057Steven Zahm
Keymaster@ Kellen
Ok, the file seems fine. I was able to import it without issue on my test site. Can you please create a temp admin account using this plugin:
https://wordpress.org/plugins/temporary-login-without-password/
Reply back, as a private reply, with the login token URL.
06/08/2018 at 2:27 pm #465058Kellen Oberts
ParticipantThis reply has been marked as private.06/08/2018 at 3:17 pm #465061Steven Zahm
KeymasterThis reply has been marked as private.06/11/2018 at 2:22 pm #465249Kellen Oberts
ParticipantHi Steven, we did a bit more investigating based on your suggestions and it appears that the admin-ajax.php is throwing a 500 error. There are no errors in the logs, so I’m not sure why this is happening. Can you provide any insight on how we might be able to resolve that. I suspect that this may be the root cause of the issue. Thank you!
06/11/2018 at 2:38 pm #465253Steven Zahm
Keymaster@ Kellen
Hmmm… I would expect at least one image to import with an error on
admin-ajax.php.Best guesses is that PHP is exhausting the memory allocated to it or the execution time limit is being exhausted. Here are the tutorials I have which goes thru increasing both:
Also:
Add the following to the wp-config.php file:
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );These should be added before /* That’s all, stop editing! Happy blogging. */ line.
Hope this helps, let me know.
-
AuthorPosts
- You must be logged in to reply to this topic.
