Page 1 of 1

Error in going to step 4

Posted: Wed Feb 14, 2007 1:09 am
by eschamp
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.

Re: Error in going to step 4

Posted: Sat Sep 20, 2008 5:28 pm
by cyberman
Please post some more informations about your system (CMSms-Version, PHP-Version and so on).

Re: Error in going to step 4

Posted: Tue Sep 23, 2008 4:09 pm
by jcflores
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.

Re: Error in going to step 4

Posted: Tue Sep 23, 2008 4:31 pm
by cyberman
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.

Re: Error in going to step 4

Posted: Tue Sep 23, 2008 8:24 pm
by baresi
cyberman wrote:

PS: Current version is 1.4.1 - in cause of some vulnerabilities you should update soon as possible.
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?

To clarify, of course I mean using 1.3.1 not older versions

Re: Error in going to step 4

Posted: Wed Sep 24, 2008 1:51 pm
by cyberman
baresi wrote: that 1.4 is released kind of to move forward with some requested features while work is progressing with 2.0,
There will be a version 1.5 too ;)
calguy1000 wrote: I think that the 1.x series is going to have a long life even after 2.0 comes out.