1
Hi, I have just moved a site to a new server. All files and database would appear ok as I have done this many times before.
The error i'm getting is:
Fatal error: Class xoopsmysqldatabase: Cannot inherit from undefined class xoopsdatabase in /home/****/public_html/class/database/mysqldatabase.php on line 55
and the code in this file is:
51. *
52. * @package kernel
53. * @subpackage database
54. */
55.class XoopsMySQLDatabase extends XoopsDatabase
56.{
57. /**
58. * Database connection
59. * @var resource
60. */
I am thinking I have missed something simple. Does anyone have any ideas??
Marty.