Pear

Status
Not open for further replies.

azn_gamer912

New Member
Messages
3
Reaction score
0
Points
0
Hello, I have a script miningbuddy that needs to have the PEAR file DB.php installed. I've checked the Cpanel and do not see any indication that I can install this myself. Is it a possibility that I can get you guys to install the PEAR packages and modules with the DB.php available for use.

Thank You.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Have you tried the script? I think DB.php is installed on the servers.
 

azn_gamer912

New Member
Messages
3
Reaction score
0
Points
0
What script? I haven't read anywhere that there is a script available to do this for me?
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
I think he means MiningBuddy; does that work?
 

azn_gamer912

New Member
Messages
3
Reaction score
0
Points
0
No I've checked it, it does not work.

Fatal error: require_once() [function.require]: Failed opening required 'DB.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/user/public_html/mb/functions/system/init.php on line 81


Code:
/* load Pear. */
require_once ('DB.php');
if (!class_exists(DB)) {
 die("<b>Error:</b> Unable to load PEAR-DB! It is a requirement. Please add this package, and try again.");
}

Also when I echo out get_include_path as just a test to get that information I obtain this:

.:/usr/lib/php:/usr/local/lib/php

So if this is not the correct path to pear if it is infact installed and functioning, i'll need the information to correctly set my include path so that I can require DB.php within it.

Thank you for any help in getting this up and running.
 
Last edited:
Status
Not open for further replies.
Top