bjeffries
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NexGen Gallery] all images display 0Anything?
Forum: Fixing WordPress
In reply to: Fatal error on image uploadnow, after I added the php.ini the only page that works on the site is the home page. everything is not found.
Forum: Fixing WordPress
In reply to: Fatal error on image uploadI guess I am going to have to their host. I added a php.ini with:
memory_limit = 128M; Maximum amount of memory a script may consume (64MB) max_execution_time = 45; upload_max_filesize = 10M; post_max_size = 20M;and it worked via
phpifo();so I am not sure what will fix this. They are using 1and1 so I will give them a call.
But.. not that I think of it, their other site also with 1and1 but on a different hosting plan does not have issues with thumbnails. So I am not sure if anything is different.
Thanks again.
Forum: Fixing WordPress
In reply to: Fatal error on image uploadOk so I uploaded all those files and I am not getting anything new.
Here is the exact error.Fatal error: Out of memory (allocated 32243712) (tried to allocate 8192 bytes) in /homepages/27/d201595905/htdocs/wp/wp-includes/media.php on line 254
The images that I am trying, are no larger than 1mb.
Forum: Fixing WordPress
In reply to: Fatal error on image uploadI think it might be an issue with the core files within wordpress because the loop didnt solve anything. Can I copy over the wordpress core files without messing up the site any further?
Forum: Fixing WordPress
In reply to: Fatal error on image uploadFatal Error with all plugin deactivated and default theme. Not to mention now, the footer went missing when I deactivated all plugins. This is weird.
The home page is the only page that works fine, the home page is also the only page that doesn’t run the loop.
So I am gonna copy over the loop from a similar site that doesnt have any issues.