marvindebruin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress wont resize imagesHey Esmi, im about to call my host since mem is capped. But the image Im uploading is ±50 kb, the target size is 740×412 pixels… how can this cause the problem, just curious?
ill get back to you when(if) it is fixed
Forum: Fixing WordPress
In reply to: WordPress wont resize imagesUpdate: So I still dont get errors even with the ini_set and htaccess options enabled. But now this popped up in my error logs:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2920 bytes) in /************/wp-includes/media.php on line 928, referer: *********/wp-admin/media-new.php
(the ***** are masked urls)so the script asks for 2920 bytes, out of 33554432… Im lost…
Forum: Fixing WordPress
In reply to: WordPress wont resize imagesalthough I appreciate the input and you taking your time this isn’t a fix. I really need the plugins in order to hand it over to the client. Since the problem is shared by at least 2 plugins it means it has something to do with wordpress itself (the chance of 4 plugins having the same error is relatively small). If I can just see what goes wrong (error output) I can try looking for a direct solution.
Forum: Fixing WordPress
In reply to: WordPress wont resize imagesHey Esmi, I did that and it’s like 4-5 plugins that cause it (our of 7). I even did a rollback to a version where the plugins still worked previously and now it doesn’t
Forum: Fixing WordPress
In reply to: WordPress wont resize imagesand to add:
Even the plugins that have NOTHING to do with media cause problems, how can that be? Is that in the inner workings of wordpress that it loads ALL plugins on every call?Forum: Fixing WordPress
In reply to: WordPress wont resize imagespardon me, let me rephrase my question, how can I find the error? when I use ini_set to display errors on media-new.php I dont get any output just a 500error. I even set DEBUG to true in wp-config but it didnt do the trick.