Re: blank page after upgrading - checkout_process page
Re: blank page after upgrading - checkout_process page
Thank you once again.
after adding a file according to above tutorial, it show heaps of notices, i dont know how to get rid of these.... I've checked the main papes which are included and they do not have any extra spaces at the end,,, and similar things.. please help (http://shop.imranseries.com)
thanks
Re: blank page after upgrading - checkout_process page
That extra file you added containing STRICT_ERROR_REPORTING turns on all alerts, errors, warnings, and fatal error notices to assist in finding out where your mistake is.
If you remove the file you uploaded from that FAQ, what happens next?
Re: blank page after upgrading - checkout_process page
Quote:
Originally Posted by
askmefor
Thank you once again.
after adding a file according to above tutorial, it show heaps of notices, i dont know how to get rid of these.... I've checked the main papes which are included and they do not have any extra spaces at the end,,, and similar things.. please help (
http://shop.imranseries.com)
thanks
Notice: Trying to get property of non-object in E:\Websites\shop.imranseries.com\includes\classes\order.php on line 337
Notice: Trying to get property of non-object in E:\Websites\shop.imranseries.com\includes\classes\order.php on line 338
Notice: Undefined property: queryFactoryResult::$fields in E:\Websites\shop.imranseries.com\includes\classes\order.php on line 339
Notice: Undefined property: queryFactoryResult::$fields in E:\Websites\shop.imranseries.com\includes\classes\order.php on line 397
Notice: Trying to get property of non-object in E:\Websites\shop.imranseries.com\includes\templates\template_default\templates\t pl_checkout_confirmation_default.php on line 36
Notice: Undefined index: customer_id in E:\Websites\shop.imranseries.com\includes\templates\iC_AthemeV1.3\common\tpl_hea der.php on line 52
<snip> Moderator note: repeated entries removed for brevity
Re: blank page after upgrading - checkout_process page
... again, if you remove the extra file which has turned on strict error reporting, what changes in how the pages load?
Re: blank page after upgrading - checkout_process page
Which extra file you are talking about?
Re: blank page after upgrading - checkout_process page
And ... what happens if you change the file's contents to say this:
Code:
<?php
if ($_GET['main_page'] == 'checkout_process') define('STRICT_ERROR_REPORTING', true);
?>
This could isolate the debug output to just the checkout page you mentioned.
This sort of thing is often just a failed upload or an improperly merged file or two, etc.
Re: blank page after upgrading - checkout_process page
Quote:
Originally Posted by
askmefor
after adding a file according to above tutorial, it show heaps of notices, i dont know how to get rid of these.... I've checked the main papes which are included and they do not have any extra spaces at the end,,, and similar things.. please help (
http://shop.imranseries.com)
thanks
Quote:
Originally Posted by
DrByte
... again, if you remove the extra file which has turned on strict error reporting, what changes in how the pages load?
Quote:
Originally Posted by
askmefor
Which extra file you are talking about?
... the one you said you uploaded according to the FAQ.
Re: blank page after upgrading - checkout_process page
If i remove that file it again shows blank page at checkout_process...