I am on a windows machine, but I the files uploaded to my server which is a linux box. I am able to run the script through a console with php resumable_example.php and it still does the same thing. Even if I run it through a browser it does the same thing as well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded 0.81 and tried to run the resumable_example.php script just as it is and nothing happens. Am I missing something?
Hi!
What do you mean with "nothing happens"?
I execute the script and it just runs for a second and thats it. Nothing prints out on the screen
Strange.
Everything else works fine? I mean, it's just the resumable example that's not working?
What OS are you using, windows?
PS: Im off now, will answer further tomorrow!
Last edit: Uwe Hunfeld 2014-01-09
I am on a windows machine, but I the files uploaded to my server which is a linux box. I am able to run the script through a console with php resumable_example.php and it still does the same thing. Even if I run it through a browser it does the same thing as well.
Yes the example.php runs fine, the resumable one does not
I figured out that its stopping at
$crawler->resume($crawler_ID);
and in resume() in the PHPCrawler.class.php it stops at
so I went into /tmp and deleted the tmp file thinking maybe I had a bad file or something and still same results when I run in again
Last edit: Cesar Bielich 2014-01-09
Where is the "phpcrawl_tmp_" file located?
Ok so I am seeing that the file is supposed to be located in the /tmp folder which is not which is why it is throwing the exception and not executing.
Sorry I post as I discover :)
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
So, does it work now?
Did you change the tmp-location in the example file?