Site won't load at all...

Permalink
Worked fine on Friday. Sometime between then and now stopped working. Had the host restore the backup from Friday, but still not working.

Site URL ishttp://www.transfiguration.com

The HTACCESS File looks like this:

# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --

Any ideas of where I can start looking? I'm completely baffled.

 
hostco replied on at Permalink Reply
hostco
Try deleting one of these.

# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --

You dont need to have this twice in your .htaccess.

Then delete your cache files inside /files/cache

See if that helps.
Wrdslngr123 replied on at Permalink Reply
Trying that. I'm working on the same project as Matt.

The only other thing I've noticed that's weird is the database collation is showing the tables as latin1_swedish_ci and I'm positive when we set it up it was utf8_unicode_ci

Not sure what that's about?
Wrdslngr123 replied on at Permalink Reply
No joy.

In addition to the site not loading, we are unable to get to the dashboard.

Although we can load the file:

http://www.transfiguration.com/dgtest.php...

That may provide some useful tidbit of information, but if it does, I can't find it.
hostco replied on at Permalink Reply
hostco
What is the permission set at on your /config directory?
mattcalvo replied on at Permalink Reply
777
hostco replied on at Permalink Reply
hostco
Looks like you have a few extra files in that directory that may be conflicting.

Have you updated recently? If yes, was it updated through the dashboard or using FTP?
Wrdslngr123 replied on at Permalink Reply
Well, the host uploaded the backup from Friday (when it was working). Not sure how they restored, but guessing it was FTP.
Wrdslngr123 replied on at Permalink Reply
Found this thread (which is the same problem we are having)

http://www.concrete5.org/community/forums/chat/index-php-returns-bl...

EXCEPT, we can't get to a login screen like they can.