I was looking at my error log today for my site and It shows this error message
PHP Code:
[error] PHP Warning: chdir(): No such file or directory (errno 2) in /home/dfdems/public_html/dfdems/index.php on line 32
I go to line 32 of my index.php and I have this (line 27 to 32)
PHP Code:
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
chdir('http://www.dfdems.com/dfdems/indexOLD.php');
This is the index.php from vbavdvanced CMPS v1.0
Any clue why its doing this?