if you're working on a windows 8 machine and receiving this error:
"Fatal error: Call to undefined function sem_get() in /libs/ProcessCommunication/PHPCrwalerProcessCommunication.class.php on line 92"
Thanks a lot for your report and the workaround-fix!
Right now i don't even know why sem_get is needed/used when using process-resumption, maybe this
is just an unecessary call somewhere within phpcrawl, will have to take a deeper look.
hey there,
if you're working on a windows 8 machine and receiving this error:
"Fatal error: Call to undefined function sem_get() in /libs/ProcessCommunication/PHPCrwalerProcessCommunication.class.php on line 92"
change the following code:
into
For the developers of this fantastic Framework, i got this error by using the following code:
Hi!
Thanks a lot for your report and the workaround-fix!
Right now i don't even know why sem_get is needed/used when using process-resumption, maybe this
is just an unecessary call somewhere within phpcrawl, will have to take a deeper look.
I openeed a bugreport for this topic:
https://sourceforge.net/tracker/?func=detail&aid=3606951&group_id=89439&atid=590146
Again, thanks!
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
i even had this error on a unix machine , for both the file above and PHPCrawler.class.php.
applying the fix above worked.