problem with cron job after update
« on: July 04, 2012, 07:05:53 AM »
I have been happy with this product for many years, but in May I upgraded to version 5.  I later realized that the cron job I had set up previously and which had functioned properly for 3-4 years no longer functioned properly.  I have been trying to get it to work for several days, but no luck.  (In the meantime, I also updated to version 6 so that folders are listed alphabetically, but the problem with the cron job persists.)

The control panel tells me that it runs my script:

Code: [Select]
/usr/local/bin/php /home/users/web/b1448/ipw.lchwelco/public_html/generator/runcrawl.php
but I get no output.  The error log gives the following output:

Code: [Select]
PHP Warning:  Unknown(): open(/var/php_sessions/sess_0972a7687e6796db60b9515f2c676366, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
PHP Warning:  Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0

Do you have any advice?
Re: problem with cron job after update
« Reply #1 on: July 04, 2012, 05:18:03 PM »
Hello,

if you have ssh access to your server, try to run that command line manually to see it's output.