Basically what I did was replacing all slashes in the path passed to the valueFatcher with backslashes:
Line 143:
Code: Select all
$fetch = new valueFetcher("file://".str_replace('/', '\\', $KB_HOME."/".$outfile));
Regards,
Salvoxia
Code: Select all
$fetch = new valueFetcher("file://".str_replace('/', '\\', $KB_HOME."/".$outfile));
Indeed you did, nice job!prometh wrote:I hope i fixed it!
Code: Select all
16:53:00 EVE Central price fetcher started...
typeID 367477 can not be querried.
typeID 367489 can not be querried.
typeID 367541 can not be querried.
17:07:58 8245 Items updated
Any idea, where I can find the mistake???#!/usr/bin/php
Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /www/htdocs/w00f6769/killboard/common/includes/class.valuefetcher.php:104 Stack trace: #0 /www/htdocs/w00f6769/killboard/common/includes/class.valuefetcher.php(104): SimpleXMLElement->__construct('0') #1 /www/htdocs/w00f6769/killboard/cron/cron_evec.php(147): valueFetcher->fetch_values() #2 {main} thrown in /www/htdocs/w00f6769/killboard/common/includes/class.valuefetcher.php on line 104
Hi Salvoxia,Salvoxia wrote:Hi,
does this error occur immediately after execution or does it take 10 minutes before it appears?
Regards,
Salvoxia
I checked it, the marketdata201412xx.xml Data really exists in the cache folder...prometh wrote:Hmmm.... the xml file should have been created in the cache folder already, could you upload that one? Should be marketdata201412xx.xml
Thanks.