1
Hey all, I've been searching the forums for 'bout half an hour now with no luck. My site has been running fine for the last month or so with no changes, but this morning nothing appeared except for white pages. Following the directions in the FAQ I enabled PHP debugging and only get Notice errors, here's a sample...
Quote:
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 239
Notice [PHP]: Only variable references should be returned by reference in file class/database/mysqldatabase.php line 386
Searching on the forum tells me this is supposed to be no big deal, so I tried repairing my database tables, deleting the wordpress module via ftp (it wasn't installed) and... I ran out of ideas. I'm waiting to hear back from support at HostGator to see if they upgraded/changed anything on my server last night. They've already suggested that the .htaccess and date.php files in my uploads dir are malicious, but they don't appear to be? Here's the contents of both...
.htaccess
Quote:
Options -MultiViews
ErrorDocument 404 //uploads/date.php
date.php
Quote:
In the meantime here's what I've got...
Operating system Linux
Kernel version 2.6.9-22.0.1.ELsmp
Machine Type i686
Apache version 1.3.34 (Unix)
PERL version 5.8.5
PHP version 4.4.1
MySQL version 4.1.14-standard
cPanel Build 10.8.1-RELEASE 30
As for xoops, I've got 2.0.13.something (I upgraded around november and haven't touched it since) with the following modules...
Contact
Donations
MyDownloads
Newbb (<= one of the newer ones)
PiCal
XoopsFaq
XoopsGallery
XoopsMembers
XoopsPoll
I also installed a remember login hack I found somewhere in the forums.
Any ideas out there? Thanks so much.