Fatal error: Class \'db_BD_TYPE\' not found in /home/admispconfig/ispconfig/lib/app.inc

RegisterLogin
Fatal error: Class \'db_BD_TYPE\' not found in /home/admispconfig/ispconfig/lib/app.inc
Post Description: Fatal error: Class \'db_BD_TYPE\' not found in /home/admispconfig/ispconfig/lib/app.inc
Tags: Fatal, error:, Class, \'db_BD_TYPE\', not, found, in, /home/admispconfig/ispconfig/lib/app.inc
This Post Was Posted On Feb 29, 2008 By pack #2142
hi, i upgraded to:
ISPConfig
Version: 2.3.2
(c) ISPConfig 2007

im trying out the ISPConfig Remoting Framework.
im getting this error:

Fatal error: Class 'db_BD_TYPE' not found in /home/admispconfig/ispconfig/lib/app.inc.php on line 53

when i i try to access this file:
https://myipaddress.com:81/remote/index.php

i searched your site for the right answer but i can't seem to find the solution for this.

i read this thread:
http://www.howtoforge.com/forums/showthread.php?t=10566
and installed ionloader at /home/admispconfig/ispconfig/web/ioncube/

this is how line 53 looks like in app.inc.php


LINE 51 include_once($dbclass);
LINE 52 $dbname = 'db_'.BD_TYPE;
LINE 53 $this->db = new $dbname;

i have fedora core5 and i've installed apt to get this command
apt-get install libxml2-dev
but it errors out.

not sure what i need to do next?

thanks for all your support.
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
hostman
#2221 1
this is what i did:

send this command:
nano /home/admispconfig/ispconfig/lib/app.inc.php


FIND:
$dbname = 'db_'.bd_type;


REPLACE WITH THIS:
replace : $dbname = 'db_'.db_type;




Jul 11, 2007 Reply Report abuse
pack
#2220 2
actually, i did, and this is what i found out.

this was the original in app.inc.php

include_once($dbclass);
$dbname = 'db_'.BD_TYPE;

and this is how it should look like:

include_once($dbclass);
$dbname = 'db_'.DB_TYPE;

if you see, i could see the differences. but if you REALLY LOOK CLOSEDLY, there is a diffrence on the BD and DB.

so basically, you need to change BD to DB

thanks for your help.

Jun 23, 2007 Reply Report abuse
wallpaperama
#2219 3
have you tried their website? i think you should ask this question on their forums, they are pretty good at answering questions.
Jun 23, 2007 Reply Report abuse
Leave Your Comments...
©2011 Webune Forums - Mon Dec 19, 2011 10:21 am
Powered by: Webune Forums V3