PDA

View Full Version : Failed to Open


mortickles
05-06-2004, 12:11 PM
Hello! I *think* I have phpdig installed correctly. When I go to spider, however, the following error occurs. Any advice would be greatly appreciated - I can't figure it out! By the way, I checked, and allow_url_fopen = On.



SITE : http://www.mysite.com/
Exclude paths :
- @NONE@

Warning: fopen(../admin/temp/36333431.tmp): failed to open stream: Permission denied in /usr/local/www/data/jolene/[PHPDIG_DIR]/admin/robot_functions.php on line 705

Warning: fwrite(): supplied argument is not a valid stream resource in /usr/local/www/data/jolene/[PHPDIG_DIR]/admin/robot_functions.php on line 707

Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/www/data/jolene/[PHPDIG_DIR]/admin/robot_functions.php on line 709

Warning: filesize(): Stat failed for ../admin/temp/36333431.tmp (errno=2 - No such file or directory) in /usr/local/www/data/jolene/[PHPDIG_DIR]/admin/robot_functions.php on line 710
1:http://www.mysite.com/

(time : 00:00:06)
No link in temporary table
links found : 1
http://www.mysite.com/
Optimizing tables...
Indexing complete !
--------------------------------------------------------------------------------
[Back] to admin interface.

bloodjelly
05-06-2004, 02:24 PM
Did you check to make sure that the admin/temp directory is writeable? You might have to chmod it. Check the documentation, here: http://www.phpdig.net/navigation.php?action=doc#toc4

mortickles
05-07-2004, 08:48 AM
Aha! That was it! Such a simple thing to overlook...

Thanks so much for your help.