a-ok Posted November 21, 2018 Share Posted November 21, 2018 I'm attempting to add over 300 images to an image field but when I add them all I get the following errors... The images are around 200kb each. My php.ini settings are fairly high. Any thoughts? Am I able to stop simultaneously uploads and add one at a time (which I think is what the issue is). Link to comment Share on other sites More sharing options...
Zeka Posted November 21, 2018 Share Posted November 21, 2018 @a-ok Would be great to hear more info like PW, PHP and MySQL version, do you use admin interface or API for importing? Also, take a look at these links: https://github.com/processwire/processwire-issues/issues/132 1 Link to comment Share on other sites More sharing options...
a-ok Posted November 22, 2018 Author Share Posted November 22, 2018 9 hours ago, Zeka said: Would be great to hear more info like PW, PHP and MySQL version, do you use admin interface or API for importing? Yes, sorry. PW 3.0.62, PHP 5.6.37, mySQL 5.7.17 I'm using the admin interface for importing. Link to comment Share on other sites More sharing options...
a-ok Posted November 22, 2018 Author Share Posted November 22, 2018 I’ve upgraded PHP to 7.1 and PW to the latest. Still the same issue. I wonder if I could create the pages (and thus the assets folders) and dump the images in there and hook them up that way? Link to comment Share on other sites More sharing options...
Zeka Posted November 22, 2018 Share Posted November 22, 2018 @a-ok Is there some reason why you are not on the master version which is 3.0.98? What you can do for testing purpose is to update your installation if it won't help try fresh installation, so we can determine is it somehow relative to your environment or installation. Any image-related third party modules installed? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now