I get this message:
Warning: adonewconnection(/home/welcomin/public_html/cms/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_pear_module.inc): failed to open stream: No such file or directory in /home/welcomin/public_html/cms/lib/adodb_lite/adodb.inc.php on line 67
Line 67 is:
include_once ADODB_DIR . '/adodbSQL_drivers/' . $dbtype . '/' . $dbtype . '_' . $mod . '_module.inc';
and there is no such file as mysql_pear_module.inc. There's "date", "extend" and "transaction" but no "pear". And it's not in the distribution (v1.0.4)
The rest of the message is:
Warning: adonewconnection(): Failed opening '/home/welcomin/public_html/cms/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_pear_module.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/welcomin/public_html/cms/lib/adodb_lite/adodb.inc.php on line 67
Fatal error: Class mysql_date_extender: Cannot inherit from undefined class mysql_pear_adoconnection in /home/welcomin/public_html/cms/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_date_module.inc(11) : eval()'d code on line 1
What do I do next? Thanks.
Error in going to step 4
Re: Error in going to step 4
Please post some more informations about your system (CMSms-Version, PHP-Version and so on).
Re: Error in going to step 4
I have the same error:
Apache 2.2.9 (Unix)
PHP 5.2.6
5.0.51a-community
OS: Linux, Kernel 2.6.18-53.1.4.el5
CMS: 1.3
I tried to force in $modules to load just extended and transaction, but further errors happened then.
Apache 2.2.9 (Unix)
PHP 5.2.6
5.0.51a-community
OS: Linux, Kernel 2.6.18-53.1.4.el5
CMS: 1.3
I tried to force in $modules to load just extended and transaction, but further errors happened then.
Re: Error in going to step 4
You should upload folder /lib/adodb_lite again - error message says there's a file missed which normally should be inside your CMSms install.
PS: Current version is 1.4.1 - in cause of some vulnerabilities you should update soon as possible.
PS: Current version is 1.4.1 - in cause of some vulnerabilities you should update soon as possible.
Re: Error in going to step 4
Sorry to hijack topic but I was under the impression from the '1.4?? already?' and other announcement threads that 1.4 is released kind of to move forward with some requested features while work is progressing with 2.0, not security fixes, am I way off?cyberman wrote:
PS: Current version is 1.4.1 - in cause of some vulnerabilities you should update soon as possible.
To clarify, of course I mean using 1.3.1 not older versions
Last edited by Anonymous on Tue Sep 23, 2008 8:37 pm, edited 1 time in total.
Re: Error in going to step 4
There will be a version 1.5 toobaresi wrote: that 1.4 is released kind of to move forward with some requested features while work is progressing with 2.0,

calguy1000 wrote: I think that the 1.x series is going to have a long life even after 2.0 comes out.