PDA


View Full Version : Custom html page, error messages. stat failed etc


Sanjiyan
06-30-2005, 04:00 PM
I have added a custom page called System Scanning.

I have defined it as a html file, and uploaded the html file to the server, and it works, yet when I call the CMPS page, it says this at the top:


Warning: filesize(): Stat failed for http://www.friendship7.co.uk/custom_pages/system_scaning.html (errno=2 - No such file or directory) in /includes/vba_cmps_include_bottom.php on line 422

Warning: fread(): Length parameter must be greater than 0. in /includes/vba_cmps_include_bottom.php on line 422

Yet the link in the CMPS page config points to the right file URL.

Brian
06-30-2005, 09:00 PM
No such file or directory
Sounds like you've entered an incorrect path to the HTML file to include. Be sure that you're entering the full path and not the URL.

Sanjiyan
06-30-2005, 09:04 PM
Ahh, yeah I was using a URL, which would have been a logical choice, but it does not say to use a direct file location.