ms-signs Posted March 23, 2008 Posted March 23, 2008 I'm getting this message on some of my sub catagories. Its in sub catagories that I created with one name and later renamed. when browsing the old subcatagories keep popping up and no products show! :blush:
satish Posted March 23, 2008 Posted March 23, 2008 $request_type value is what is used. In some cases it gets lost. so in html_output .php place this code in href function // set the type of request (secure or not) $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL'; Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
ms-signs Posted March 23, 2008 Author Posted March 23, 2008 $request_typevalue is what is used. In some cases it gets lost. so in html_output .php place this code in href function // set the type of request (secure or not) $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL'; Satish I apologize for my ignorance but is html_output.php index.php? and if not where can i find this file? I have no .php experience! :blink:
satish Posted March 23, 2008 Posted March 23, 2008 Its in catalog/includes/functions/html_output.php Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
ms-signs Posted March 23, 2008 Author Posted March 23, 2008 Its in catalog/includes/functions/html_output.phpSatish I found the file thank you, but like I said I have no .php experience where do i type this.
satish Posted March 23, 2008 Posted March 23, 2008 function tep_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true) { global $request_type, $session_started, $SID; after this // set the type of request (secure or not) $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL'; Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
ms-signs Posted March 23, 2008 Author Posted March 23, 2008 function tep_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true) { global $request_type, $session_started, $SID; after this // set the type of request (secure or not) $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL'; this is what how it reads //// // The HTML href link wrapper function function tep_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true) { global $request_type, $session_started, $SID; // set the type of request (secure or not) $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL'; if (!tep_not_null($page)) { die('</td></tr></table></td></tr></table><br><br><font color="#ff0000"><b>Error!</b></font><br><br><b>Unable to determine the page link!<br><br>'); } and notting changed. thank you for your help
Recommended Posts
Archived
This topic is now archived and is closed to further replies.