mrcreeky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PHP Fatal error after migrationThe wp-load.php file is set to 755 and is 3kb in size. I have also verified there is data in the file.
I deleted the imported config file and the site started working to the point it let me configure new settings. Once I had saved the new config file, the site reverted back to the same error as before.
Forum: Fixing WordPress
In reply to: Permalink problemFound the issue to be related to permissions on the tmp folder listed in the php.ini file.
Forum: Fixing WordPress
In reply to: Menus = PHP Warning: implode()I have gone back and restored the items I removed from the wp_terms table but this has not worked either so I’m left guessing it’s referencing a different table also from that function.
I think my next option is to start a new DB :'(
Forum: Fixing WordPress
In reply to: Menus = PHP Warning: implode()I have tried all of the above but I’m still unable to get it working.
I’m sure it’s just a missing entry in the DB, but what one, that’s the question 🙂
Forum: Fixing WordPress
In reply to: Menus = PHP Warning: implode()I was doing it manually using phpMyAdmin
I don’t have a backup from today after I loaded a load of stuff on….
I’m able to login either to the server (my own) or to WP itself.
Forum: Fixing WordPress
In reply to: query_posts('') issueAdding that code has made no change to the output.
<?php $category_description_road = query_posts('cat=125&posts_per_page=4'); get_template_part( 'content','home' ); wp_reset_query();?>Would it be a better idea to control the output via the template rather than how I’m doing it at the moment?
Forum: Fixing WordPress
In reply to: Featured Image box has gone in version 3.2.1Hi, thanks for your help.
I found the reason behind this problem. I needed to update the config file to that used in WP 3.2.1.
The image box is now back 🙂
Forum: Fixing WordPress
In reply to: Featured Image box has gone in version 3.2.1Hi,
I have tried deactivating all plugins and reverting to the updated Twenty Eleven theme that was issued at the same time as WP 3.2.
None of these steps have restored the Featured Image box. I have also checked the “screen options” tab in the admin area but the tick-able option for this panel has also gone.
Forum: Fixing WordPress
In reply to: php redirect migration helpThanks!
I forgot to add that the site is running on a windows server, does that make a difference?
Forum: Fixing WordPress
In reply to: WP3 Image problemForum: Fixing WordPress
In reply to: Widget Page Loading ErrorThanks 🙂
Forum: Fixing WordPress
In reply to: exclude image folder rewritehttp://domainname.com/wp-content/uploads/2010/01/code-pages.jpg
HTTP Error 500.50 – URL Rewrite Module Error.
The page cannot be displayed because an internal server error has occurred.Detailed Error Information
Module RewriteModule
Notification BeginRequest
Handler StaticFile
Error Code 0x80070005
Requested URL http://www.a1nets.com:80/wp/wp-content/uploads/2010/01/code-pages.jpg
Physical Path C:\inetpub\wwwroot\a1nets.com\wp\wp-content\uploads\20101\code-pages.jpg
Logon Method Not yet determined
Logon User Not yet determinedForum: Fixing WordPress
In reply to: Adding external database informationbump
Forum: Plugins
In reply to: including a php fileThank you for you help! 🙂
Forum: Fixing WordPress
In reply to: WordPress database error You have an error in your SQL syntaxHi, sorry I had error’s only showing locally, give it a go now.