Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

se error, unexpected


ChrisJChrisJ

Recommended Posts

That looks fine - try posting a range around the line you think it is - say 5 before and 5 after.

 

Here is some more code around line 65:

 

if (sizeof($navigation->snapshot) > 0) {

$origin_href = tep_href_link($navigation->snapshot['page'], tep_array_to_string($navigation->snapshot['get'], array(tep_session_name())), $navigation->snapshot['mode']);

$navigation->clear_snapshot();

tep_redirect($origin_href);

} else {'

tep_redirect(tep_href_link(FILENAME_ACCOUNT, ' ', 'SSL'));

}

}

}

}

 

Any help will be greatly appreciated.

Link to comment
Share on other sites

} else {'

 

What's that ' doing there?

Forum search

Contributions search

Documentation search (note: docs being adapted for MS3, may be different for MS2)

3 tips for better forum searching

 

Want to post? Read this first:

osCommerce for dummies

Topic name etiquette

 

Basics:

Basics for design

Right syntax to use near '-20, 20'

Cannot re-assign $this

Parse error

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...