4 Replies Last post: Jul 7, 2008 4:55 PM by sfysh  
Click to view sfysh's profile Pro 6 posts since
Jul 3, 2008

Jul 3, 2008 4:27 PM

parser.php Can't find DBHandler

Running my first test using Testrunner Core the test was initiated and ran to completion but then I got the following error in the bottom frame of the Testrunner window in firefox.

 


Fatal error: Class 'DBHandler' not found in C:\Program Files\EasyPHP 2.0b1\www\bromine\parser.php on line 3

 

 

Any ideas?

Click to view Bromine's profile Master 128 posts since
May 11, 2008
1. Jul 4, 2008 4:18 AM in response to: sfysh
Re: parser.php Can't find DBHandler

Which bromine version/revision are you running?

Could you post the first 5 lines of your parser.php

Click to view Bromine's profile Master 128 posts since
May 11, 2008
3. Jul 4, 2008 10:12 AM in response to: sfysh
Re: parser.php Can't find DBHandler

Right, the parser.php error simply looks like a mistake on our part:

Copy

  • require('libs/DBHandler.php');

To line 2 of your parser.php.

 

Revision 50 does not contain a patcher.php... and thus it should not be run

 

Or you can update to HEAD (71) and run patcher.php. Above error is fixed and some other goodies.

More Like This

  • Retrieving data ...