Cron problem

Discussion in 'Troubleshooting' started by lukeshields, Feb 4, 2010.

  1. lukeshields

    lukeshields Member

    Joined:
    Apr 12, 2005
    Messages:
    34
    Have the aMember cron job set up to run once every day, but since I moved the site recently it has stopped working.

    Code:
    Site error: the file <b>/users/home/username/domains/site.com/web/public/members/plugins/protect/complimentary/complimentary.inc.php</b> requires the ionCube PHP Loader ioncube_loader_sun_5.2.so to be installed by the site administrator.
    
    Ioncube is installed and working correctly - I double checked with the tester.php script. Ioncube is loaded in php.ini like so:

    Code:
    zend_extension = /users/home/username/domains/site.com/ioncube/ioncube_loader_sun_5.2.so
    Running the cron manually works beautifully (entering /members/cron.php in the browser bar) so I am a bit stumped.

    Running 3.18.
  2. lukeshields

    lukeshields Member

    Joined:
    Apr 12, 2005
    Messages:
    34
    This appears to be an error caused by the Complimentary plugin - not sure if anyone else has had this problem? Raised a ticket on the author's site, waiting for feedback...
  3. jenolan

    jenolan aMember Coder

    Joined:
    Nov 3, 2006
    Messages:
    510
    You CRON command is probably calling a CLI version of php????
  4. lukeshields

    lukeshields Member

    Joined:
    Apr 12, 2005
    Messages:
    34
    Thanks for the reply, I answered on JLogica...

Share This Page