Page 1 of 1

Error on signing out

Posted: 2014-01-21 11:59
by bradleys
Hi,

I see this error every time I sign out of my AppGini site:

Fatal error: Class 'DataList' not found in /pathtomysite/appginisite/index.php on line 8

(Path changed for security).

I'm not sure but I think it might be related to the fact that I use the Chrome browser and have saved my username and password. Any ideas?

Regards,
Steve

Re: Error on signing out

Posted: 2014-01-22 15:30
by bradleys
I've now solved this. The error was generated at some point while I was putting the site live (probably because of a missing file) and was cached by my browser. Every subsequent time I loaded the same page (the sign out page) I was seeing the result from the cache.

I cleared the cache and now all is well.

Steve

Re: Error on signing out

Posted: 2014-01-24 03:53
by shasta59
When I am testing a site I use Chrome's Incognito mode. This way nothing is saved/cached etc and it insures when I change files and test again it loads the new data each time. Otherwise you can end up with old files still being in Chrome's cache and messing up changes.

Or I use firefox where you can set the size of the cache to 0.

Then just before I go live I test with the following:

Windows: Explorer (at least 3 versions), chrome, firefox and safari
Macintosh: Chrome, Safari, Firefox. I used to test with more but these are the big three.

Even though it is a pain I never save passwords until I go final to make sure nothing funny is happening along the way.

Alan