1 out of 1 members found this post helpful.
Re: 7 Year old OscMAX store now only blank pages
We are in Canada and use the Fedex Web Serivces module that came with oscMax 2.5.4 - pretty sure that is also 9.5 (dated 2014) - regularly.
I suggest you turn on your bug reports by changing /includes/application_top.php line (around line 24):
// error_reporting(E_ALL & ~E_NOTICE & ~'E_DEPRECATED');
error_reporting(E_ALL);
ini_set('display_errors', 1);
(don't bother with ~E_Notice or ~E_Deprecated)
There is a lot of discussion on dealing with white screens on this forum, so run some searchs and let us know what you are doing to try and solve the problem. Afraid I am a bit rusty and would have to do searches myself...
I also suggest that you consider troubleshooting on a localhost setup so your customers don't get possibly inconvenienced if you break the program, nor will they see the PHP error messages that you need turned on to find your problem. Oh, and use the Sandbox option on Fedex until you fix it (sorry about the obvious bit).
Bookmarks