Trouble implementing XML Aggregation [message #162039] |
Tue, 16 March 2010 00:01 |
The Witcher
Messages: 675 Registered: May 2009 Location: USA
Karma: 3
|
Senior Member |
|
|
In the Job Administration System it asks for :
Quote:PHP CLI Executable:
Full path to the command line PHP executable on your system. This command will be used to execute batch scripts.
So just what is the "PHP CLI Executable" and where do I find the correct path to it?
Using : 0 * * * * /home/.server/user_name/FUDforum_forum/scripts/xmlagg.php 1 returns ERROR: Command line PHP executable not found:
I believe I have all other information input correctly.
"I'm a Witcher, I solve human problems; not always using a sword!"
|
|
|
|
|
|
|
|
Re: Trouble implementing XML Aggregation [message #162078 is a reply to message #162072] |
Wed, 17 March 2010 20:36 |
The Witcher
Messages: 675 Registered: May 2009 Location: USA
Karma: 3
|
Senior Member |
|
|
Thanks that helps a lot to clarify things; I found that the host I was using when I received that error requires a separate registration for shell access (which requires a picture ID???) but I jumped through the hoops and got it done.
Though the correct path on that host is: /home/my_username/public_html/php.ini
But the error remains the same "permission denied", so it appears that aside from my own lack of knowledge I am also dealing with the differences in how my hosts are configured and work doing the same thing.
One allows me to assign shell access manually to users but uses shared PHP settings which requires that I create a custom PHP.ini file (Not supported by the Host) on my own, while the 2nd host provides and supports PHP.ini but is very stringent on assigning shell access.
So I guess I will start all over again,
"I'm a Witcher, I solve human problems; not always using a sword!"
|
|
|