User Profile

Collapse

Profile Sidebar

Collapse
mauricioarango
mauricioarango
Last Activity: Feb 5 '08, 10:13 PM
Joined: Jan 31 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mauricioarango
    replied to cronjob and php problem
    this issues was solved here:

    http://forums.macosxhi nts.com/showthread.php? p=448624#post44 8624
    See more | Go to post

    Leave a comment:


  • mauricioarango
    replied to cronjob and php problem
    ... 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>
    See more | Go to post

    Leave a comment:


  • mauricioarango
    started a topic cronjob and php problem

    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....
    See more | Go to post

  • mauricioarango
    replied to no curly braces ;(
    in PHP
    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...
    See more | Go to post

    Leave a comment:


  • mauricioarango
    started a topic no curly braces ;(
    in PHP

    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...
    See more | Go to post
No activity results to display
Show More
Working...