Back To List | eCommerce > Troubleshooting | Showing 10 Of 15 | Prev | Next |
KB4201011 : Blank page after click on recommended product category2008-10-30 |
This is due to the reference file path was refer to another type path setting, therefore it unable to retrive the path of respective setting. Solution : You need to edit the file named 'home.catalog.php' at line 921 : change from : $prdlink = ($sefurl=="Yes"?"$sefile/$prd/$homeinclude/$category_id/$parent_id/$productlinking/$countdisplay/$start/$addcountview.html":"$sefile?prd=$prd&homeinclude=$homeinclude&category_id=$category_id&parent_id=$parent_id&product_id=$productlinking&countdisplay=$countdisplay&start=$start&addcountview=$addcountview"); to $prdlink = ($sefurl=="Yes"?"$sefile/$prd/$homeinclude/$category_id/$parent_id/$productlinking/$countdisplay/$start/$addcountview.html":"$thisfile?prd=$prd&homeinclude=$homeinclude&category_id=$category_id&parent_id=$parent_id&product_id=$productlinking&countdisplay=$countdisplay&start=$start&addcountview=$addcountview");
|
|
|