CMS MADE SIMPLE FORGE

Shop Made Simple

 

[#9389] After turning on pretty URLs clicking on product opens "The requested URL was not found on this server."

avatar
Created By: rap3r (rap3r)
Date Submitted: Fri Jul 12 16:02:55 -0400 2013

Assigned To: Duketown (duketown)
Version: Version 0.3.9
CMSMS Version: None
Severity: Major
Resolution: None
State: Open
Summary:
After turning on pretty URLs clicking on product opens "The requested URL was not found on this server."
Detailed Description:
With turning off pretty urls, product link works without a problem. Also all
other pages are working when pretty urls are turned on.

CMSMS version si 1.10.3


History

Comments
avatar
Date: 2013-11-30 03:42
Posted By: Rein Krijgsman (reinkrijgsman)

FIXED! Replace line 82 in file ShopMadeSimple.module.php with this and it will
work:

$this->RegisterRoute('/[sS]hop[mM]ade[sS]imple\/prod\/(?P<category_id>[0-9]+)\/(?P<product_id>[0-9]+)\/(?P<returnid>[0-9]+)\/([A-Za-z0-9--]+)$/',array('action'=>'fe_product_detail'));


Why did the creator of this module not fix this?