PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > Troubleshooting

Reply
 
Thread Tools
Old 12-17-2004, 03:10 AM   #1
baskamer
Green Mole
 
Join Date: Feb 2004
Posts: 9
same issue here

hi,

i am having the same issue here after an upgrade from 1.8.0 to 1.8.6.

All works as expected when running the spider from the webbrowser, but when i try to run it from the commandline by cgi (something that was no problem using 1.8.0):

Ik think i know what the problem is but i am not sure and unfamiliar of how to fix it...

Code:
cd /path/to/phpdig-1.8.6/
/usr/local/bin/php -q -f admin/spider.php http://www.sitetoindex.com/

Warning: main(): Unable to access ../includes/config.php in /path/to/phpdig-1.8.6/admin/spider.php on line 90

and a bunch of other errors...
a related error occures on when i go the admin page with authorisation enabled. This what briefly flashes across the screen;

Code:
Warning: Cannot modify header information - headers already sent by (output started at /path/to/phpdig-1.8.6/includes/config.php:1) in /path/to/phpdig-1.8.6/libs/auth.php on line 62
I think this is due to the fact that in config strange characters are encoded in a non utf-8 format. BBEdit complains about this and offers to resave as utf-8. I think that the commandline does not like this...

I just did a test, by uploading an unmodified version of config.php, using pico to edit it via the shell works partially. (Other then anoying working with pico) The redrect (in auth) now works fine, but the running via cgi still produces the same errors.

ohh, phpdig is currently installed in just one directory (as downloaded) so i did not add a relative path in the config...

i hope this info helps... please contact me if you need more info, i really need this working via cron...

tanks

Last edited by baskamer; 12-17-2004 at 03:16 AM. Reason: additions / error
baskamer is offline   Reply With Quote
Old 12-17-2004, 04:15 AM   #2
baskamer
Green Mole
 
Join Date: Feb 2004
Posts: 9
solution

it seems that this was the culprit;
cd to the admin dir, instead of phpdig...

Code:
instead of
cd /path/to/phpdig/
use
cd /path/to/phpdig/admin/

/usr/local/bin/php -q -f ./spider.php http://www.yoursite.com
baskamer is offline   Reply With Quote
Old 12-18-2004, 12:33 PM   #3
Slider
Orange Mole
 
Join Date: Jan 2004
Posts: 30
I was using a cron job and had to change the code on line 88 in spider.php

FROM
Code:
// echo $relative_script_path;
    $relative_script_path = '..';
TO
Code:
// echo $relative_script_path;
    $relative_script_path = '/home/username/www/phpdig';
It fixed the line 90 problem and the other lines in the warnings.
Slider is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
pdftotext issue JonnyNoog External Binaries 6 07-14-2006 11:40 PM
Config file problems. Dave A Troubleshooting 3 12-28-2005 01:57 AM
Spidering issue cefiro How-to Forum 0 02-28-2005 09:01 AM
Indexing Issue tajmahal Troubleshooting 8 02-19-2005 11:03 AM
pdf config under windows - is this right? scuba303 External Binaries 4 10-24-2003 09:23 AM


All times are GMT -8. The time now is 06:10 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.