I also would like to know if this would work with 1.3.9 ? Incase anyone has already tried it... Thanks
I also would like to know if this would work with 1.3.9 ? Incase anyone has already tried it... Thanks
I don't currently have a v1.3.9 test site, but I understand it does work except that there is a situation where it would not operate on two particular pages which have a customized version of tpl_main_page.php already (which will be used in preference to the version in the custom template folder). This is not a new situation, but has existed all along, in popup pages:
/includes/templates/template_default/popup_attributes_qty_prices/tpl_main_page.php
/includes/templates/template_default/popup_coupon_help/tpl_main_page.php
So unless you need to affect these pages, you should have no problem. If you do, there is one line to modify in tpl_main_page.php, described in the readme, and you can easily fix this yourself.
Glenn,
That's gonna sound stupid but I got a blank page when using the Paypal Express Checkout.
Since it seems related to Smart_Background... I thought that was the best place to ask for advices...
I checked the log and I get this:
I have no clue why smart_backgrounds_functions.php would be involved in my issue and cannot for the life of me figure it out.Code:[30-Aug-2010 18:58:18] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /wheremyZCis/includes/functions/extra_functions/smart_backgrounds_functions.php:30) in /wheremyZCis/includes/functions/sessions.php on line 110 [30-Aug-2010 18:58:18] PHP Warning: Cannot modify header information - headers already sent by (output started at /wheremyZCis/includes/functions/extra_functions/smart_backgrounds_functions.php:30) in /wheremyZCis/includes/init_includes/overrides/init_templates.php on line 79 [30-Aug-2010 18:58:19] PHP Warning: Cannot modify header information - headers already sent by (output started at /wheremyZCis/includes/functions/extra_functions/smart_backgrounds_functions.php:30) in /wheremyZCis/includes/modules/payment/paypalwpp.php on line 1569 [30-Aug-2010 18:58:19] PHP Warning: Cannot modify header information - headers already sent by (output started at /wheremyZCis/includes/functions/extra_functions/smart_backgrounds_functions.php:30) in /wheremyZCis/includes/functions/functions_general.php on line 45
Any advice on where to look or what could be the issue?
If needed here is a link to my website:
www DOT looloos HYPHEN organics DOT com/index.php
Running 1.3.9d (I know, I know, I need to upgrade... )
Thanks in advance
Damien
Last edited by DamienDLSkinSolution; 31 Aug 2010 at 12:19 AM. Reason: I can't spell...
The modified version of the file posted above only has 30 lines (the original mod version has 28 lines), so I expect there is an extra space after the closing ?> in line 30 of your copy of it. That can cause the PHP error you describe.
Glenn,
Thanks! That's a part of the problem solved!
I uploaded your original file, which didn't solved the problem but, at least now, the log doesn't involve Smart Backgrounds..
My guess is again, Dreamweaver is adding extra spaces/lines in the code. I really got to trash that program...
Thanks again for pointing out where the problem was!
Damien
If you use Notepad++ to paste the revised code into the file, you will not get any extra spaces unless you put them in yourself.
Are you still getting a "headers already sent" kind of error? Does it involve a file that you have ever edited?
the error moved to the shipping files (under /language/modules/). Every single file had extra lines at the end. Dunno why since I modified only the freeshipper.php file... but anyway... I fixed them all and the error is gone!
It is the 4th or 5th time that you have set me on the right path. I cannot thank you enough for your help.
Damien