Hi,
I just noticed an issue when gzip is enabled and a user is not logged on. When clicking on Checkout, instead of forwarding the user to the login page you get a page of gibberish instead.
Alex
Printable View
Hi,
I just noticed an issue when gzip is enabled and a user is not logged on. When clicking on Checkout, instead of forwarding the user to the login page you get a page of gibberish instead.
Alex
Hi,
Sorry about this bug and thank you for pointing this out.
In shop/checkout_shipping.php
Find on line 17:
Add on new line after it:PHP Code:if (!tep_session_is_registered('customer_id')) {
PHP Code:ob_end_clean();
Thanks, that's sorted it.
Do you think it would be wise to make the same mod to any of the other files that users may end up on whilst logged out e.g. if they have a shortcut to account.php etc?
Alex
All files will be updated in the next release.