phpList Not Emailing?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Klaassh
    Member
    • Mar 2004
    • 62

    #16
    Originally posted by Klaassh
    try
    /home/user_name/public_html/folderhere/lists/
    Funnily enough, I tried to setup a cronjob yesterday using the above path and I too get an error. But I can't find anything wrong with the path supplied.

    Can't Access `file://localhost/home/user_name/public_html/folderhere/file.name"
    Alert!: Unable to access document.

    Anybody shed some light?
    A good friend will bail you out of jail
    But your best friend will be sitting next to you,
    saying "That was awesome!"

    Comment

    • -Oz-
      Senior Member
      • Mar 2004
      • 545

      #17
      i'm not sure, but why does it say file:// that looks like a windows type command not unix.
      Dan Blomberg

      Comment

      • Jonathan
        Senior Member
        • Mar 2004
        • 1229

        #18
        All my CRONJOBs (I got a mySQL backup script) get emaild
        to me with this message (oddly enough):

        Content-type: text/html
        X-Powered-By: PHP/4.3.4

        <br />
        <b>Warning</b>: ftp_put(): Can't open that file: No such file or directory in <b>/home/usr/public_html/devbu.php</b> on line <b>137</b><br />

        Hmmmmmmm *raises eyebrow* could this all
        be connected in some Anti-M$ conspircy?
        "How can someone be so distracted yet so focused?"
        - C

        Comment

        • -Oz-
          Senior Member
          • Mar 2004
          • 545

          #19
          Jonathon, that means you're trying to ftp to another server with the script and the script is failing. Has it ever actually worked?
          Dan Blomberg

          Comment

          • Klaassh
            Member
            • Mar 2004
            • 62

            #20
            Originally posted by -Oz-
            i'm not sure, but why does it say file:// that looks like a windows type command not unix.
            Nope nothing to do with windows. That is the error log emailed from Cron when it fails to complete it's task
            Cron must add this part file://localhost/ As I am only putting in the afore mentioned path (and since, I have tried a few variations with no success)
            A good friend will bail you out of jail
            But your best friend will be sitting next to you,
            saying "That was awesome!"

            Comment

            • vizability
              Junior Member
              • Apr 2004
              • 8

              #21
              Have you changed this to 0 in config.php?

              # if test is true (not 0) it will not actually send ANY messages,
              # but display what it would have sent
              define ("TEST",0);


              Stuart
              www.vizability.com.au

              Comment

              Working...