wb19
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…Ok, well, as stated, that was done, three times, and still the fatal error is there. But unfortunately after doing that the fatal error evolved and didn’t allow us to log into the dashboard to edit posts, pages, etc.,
Also as stated, we are our own hosts, but again for us, it’s an unfortunate issue of our host admin decided to have a nervous breakdown and won’t be helping us on the host side anymore.
Thankfully I know a little about it, but enough to say the database is corrupted and we just decided to do a complete fresh install of the latest version instead of trying to fix 3.0.3.
I find it odd that a lot of people are having the same issues and are being told to do the same thing but are still having the same issues after doing the suggestions.
Maybe WordPress 3.1 will fix a lot of these complaints many folks are having. Other than that, a fresh install works the way it should… except sending email to newly registered users… this happens more so than the memory issues.
So, I’m closing this discussion as being resolved, even though it’ll probably never get resolved.
Good luck my fellow WordPress users that need help!
Forum: Fixing WordPress
In reply to: SAFE MODE Restriction in effect ???This is also located within the php.ini file.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…A few things to update:
All Plugins deactivated, cache deleted, upgraded wordpress manually via instructions to the T.But after upgrading I receive this fatal error when trying to access the Dashboard after logging in as admin. All I get is a white page with this message:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 23040 bytes) in /httpdocs/wp-admin/includes/template.php on line 1510So I went back to 3.0.3 and it’s the same fatal error.
I replaced exactly the same files that I replaced when going from 3.0.3 to 3.0.5 then back to 3.0.3Anything else I can try?
I have total access to my Virtuozzo server, which means I am my host. 🙂Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…t-p, I’m working on manually updating now. I really don’t want to give in, this has never been an issue for me in the multiple sites I work with.
P.s. I updated my comment above (edit)
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…All Plugins deactivated still cannot upgrade do to same issue.
It appears that Akismet was the plugin causing the error messages to appear on the Dashboard. However when trying to update using the automated update tool the error message would then appear on the update screen. But this was if ALL plugins were deactivated.
Forum: Fixing WordPress
In reply to: New user registration on my WP site questionsEdit your wp-login.php file and find:
$redirect_to = admin_url();
you can replace it with
$redirect_to = get_option('siteurl');
Which should take your user back to the front page while being logged in.Forum: Fixing WordPress
In reply to: help me with robots meta!Check out this website:
http://www.robotstxt.org/robotstxt.htmlForum: Fixing WordPress
In reply to: Fatal error: Allowed memory size…I tried, as stated in my post above. I started out with adding it to the wp-config.php file, then increased from 64 to 96 to 256M. Same issue.