PDA

View Full Version : installation aborted


tcjay
11-25-01, 04:02 PM
Warning: Failed opening 'fix.php' for inclusion (include_path='') in /www/e/epilepsybra2/htdocs/forum/auth.php on line 31

The chmod is 644 on fix.php

In auth.php line 31

if (strpos(' ' . $PHP_SELF, $url_admin))
{
include("../fix.$phpEx");
}
else
{
include("fix.$phpEx");
}

Does anyone have any ideas?

:)