MrTree
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trouble with uploading images and popup pluginOk, so the full size image is clearly not going to work with 40MB and I’m not sure I can increase the memory beyond this point by myself.
Anyhow, the image scaled to 50% is too big anyhow so I think I’ll sick with this for now. Now to figure out how to make enlarged images show up as an overlay but I may create another thread on another day for that!
Thanks
Forum: Fixing WordPress
In reply to: Trouble with uploading images and popup pluginHummm,
I added:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
to my .htaccess file and it seems to be working better now, I can upload the 750×500 image, but when I try to upload the full size image I get an out of memory error…
Well that’s progress I guess, now to try some memory tweaks…Forum: Fixing WordPress
In reply to: Trouble with uploading images and popup pluginAccording to phpinfo() the memory_limit=40
I tried adding define(‘WP_MEMORY_LIMIT’, ’32M’); to wp-config.php but to no avail…Forum: Fixing WordPress
In reply to: Trouble with uploading images and popup pluginI’ve re-installed wp from scratch and like I said it was a fresh installation anyhow, without any plugins or themes active.
I’ll try to look into the available memory but we’re not talking about massive figures here, through trail and error I was able to determine that 700×466 works and 750×500 doesn’t (I’ve set $content_width to 800 in twentyten/functions.php).
The error that’s being generated by wordpress is:
“Are you sure you want to do this?”
My browser is just displaying the generic 500 error tho.Forum: Fixing WordPress
In reply to: Trouble with uploading images and popup pluginI tried using the default theme (twentyten I think) and that has the maximum as 640 which at first appeared correct but changing that value didn’t change anything when uploading a larger image…
Forum: Fixing WordPress
In reply to: Trouble with uploading images and popup pluginYeah I get the thumbnail etc with the smaller images…
I’ll check about my hosts (I’m with 1and1 if anyone knows the answer already).
-edit-
Yes, I just took a look at phpinfo() and it is supported.