SchneiderBee
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Host will not upgrade PHP or MySQLThank you for the suggestion. I sent a request detailing my problem to my hosting company. Unfortunately, the response was that ALL their servers are running the same PHP and MySQL and will for the time being— too bad, so sad.
Forum: Installing WordPress
In reply to: Host will not upgrade PHP or MySQLI have a similar problem with my company’s hosting company. No explanation given, just ‘we don’t plan to upgrade in the future.’ They told me that I can move the blog to wordpress.com and redirect the DNS. Unfortunately, that means losing the theme I designed. I had to really push for this blog in the first place, and I doubt the owner will want to switch hosting companies due to the fact that we have some sort of a phone plan with these guys.
I was willing to stick it out with 3.1.4 up until we got hacked. Looks like my WordPress blog has to come down.
Forum: Plugins
In reply to: [Login Logo] [Plugin: Login Logo] triggering fatal errorThanks for heads up. I’ll get in touch with my hosting service.
Forum: Plugins
In reply to: [Login Logo] [Plugin: Login Logo] triggering fatal errorWe’re running PHP4.
Forum: Installing WordPress
In reply to: Incremental upgrade from 2.2.3 to 2.7.1, can't access main pageAh-ha! I found this topic http://ww.wp.xz.cn/support/topic/upgr-to-wp-281-php-is-sending-my-browse-loc-outside-my-wordpress-folder
I had to add a couple of lines to the config file defining the homepage and then install a plugin that disabled the canonical redirect. That plus the memory bump cleared up the problem, though I’m not exactly sure how. Whew!
Thanks for taking the time to help!
Forum: Installing WordPress
In reply to: Incremental upgrade from 2.2.3 to 2.7.1, can't access main pageI tried adding:
define(’WP_MEMORY_LIMIT’, ‘256M’);
to my config file and I still got the same result: access to the admin panel but my homepage wouldn’t load.This particular advice gave me pause because when I e-mailed my host they replied that “some changes need to be made to the config files” and details could be found on the wordpress forums. Anyone know where these details could be??
Forum: Plugins
In reply to: [Share Post] [Plugin: Share Post] Can't activate pluginThanks for responding so fast, it works perfectly.
Forum: Installing WordPress
In reply to: Incremental upgrade from 2.2.3 to 2.7.1, can't access main pageJust tried this one:
2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 32MOoh, that caused an internal server error. I deleted my wordpress files and reloaded them, that fixed that particular error. I’ll have to try the other methods on Tuesday.