Pear

Status
Not open for further replies.

djelie

New Member
Messages
3
Reaction score
0
Points
0
hello
i'm trying to extract files from gzip archive using PEAR File_Archive. and i have an error:

Code:
Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in /home/elie/public_html/script/archive/archive.php on line 38
Fatal error: require_once() [function.require]: Failed opening required 'PEAR.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/elie/public_html/script/archive/archive.php on line 38

what should i do to prevent this?
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
hello
i'm trying to extract files from gzip archive using PEAR File_Archive. and i have an error:

Code:
Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in /home/elie/public_html/script/archive/archive.php on line 38
Fatal error: require_once() [function.require]: Failed opening required 'PEAR.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/elie/public_html/script/archive/archive.php on line 38
what should i do to prevent this?

According to the error message, it seems like the problem is with the software you are trying to use.

You should be able to extract gzip archives through the cPanel's File Manager, you can try doing that.
 
Status
Not open for further replies.
Top