Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

images

Pioneers
  • Posts

    4
  • Joined

  • Last visited

Posts posted by images

  1. That error means you made a mistake in the changes for the includes/application_top.php file (probably missed a } ).

     

    Jack

     

    wow. Thanks for your quick reply Jack.

     

    Incidentally if I remove

    // Ultimate SEO URLs v2.1
    if ((!defined(SEO_ENABLED)) || (SEO_ENABLED == 'true')) {
      include_once(DIR_WS_CLASSES . 'seo.class.php');
      if ( !is_object($seo_urls) ){
     $seo_urls = new SEO_URL($languages_id);
      }
    }

    from the application_top.php file it seems to work.

    I'm guessing it needs to be in there for it to work 100% ?

  2. Hi all, had to register another account as it's been years since I was on this forum and my old account seems dead. :(

     

    I've recently been put in charge of an osCommerce site [Version 2.2RC2] and have the task of installing an SEO URL mod.

     

    Looking on the contributions page I see there are many versions available since the original by Chemo.

     

    Question: Is it best to install the latest release?

     

    I've tried installing Ultimate SEO 2-2.2d-3 by Jack_mcs but after completing the install instructions I get the following error:

     

    Parse error: syntax error, unexpected $end in /home/sites/mysite.co.uk/public_html/catalog/includes/application_top.php on line 519

    Which version would you recommend? and is there a specific version that works best with 2.2RC2?

     

    Cheers

    Gav

×
×
  • Create New...