this issues was solved here:
http://forums.macosxhi nts.com/showthread.php? p=448624#post44 8624
User Profile
Collapse
-
... and just in case this can be of any use:
Code:X-Cron-Env: <SHELL=/bin/sh> X-Cron-Env: <PATH=/usr/bin:/bin> X-Cron-Env: <LOGNAME=mauro> X-Cron-Env: <USER=mauro> X-Cron-Env: <HOME=/Users/mauro>
Leave a comment:
-
cronjob and php problem
Hi
I'm trying to run an scheduled php script using cronniX on mac os x. So far I haven't got much promising results, but i think i'm close to it.
I'm not familiar at all with Terminal and its language syntax so I've been pulling resources from all over the web to figure out what's going on.
The test php script all it does is to write a time stamp on a text file. It works well when I run it manually from localhost.... -
thanks so much for your suggestion.
I tried implementing it, but then I got another series of errors. This is part of a larger project, so there are many interconnected operations. Thus, any change here provokes something else elsewhere.
I am tempted to leave things as they are: The code I have is uncommented, and sometimes doesn't use the curly braces, so it is really hard to guess what's things are supposed to do and at times, it...Leave a comment:
-
no curly braces ;(
Hi everybody,
I'm a PHP beginner, so please forgive me for this question.
I am working on code someone else wrote a long time ago. The code was written without curly braces in many places, which for the most has been ok. However I am getting an error message that -for the code snippet I posted below- would read like this:
Notice: Undefined variable: f in ... on line 3.
Precisely a section that has a couple of...
No activity results to display
Show More
Leave a comment: