|
02-03-2004, 11:58 PM | #1 | ||
Purple Mole
Join Date: Sep 2003
Location: Kassel, Germany
Posts: 119
|
Spider cron Job with WIN in V1.8
I have a problem in V 1.8.0 - Spider cron Job under Windows:
Quote:
Quote:
Spider works on Browser. Is there an other path set for cron jobs in v1.8.0 ? -Roland- |
||
02-05-2004, 08:39 AM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. The phpdigPrnMsg function is defined in the phpdig_functions.php file. The phpdig_functions.php file is included in the config.php file, and the config.php file is included in the spider.php file.
The include "$relative_script_path/includes/config.php"; line was moved inside the if-else at the top of the spider.php file to allow for the USE_RENICE_COMMAND option in the config.php file. What do you get when you run the following code? PHP Code:
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
02-05-2004, 11:40 PM | #3 | ||
Purple Mole
Join Date: Sep 2003
Location: Kassel, Germany
Posts: 119
|
Hi,
i put this script to the spider.php folder and call it with test.bat from C:\PHP: Quote:
Quote:
-roland- |
||
02-06-2004, 07:52 AM | #4 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. I agree that it should be two dots. It's weird that the code worked previously because that piece went unchanged between versions. Anyway, what happens if you modify the code in spider.php and force $relative_script_path = '..'; to be set?
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
02-09-2004, 12:08 AM | #5 |
Purple Mole
Join Date: Sep 2003
Location: Kassel, Germany
Posts: 119
|
Okay, i add $relative_script_path = '..'; to Line 75 in spider.php - it works.
For next Version i think there is it userfull to set a Variable in config for the OS: Use_OS: 1/0 ; // 1 - Windows; 0 - Linux (2 MAC ?) In the Scripts you can check which OS and write two codelines for diff. OS if needed, so you no errors. -Roland- |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Baffled by Cron Job | Slider | How-to Forum | 2 | 12-15-2004 10:34 PM |
Reindex without cron job? | ark2424 | How-to Forum | 8 | 12-09-2004 04:54 AM |
cron job problems | takpoli | How-to Forum | 3 | 05-12-2004 12:26 PM |
Alternative to Cron job? | jirving | Troubleshooting | 1 | 09-29-2003 04:07 PM |
cron job | David J Harmon | How-to Forum | 1 | 09-27-2003 06:20 AM |