thehandlestudio Posted February 8, 2011 Share Posted February 8, 2011 Hi, when I click on contact us page I lose the items that are in the basket and get an error on page warning at the bottom left, the warning says:Message: Permission deniedLine: 757Char: 1Code: 0URI: http://www.thehandlestudio.co.uk/contact-form.phpMessage: Permission deniedLine: 94Char: 3Code: 0URI: https://www.thehandlestudio.co.uk/modules/blockcart/ajax-cart.jsI am using version 1.3.0.1, I don't understand what this means so if anyone could help it will be most appreciated.Kind Regards,Mark. Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted February 8, 2011 Share Posted February 8, 2011 The problem is that you're mixing http and https resources. THe "Contact Us" page is loaded by http, but the js and some other resources by https and the cart is not showing correct values. Link to comment Share on other sites More sharing options...
thehandlestudio Posted February 8, 2011 Author Share Posted February 8, 2011 Thanks for your reply ultrawebdev, How would i find this out ?, when i click on the contact us in the footer link everything is ok but not on the link bar at the top of the page.Regards,Mark. Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted February 8, 2011 Share Posted February 8, 2011 The footer link:https://www.thehandlestudio.co.uk/contact-form.phpThe header link:http://www.thehandlestudio.co.uk/contact-form.phpJust change the header link to be loaded by https, just like the footer one. I'm not sure if this is part of a module or a hardcoded urls. Maybe it's in the header.tpl of the theme. Link to comment Share on other sites More sharing options...
thehandlestudio Posted February 8, 2011 Author Share Posted February 8, 2011 Thanks again for reply, This is what I have in the header.tpl {l s='Contact Us'} for the contact us linkIs this right?I will try what you have suggested also.Regards, Mark. Link to comment Share on other sites More sharing options...
thehandlestudio Posted February 8, 2011 Author Share Posted February 8, 2011 Sorry this is what i have sorry this is what i have {l s='Contact Us'} Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted February 8, 2011 Share Posted February 8, 2011 replace {$base_dir} with {$base_dir_ssl} Link to comment Share on other sites More sharing options...
thehandlestudio Posted February 8, 2011 Author Share Posted February 8, 2011 Hi,The error is still there after changing it.Regards,Mark. Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted February 8, 2011 Share Posted February 8, 2011 then hardcode the link as: https://www.thehandlestudio.co.uk/contact-form.php Link to comment Share on other sites More sharing options...
thehandlestudio Posted February 8, 2011 Author Share Posted February 8, 2011 Hi, I still get the same error but not it says line 758 not 757 as in the first post.Regards,Mark Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now