smellyrat / drydock

Automatically exported from code.google.com/p/drydock
0 stars 0 forks source link

Fatal error: Class 'ThornProfileDBI' not found in .../drydock/common.php on line 689 #108

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of drydock are you using?  On what operating system/web server
software?  What version of PHP?  What version of MySQL?

define("THversion", "0.3.1 SVN");
define("THdbtype","SQLite");
define("THSVGthumbnailer",0);
define("THpearpath","");
define("THuseSWFmeta",0);
define("THuseSVG",0);
define("THusePDF",0);

apache2 -v
Server version: Apache/2.2.14 (Ubuntu)

$ php -v
PHP 5.3.2-1ubuntu4.11 with Suhosin-Patch (cli) (built: Dec 13 2011 18:45:32) 

$ mysqld --version
mysqld  Ver 5.1.41-3ubuntu12.10 for debian-linux-gnu on i486 ((Ubuntu))

Please provide any additional information below, including (if needed) the
URL of your drydock install.  Please mention any source code changes you
may have made (including fixes from us).

PHP running with FCGI on Apache2.2 (Ubuntu 10.04 lts x86)

Also I added the following lines to common.php to figure out the issue without 
any luck

 33                 echo "<h1><code>DBI: $findpath</code></h1>";

 43         else echo "<h1><code>DBI: NONE</code></h1>";

Please describe your issues (be as detailed as possible, including, if
applicable, output from turning DDDEBUG on.  For information about enabling
debug mode, please reference the documentation):

Once i went through the install process (which did complete without any 
errors), the login page did not let me login and did not provide any errors. So 
I navigated to the main page using the "Site Index". This told me ot move the 
install files before I can do anything. So I did that and started getting this 
error:

Fatal error: Class 'ThornProfileDBI' not found in .../drydock/common.php on 
line 689

after i added the changes mentioned above, the error still remained the same 
but the line number changed (obviously)..

Fatal error: Class 'ThornProfileDBI' not found in .../drydock/common.php on 
line 691

What is the impact of this bug:

Cant do anything!

Original issue reported on code.google.com by vdhan...@gmail.com on 9 Feb 2012 at 5:51