Page not found ?

cuisinette / 2014-04-03 08:22:06   

Hi !
My website cuisinette.eu suddenly says : page not found

Warning: filesize(): stat failed for /var/www/legtux.org/users/cuisinette/ndxz-studio/site//index.php in /var/www/legtux.org/users/cuisinette/index.php on line 81

and in my php files, lines 81-82 :

else
{
$filename = DIRNAME . BASENAME . '/site/' . $rs['obj_theme'] . '/index.php';
$fp = @fopen($filename, 'r');
$contents = fread($fp, filesize($filename));
fclose($fp);
}

What does it mean ?

Thanks

Vaska A / 2014-04-03 08:32:21   

I can't even connect to your site...

Are you using old Indexhibit or v2?

Vaska A / 2014-04-03 08:39:30   

I found it by Googling it - your domain doesn't seem to work anymore.

Something happened to your database - it doesn't seem to know where your theme is. I don't know if you are in the middle of an upgrade or...

This thread has been closed, thank you.