You are here:  » error massage need help


error massage need help

Submitted by yogi on Sat, 2007-10-27 12:40 in

hi Dave,

after installing and uploading my xml files to feed folder when i went to admin i have this error showing on top

Warning: filemtime() [function.filemtime]: Stat failed for ../feeds/123456789-Bookbyte_com.xml (errno=75 - Value too large for defined data type) in /home/pndgroup/public_html/admin/index.php on line 98

please let me know what to do to fix this problem.

thanks
yogi

Submitted by support on Sun, 2007-10-28 05:08

Hello Yogi,

I think this can happen when the timestamp for a file has become corrupted. If it is only occurring for this one file, first try re-uploading it. If can also happen if the feed was still being uploaded when the admin home page is loaded. If the error message persists, you can comment out the line that uses filemtime, the only difference will be the color of the links. In admin/index.php, look for the following code on line 98:

$modified = filemtime($feedDir.$filename);

...and simply comment out or delete that line....

Cheers,
David.