Upgraded Admidio on Arvixe host website, and now receive 500 Internal error via Chrome...
Debugged down to the following code where I see Debug 1, Debug 2a, and no Debug 2b using Safari...
Thoughts most welcome...Dave
echo "Debug 1<br>";
// connect to database
try
{
$gDb = new Database($gDbType, $g_adm_srv, null, $g_adm_db, $g_adm_usr, $g_adm_pw);
}
catch(AdmException $e)
{
$e->showText();
}
echo "Debug 2a<br>";
// if database doesn't contain the components table then link to update wizard
// because database Admidio version is lower then 3.0
if($gDb->query('SELECT 1 FROM '.TBL_COMPONENTS, false) === false)
{
echo "Debug 2b<br>";
header('Location: adm_program/installation/update.php');
echo "Debug 3<br>";
}
index.php error after upgrade
Re: index.php error after upgrade
Hi Dave,
which Version of Admidio do you use before?
Fasse
which Version of Admidio do you use before?
Fasse