error caused in pear_module.inc

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Flick

error caused in pear_module.inc

Post by Flick »

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
Last edited by Flick on Sun Aug 27, 2006 11:06 am, edited 1 time in total.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: error caused in pear_module.inc

Post by Elijah Lofgren »

Maybe all the CMSMS files did not get uplaoded.
Or you could try CMSMS 1.0 beta6.

Hope this helps,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Locked

Return to “[locked] Installation, Setup and Upgrade”