|
ironclive
|
 |
« on: August 12, 2004, 04:05:58 AM » |
|
Hello!
I am considering signing up with lunarpages but have a few quick questions that I'd like answered first:
1 - Do you have PEAR installed? 2 - Specifically, I need the optional PEAR package HTML_Template_IT installed. Is this available or can it be installed upon request?
Thanks in advance.
Cheers,
-Clive
|
|
|
|
|
Logged
|
|
|
|
|
|
|
cphillips
|
 |
« Reply #2 on: March 27, 2005, 05:01:16 PM » |
|
Please provide more info.
I am having problems with the instructions you referenced. I installed PEAR to a directory outside of my http_public folder (the root of where i have access)
It doesnt seem to be working and I get this message:
You will need to know the location of the cli version of PHP. To find this, browse to this script and copy the output:
<?php echo `which php`; // if this does not work, also try echo PHP_BIN; ?>
What does this mean?
THanks
|
|
|
|
|
Logged
|
|
|
|
|
Pete
|
 |
« Reply #3 on: March 27, 2005, 05:14:58 PM » |
|
Hi cphillips, Pete waves What that instruction actually means is create a file with <?php echo `which php`; // if this does not work, also try echo PHP_BIN; ?>
(You can use notepad to do that ) Save it as whateveryoulike.php and copy it to your website call www.yourwebsite.com/whateveryoulike.php and it should give you the path to php Usually /usr/bin/php
|
|
|
|
|
Logged
|
|
|
|
|
cphillips
|
 |
« Reply #4 on: March 28, 2005, 07:22:43 PM » |
|
Thanks, Do you know of any resources that show how to install PEAR step by step on a lunarpages web hosted account? Thanks! 
|
|
|
|
|
Logged
|
|
|
|
|
JamesG
|
 |
« Reply #5 on: March 30, 2005, 03:24:22 PM » |
|
cphillips, the link that Ripta gave you has instructions, what problems are you having with it?
|
|
|
|
|
Logged
|
|
|
|
|
Lupine1647
|
 |
« Reply #6 on: March 30, 2005, 04:18:19 PM » |
|
I use Pear on some of my pages to send mail via SMTP instead of the Mail() function. All I do is include the Mail.php package and the Pear.php package.
|
|
|
|
|
Logged
|
|
|
|
|
cphillips
|
 |
« Reply #7 on: September 07, 2005, 06:58:54 PM » |
|
Ok I am following the instructions to install PEAR on a shared account using ftp
What paths do I use?
Where do I store the Pear CLI on my local computer?
How do I get it to install?
Any help??
|
|
|
|
|
Logged
|
|
|
|
randwolf
Newbie
Offline
Posts: 2
|
 |
« Reply #8 on: February 10, 2006, 09:02:34 PM » |
|
The link above now points to the following message: "We removed this section, because, today, manually installing a package requires a deeper understanding of the way how packages are organized and what happens during the installation process. You should read the section about the package.xml in the Developers Guide (Chapter 15 and Chapter 16), if you really want install a package without the PEAR installer." The link is to a highly technical discussion, and the given procedure requires a client-side Unix system and the knowlege of how to use it.
Can you offer us some simpler alternatives?
|
|
|
|
|
Logged
|
|
|
|
|
Lupine1647
|
 |
« Reply #9 on: February 10, 2006, 09:04:58 PM » |
|
|
|
|
|
|
Logged
|
|
|
|
|
blazerblvd
|
 |
« Reply #10 on: February 23, 2006, 05:01:20 PM » |
|
what is the path for pear on the system servers. It is not clear in the documentation and an error is returned when you include 'PEAR.php'
|
|
|
|
|
Logged
|
|
|
|
|
daniels
|
 |
« Reply #11 on: February 24, 2006, 05:06:49 AM » |
|
Hello blazerblvd,
Please try:
/usr/bin/pear /usr/local/bin/pear /usr/local/lib/php
I hope that this was helpful.
|
|
|
|
|
Logged
|
|
|
|
OldSkoolMark
Newbie
Offline
Posts: 1
|
 |
« Reply #12 on: July 10, 2008, 03:56:39 PM » |
|
I am basically following the instructions at https://support.lunarpages.com/knowledge_bases/article/313but instead of downloading from php.net, I ftp'ed the pear directory and subdirectories from a working configuration on my local testing webserver. Should this work?
|
|
|
|
|
Logged
|
|
|
|
|