I was doing some very minor work on the website this morning, only adjusting the email_addition.php and english.php to try to diagnose why the Site ID wasn't coming through properly in the emial from email_addition.
I added a line to email_addition.php
| Code: |
$content .= $email_addition_4b . $id . "\n\n";
|
and to english.php I added a line
| Code: |
$email_addition_4b = "Site ID: ";
|
and all of a sudden things started to break. They were working fine not 20 minutes earlier.
Now when I go to my admin page
http://www.cozycuddles.com/resources/admin/ and sign in I get a blank page.
Also when I go to my links page
http://www.cozycuddles.com/resources/directory everything looks fine (ie, the banner at the top links to the file
http://www.cozycuddles.com/resources/themes/cozycuddles/front.jpg) however, if I click on say the "Baby Products" link, the banner points to
http://www.cozycuddles.com/resources/directory/themes/cozycuddles/front.jpg. Like I said, this was all working earlier this morning.
SO... I undid the two changes. Still wouldn't work.

SO... I had DreamHost restore the database and website to midnight last night. Still doesn't work.

Thoughts?