emdee90
Member
Posted 18 years ago #
And the error I get in Safari is this: "Too many redirects occurred trying to open “http://flyblog.com/internal_error/”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page."
Has anyone else seen this?!
emdee90
Member
Posted 18 years ago #
And recieving this error as well:
Fatal error: Call to a member function hide_errors() on a non-object in /home/.chardonnay/flyblog/flyblog.com/wpmu-settings.php on line 16
emdee90
Member
Posted 18 years ago #
If it helps, I upgraded from a version downloaded in April to the latest...
You can try fixing the redirect issue by clearing out your cache completely (ie files, cookies, everything) but you will discover that since Safari has so many HTML 4.01 and XML issues anyway, you're going to run into problems with WPMU and many other things and places on the net.
Not sure about the other one but I would make sure your cache is cleared. Might be an issue with that.
emdee90
Member
Posted 18 years ago #
Cleared the cache in Safari entirely, same problem:
"Fatal error: Call to a member function hide_errors() on a non-object in /home/.chardonnay/flyblog/flyblog.com/wpmu-settings.php on line 16"
Very frustrating!
i had the same problem
in wp-config.php, at the bottom, change
require_once(ABSPATH.'wpmu-settings.php'); to
require_once(ABSPATH.'wp-settings.php');
Did you update your htaccess too?