Ok I'm back on this task after taking a few days off, going to be concentrating on using Uniform Server to get this running since I know it was caching with that.
I have since located the PHP error log with Uniform Server but I have no idea if the information is useful enough to locate the problem.
The original demo throws out these errors in the log:
Code:
PHP Notice: Undefined index: lastBuildDate in C:\\UniServer\\www\\lastrss\\lastRSS.php on line 159, referer: http://localhost/demo.htm
[Tue May 08 18:33:53.438600 2012] [:error] [pid 3144:tid 1068] [client ::1:49978] PHP Notice: Use of undefined constant link - assumed 'link' in C:\\UniServer\\www\\lastrss\\scrollerbridge.php on line 72, referer: http://localhost/demo.htm
[Tue May 08 18:33:53.439600 2012] [:error] [pid 3144:tid 1068] [client ::1:49978] PHP Notice: Use of undefined constant title - assumed 'title' in C:\\UniServer\\www\\lastrss\\scrollerbridge.php on line 72, referer: http://localhost/demo.htm
The simplepie version throws out these errors:
Code:
[Sat May 05 09:51:58.284800 2012] [:error] [pid 4524:tid 1072] [client ::1:49219] PHP Strict Standards: Non-static method SimplePie_Misc::change_encoding() should not be called statically, assuming $this from incompatible context in C:\\UniServer\\www\\rssps\\simplepie\\simplepie.inc on line 5126, referer: http://localhost/rssps/demo.htm
[Sat May 05 09:51:58.284800 2012] [:error] [pid 4524:tid 1072] [client ::1:49219] PHP Strict Standards: Non-static method SimplePie_Misc::encoding() should not be called statically, assuming $this from incompatible context in C:\\UniServer\\www\\rssps\\simplepie\\simplepie.inc on line 2790, referer: http://localhost/rssps/demo.htm
[Sat May 05 09:51:58.284800 2012] [:error] [pid 4524:tid 1072] [client ::1:49219] PHP Strict Standards: Non-static method SimplePie_Misc::encoding() should not be called statically, assuming $this from incompatible context in C:\\UniServer\\www\\rssps\\simplepie\\simplepie.inc on line 2791, referer: http://localhost/rssps/demo.htm
Is this specifically telling me whats wrong? Can it be fixed?
Bookmarks