error caused in pear_module.inc
Posted: Sun Aug 27, 2006 6:52 am
Hi, I'm running the following on Linux:
CMS Made Simple: 0.13
MySQL: 5.0
PHP: 5.1
After entering MySQL details and clicking continue, it tells me thank you for installing, however, the following error also occurs:
Fatal error: Class '_date_ADOConnection' not found in /usr/local/home/httpd/vhtdocs/handmadedesign.co.uk/lib/adodb_lite/generic_modules/pear_module.inc(5) : eval()'d code on line 1
This is what the file, pear_module.inc contains in lines 1 to 7:
<?php
// Generic Pear Module
// This module contains alternative Pear commands.
eval('class pear_EXTENDER extends ' . $last_module . '_ADOConnection { }');
class pear_ADOConnection extends pear_EXTENDER
I've tried inserting Class '_date_ADOConnection' into the eval code like so:
eval('class pear_EXTENDER extends ' . $last_module . '_ADOConnection { }' Class '_date_ADOConnection');
but get the following error:
Parse error: syntax error, unexpected T_CLASS in /usr/local/home/httpd/vhtdocs/handmadedesign.co.uk/lib/adodb_lite/generic_modules/pear_module.inc on line 5
So, I'm completely stumped. I googled the first error and it came up with absolutely nothing, even just searching for _date_ADOConnection produced nothing.
Any help much appreciated, thank you.
Flick
CMS Made Simple: 0.13
MySQL: 5.0
PHP: 5.1
After entering MySQL details and clicking continue, it tells me thank you for installing, however, the following error also occurs:
Fatal error: Class '_date_ADOConnection' not found in /usr/local/home/httpd/vhtdocs/handmadedesign.co.uk/lib/adodb_lite/generic_modules/pear_module.inc(5) : eval()'d code on line 1
This is what the file, pear_module.inc contains in lines 1 to 7:
<?php
// Generic Pear Module
// This module contains alternative Pear commands.
eval('class pear_EXTENDER extends ' . $last_module . '_ADOConnection { }');
class pear_ADOConnection extends pear_EXTENDER
I've tried inserting Class '_date_ADOConnection' into the eval code like so:
eval('class pear_EXTENDER extends ' . $last_module . '_ADOConnection { }' Class '_date_ADOConnection');
but get the following error:
Parse error: syntax error, unexpected T_CLASS in /usr/local/home/httpd/vhtdocs/handmadedesign.co.uk/lib/adodb_lite/generic_modules/pear_module.inc on line 5
So, I'm completely stumped. I googled the first error and it came up with absolutely nothing, even just searching for _date_ADOConnection produced nothing.
Any help much appreciated, thank you.
Flick