srd
Forum Replies Created
-
Forum: Plugins
In reply to: [Advertising Manager] [Plugin: Advertising Manager] Documentation = 503Google does not have a cache, nor does Archive.org, unfortunately.
Forum: Fixing WordPress
In reply to: New posts generate 404 error.Bump. I found this page, which resolved the issue for me.
Forum: Fixing WordPress
In reply to: wp-admin redirects to old wordpress siteI simply reinstalled WordPress to resolve this.
Forum: Fixing WordPress
In reply to: wp-admin redirects to old wordpress siteYes it is, but I have no .htaccess file making use of it.
Forum: Plugins
In reply to: Warning: touch(). File is not within the allowed path(s)I am using WordPress 3.04 in a PHP 4.49 environment.
Forum: Plugins
In reply to: Warning: touch(). File is not within the allowed path(s)Bump
The second error was solved by opening /wp-content/plugins/fbconnect/fbConfig_php4.php, and commenting out the following function.
function json_encode($data){ require_once 'facebook-client4/classes/JSON.php'; $json = new Services_JSON(); return $json->encode($data); }
I’ve just re-uploaded wp-includes/load.php, and the above errors have disappeared.
A new error now appears:
Fatal error: Cannot redeclare json_encode() (previously declared in /path/wp-includes/compat.php:128) in /path/wp-content/plugins/fbconnect/fbConfig_php4.php on line 143
Forum: Themes and Templates
In reply to: Rogue Navigational ElementsAny ideas?
Forum: Everything else WordPress
In reply to: API key and API URLTry <siteroot>/wordpress/xmlrpc.php
Forum: Themes and Templates
In reply to: New Themes not listedI’ve removed WP completely and installed WP myself, rather than use the web host’s auto-install.
It’s working now. ??
Forum: Themes and Templates
In reply to: New Themes not listedThanks podz.
Yes, the location is
wp-content\themes\slaty\style.cssSame for the other two.
Cheers, Steve
Forum: Themes and Templates
In reply to: New Themes not listedI’ve renamed \__store\blog to \old.__store\blog
and \blog to \old.blogI then ran the auto install script, which reinstalled WordPress okay.
I logged into WordPress admin, selected Presentation, but got a 404.
I recreated \blog\.htaccess which contains mod_rewrite code to rewrite \blog to \__store\blog, and that issue was fixed. (note: the \blog\.htaccess file is part of the auto-install process).
I again uploaded the themes to \__store\blog\wt_content\themes, which is where the default themes were already. I jump back into WP Admin and still only the defaults are visible to activate.
*Confused*