A link please; also pls make it so that i can test it myself; if this requires login, send me details at opajaap at opajaap dot nl
Also, please tick the box in Table IX-A3: Allow WPPA+ Debugging
What is your server php setting memory_limit (see Table XII: php config, chapter: Core
ok, here is a link, no login required right now. Texts are partly in German, hope this isn’t a problem.
http://lukast85.achernar.uberspace.de/
memory_limit
local value 256M
master value 128M
I tested it, one from laptop, one from samsung phone ( the hund ), no problems. Server memory is ok. Maybe you had a poor connection?
Might be, upload was quick though and processing simply did not finish. It might be connected to picture size, my phone has a pretty high resolution. When I turn it down, it works fine, which is probably no surprise.
also it seems that pictures still turn up on the server, only without thumbnail.
This is probably it, but is there anything, I can do (in the settings maybe) to improve server connection und upload processing? Should I turn off resizing for example?
Lukas
Reading all this, my conclusion is that it is a memory issue.
You can verify this on the srver error log: you will find memory limit exceeded errors.
The best thing to do is ask your hosting provider to increase the master value of memory_limit to 256 Mb. ( The smallest of the two is the real limit ).
Switching resizing off may help, but you still will need the full memory image ( approx 5 bytes per pixel ) of the original image to create the thumbnail. The thumbnail also needs 5 bytes per pixel at the same time, but it is much less than the resized image size ( times 5 bytes per pixel ).
Try to create the thumbnail afterwards on the album admin -> Edit page. You can also see there if the resized image has been created, and you can try to create it there ( if it says: unavailable, try remake files ).
Thank you Jacob,
i have increased the memory_limit to 256M and haven’t had a problem since. Thank you very much for your amazing plugin and support.
Lukas