Basically .. in the error log .. it is repeating this statement, which is the last line, over and over:
[05-Jan-2006 12:36:00] PHP Fatal error: Class 'WP_Query' not found in /home/petlvr/public_html/wp-settings.php on line 203
The last .htaccess file that i think created
20060107 01:35 am
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} ^feed=(feed|rdf|rss|rss2|atom)$
RewriteRule ^(.*)$ https://feeds.feedburner.com/The-singerscom? [R]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&day=$3&feed=$5&name=$4 [QSA,L]
RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&day=$3&feed=$5&name=$4 [QSA,L]
RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$ /index.php?year=$1&monthnum=$2&day=$3&name=$4&paged=$5 [QSA,L]
RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$ /index.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA,L]
RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$ /index.php?year=$1&monthnum=$2&day=$3&tb=1&name=$4 [QSA,L]
RewriteRule ^([0-9]{4})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&feed=$4&name=$3 [QSA,L]
RewriteRule ^([0-9]{4})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&feed=$4&name=$3 [QSA,L]
RewriteRule ^([0-9]{4})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$ /index.php?year=$1&monthnum=$2&name=$3&paged=$4 [QSA,L]
RewriteRule ^([0-9]{4})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$ /index.php?year=$1&monthnum=$2&name=$3&page=$4 [QSA,L]
RewriteRule ^([0-9]{4})/([0-9]{1,2})/([^/]+)/trackback/?$ /index.php?year=$1&monthnum=$2&tb=1&name=$3 [QSA,L]
RewriteRule ^([0-9]{4})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&feed=$3&name=$2 [QSA,L]
RewriteRule ^([0-9]{4})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&feed=$3&name=$2 [QSA,L]
RewriteRule ^([0-9]{4})/([^/]+)/page/?([0-9]{1,})/?$ /index.php?year=$1&name=$2&paged=$3 [QSA,L]
RewriteRule ^([0-9]{4})/([^/]+)(/[0-9]+)?/?$ /index.php?year=$1&name=$2&page=$3 [QSA,L]
RewriteRule ^([0-9]{4})/([^/]+)/trackback/?$ /index.php?year=$1&tb=1&name=$2 [QSA,L]
RewriteRule ^(.*)$ /wp-htaccess.php [L]
</IfModule>
# END WordPress
The dates on the error log is when it was totally whacked and I had my server host intervened, who reported this:
SERVER
Posted on 06 Jan 2006 05:12 AM
Your site is now working fine.
If you are experiencing PHP difficluties, it may be due to permissions. Please set all permissions to 755 and remove all php flags (php variables) from the .htaccess file.
HART
Posted on 06 Jan 2006 05:50 PM
Hi - I can't access the site again - did you do anything? I have done nothing with regards to FTP or permissions ... but now it shows up as HTTP 500 Internal Server error.
SERVER
Posted on 06 Jan 2006 06:10 PM
Your site is working fine at the current moment.
SERVER
Posted on 06 Jan 2006 06:10 PM
There was an issue with your .htaccess file. I renamed your .htaccess file in your public_html directory to .htaccess.old and you site is now accessible.
I would double check all of the settings of the .htaccess file with WordPress.
There’s more convo back and forth, but hopefully you get the gist of things.