Giedriucha7 Posted May 24, 2013 Share Posted May 24, 2013 Hello, when I set up friendly url in my website I have just one page witch don't want to work properly, in the final step when you have to chose that you will pay with bankwire, page are not found.The frendly URL are set, but it's not working, is that a problem with module or something else? Maybe there are a solution? Sorry for English... Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 24, 2013 Share Posted May 24, 2013 Hi, Giedriucha7 do you have the live site for testing this issue? Regards Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 24, 2013 Author Share Posted May 24, 2013 yes, you can try it - www.igoods.lt Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 24, 2013 Share Posted May 24, 2013 Your bankwire link is http://igoods.lt/apmokejimo-patvirtinimas?module=bankwire&controller=payment but the correct link must be: http://igoods.lt/apmokejimo-patvirtinimas?fc=module&module=bankwire&controller=payment Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 24, 2013 Author Share Posted May 24, 2013 (edited) And how to fix this issue? if possible Edited May 24, 2013 by Giedriucha7 (see edit history) Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 24, 2013 Share Posted May 24, 2013 please, show me your code from here: modules/bankwire/views/templates/hook/payment.tpl and from here (if you have that file): your_theme/modules/bankwire/views/templates/hook/payment.tpl Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 24, 2013 Author Share Posted May 24, 2013 modules/bankwire/views/templates/hook/payment.tpl .... <p class="payment_module"> <a href="{$link->getModuleLink('bankwire', 'payment')}" title="{l s='Pay by bank wire' mod='bankwire'}"> <img src="{$this_path}bankwire.jpg" alt="{l s='Pay by bank wire' mod='bankwire'}" width="86" height="49"/> {l s='Pay by bank wire (order process will be longer)' mod='bankwire'} </a> </p> your_theme/modules/bankwire/views/templates/hook/payment.tpl there is no bankwire module Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 24, 2013 Share Posted May 24, 2013 hmm..., with PrestaShop™ 1.5.4.1 I have the same code from template. It is means that $link->getModuleLink returns wrong url, we will need to debug this function, or (the bad way) change code from {$link->getModuleLink('bankwire', 'payment')} to {$base_dir}?fc=module&module=bankwire&controller=payment Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 24, 2013 Author Share Posted May 24, 2013 I did it, but still getting on this link http://igoods.lt/banko-patvirtinimas1?module=bankwire&controller=validation and page not found :/ Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 24, 2013 Share Posted May 24, 2013 Do you have cache feature turned on? You can see it here: Admin->Advanced Parameters->Performance Switch "Template cache" to "Force compilation" and Cache to "off" Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 24, 2013 Author Share Posted May 24, 2013 Yes, I did that before Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 24, 2013 Share Posted May 24, 2013 I note that some "1" symbol appear in your link. Please, post your changed payment.tpl here. I just check my solution and it works for me. Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 24, 2013 Author Share Posted May 24, 2013 *} <p class="payment_module"> <a href="{$base_dir}?fc=module&module=bankwire&controller=payment " title="{l s='Pay by bank wire' mod='bankwire'}"> <img src="{$this_path}bankwire.jpg" alt="{l s='Pay by bank wire' mod='bankwire'}" width="86" height="49"/> {l s='Pay by bank wire (order process will be longer)' mod='bankwire'} </a> </p> Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 25, 2013 Author Share Posted May 25, 2013 I'll be happy to get any help Don't be shy. Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 27, 2013 Share Posted May 27, 2013 I think that is very difficult to find solution without access to your server. Link to comment Share on other sites More sharing options...
Giedriucha7 Posted May 27, 2013 Author Share Posted May 27, 2013 and if you had, you think possible to do something? Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 27, 2013 Share Posted May 27, 2013 Yes, you can get me access (use "private message" feature for it) to your server, and I will try to help you. Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 27, 2013 Share Posted May 27, 2013 I resolve this issue. Please check it. Link to comment Share on other sites More sharing options...
rimo Posted October 10, 2013 Share Posted October 10, 2013 hi I have the same problem ; I have prestashop 1.5.4.1 and I took the leoconv theme I enable the friendly URL and it does work on the site but some troubles appeared when I "sign in" I have "page not found 404 error " and I still don't find a solution , any suggestion please ??? thanx Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted October 11, 2013 Share Posted October 11, 2013 Hi rimo, first of all try to remove url_rewrite for page that isn't working Regards 1 Link to comment Share on other sites More sharing options...
rimo Posted October 16, 2013 Share Posted October 16, 2013 Hi Thanx for ur response and for those who maybe have the same problem ... I found it, I had only to go to : prefernces/ SEO & URLS and choose "yes" in Disable apache multiviews Link to comment Share on other sites More sharing options...
mandrin Posted January 1, 2014 Share Posted January 1, 2014 No way. So simple! It was right in front of me but I did not see it I was trying everything and all very complicated. Thank you Rimo! Link to comment Share on other sites More sharing options...
Recommended Posts