multilang
05-30-2006, 06:47 PM
Hello,
I use V2.0 on a 4 year-old website and it was working fine until my host suddenly decided to move from MySql 4.0.23 to 4.1.xx
Now, no links get to be displayed and I get the following message when I click on Links in the admin panel:
Fatal error: Call to a member function on a non-object in /home/betrans/public_html/resources/admin/dir_links.php on line 75
Line 75 reads:
$list = $rs->GetAssoc(true);
I also get an error for the Approve links
Fatal error: Call to a member function on a non-object in /home/betrans/public_html/resources/admin/dir_approve_links.php on line 47
Line 47: $list = $rs->GetAssoc(true);
Same piece of code
Any pointer to indicate my programmer how to solve this issue?
I use V2.0 on a 4 year-old website and it was working fine until my host suddenly decided to move from MySql 4.0.23 to 4.1.xx
Now, no links get to be displayed and I get the following message when I click on Links in the admin panel:
Fatal error: Call to a member function on a non-object in /home/betrans/public_html/resources/admin/dir_links.php on line 75
Line 75 reads:
$list = $rs->GetAssoc(true);
I also get an error for the Approve links
Fatal error: Call to a member function on a non-object in /home/betrans/public_html/resources/admin/dir_approve_links.php on line 47
Line 47: $list = $rs->GetAssoc(true);
Same piece of code
Any pointer to indicate my programmer how to solve this issue?