I had a site in a cpanel server working well but when I have migrated it to a new one, I have a MDB2 error related.
Fatal error: Call to a member function tableInfo() on a non-object in /home/lubrican/public_html/clientes/PEAR/MDB2.php on line 2547
( php code: http://pastebin.com/N7jf5Mkf )
I've migrated the site with the standard cpanel tools and all files looks complete.
The MDB2 library seems work because I can do any search in the database.
The issue is when I add a record to the database.
Any hint ?
Thanks in advance