This problem relates specifically to upgrading from phpws ver 8.3 to 9.x.
I can ge 9.x up and running great on a winxp/apache2 system, but when I attempt to convert the site using the built in scripts i get an error.
Undefined class name 'db' in {path}\core\Database.php
the issue is in the script that tries to call the pear DB class by scope - DB::connect(blah.blah,blah);
Somehow it's just not seeing it. I have tried absolutely everthing including
Explicitly defining the class in database.php, setting includes a thousand different ways. Running every file through ZDE. Changing and rechanging ever configurable path. Copying the pear directory to every sub directory under htdocs and php...and more stuff that I cant remeber at this point...
I'm sure this is a configuratin problem on my part, and I'm just not seeing it...anyone offer any pointers or help ..it's got me pulling out my hair.
thx
edit:
specs -
PHP Version 4.3.1
Windows NT localhost 5.1 build 2600
Server API Apache 2.0 Filter
_SERVER["SERVER_SOFTWARE"] Apache/2.0.45 (Win32) PHP/4.3.1