Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error! Unable to determine the page link!


ms-signs

Recommended Posts

Posted

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:

Posted

$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.

Posted
$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

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:

Posted

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.

Posted
Its in catalog/includes/functions/html_output.php

Satish

I found the file thank you, but like I said I have no .php experience where do i type this.

Posted

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.

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...