CBrewer Posted May 29, 2007 Posted May 29, 2007 Hi My web site is displaying an error message. 'Cannot find Page Link' And customers cannot select a page from a category list. Any Ideas. regards Colin Brewer
satish Posted May 29, 2007 Posted May 29, 2007 function tep_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true) { global $request_type, $session_started, $SID; 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>'); } from this we can make out that if $page is Null this will happen. So check why it is getting value NULL.There can be n reasons. 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.