Jump to content

Recommended Posts

Posted

Im trying to use some scripts that are PHP and are part of PEAR, yet it dosnt seem to work, I'm thinking that PEAR isnt on the servers. ( http://pear.php.net ) Im just wondering if its not on for a reason or if there is a way that I can use it with out having it on all accounts or what not.

Posted

Hi Luke.

 

PEAR should be installed on all servers. If you don't have it on yours, please submit a help desk ticket so the techs can take care of it. :)

Posted

you have two choices, both work

 

1- ask one of the admins to install the library of pear that you are interested in, into the default include file so that all you have to do is write

 

include 'pear.php';

 

2- download the libraries you want and install them on your site. I like to put them outside the public dir. Then all you do is

 

include '/home/your-root/dir/pear.php';

 

This is from an earlier Surfire and Raul conversation.

Posted

Thanks for the help, i had to change some other dir locations in there example and the main script to get it to work. Rock Sign

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...