Getting php errors

Status
Not open for further replies.

Avegaille

New Member
Messages
24
Reaction score
0
Points
1
When I load up my Join form for my FLs... I get this:

Deprecated: Assigning the return value of new by reference is deprecated in /home/bunnyp69/public_html/enth3/Mail.php on line 154

Warning: require_once() [function.require-once]: open_basedir restriction in effect. File(/usr/lib/php/PEAR.php) is not within the allowed path(s): (/home/:/tmp) in /home/bunnyp69/public_html/enth3/Mail.php on line 21

Warning: require_once(/usr/lib/php/PEAR.php) [function.require-once]: failed to open stream: Operation not permitted in /home/bunnyp69/public_html/enth3/Mail.php on line 21

Fatal error: require_once() [function.require]: Failed opening required 'PEAR.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bunnyp69/public_html/enth3/Mail.php on line 21

Does this mean that I'll need to find some sort of alternative to PEAR if I'm restricted to use it?

EDIT: NVM, I fixed this by installing PEAR into my own account and editing the PEAR path...
 
Last edited:
Status
Not open for further replies.
Top