Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

zooyork

Archived
  • Posts

    16
  • Joined

  • Last visited

Reputation Activity

  1. Like
    zooyork reacted to FWR Media in ULTIMATE Seo Urls 5 - by FWR Media   
    No the issue you were having was due to the fact that tep_href_link() was being passed a path ext/modules/payment/platnosci/checkout_pl.php instead of a filename, I thought that may be the case which is why I suggested you upgrade. The other issue cannot be automatically attributed to USU5 and I'm pretty certain is unrelated.
  2. Like
    zooyork reacted to FWR Media in ULTIMATE Seo Urls 5 - by FWR Media   
    Current revision is r141
     
    you need to upgrade to r119 then to r141 .. don't worry the upgrades are simple.
     
    One thing to remember is to remove the code in includes/footer.php
     

    usu::performance();
     
    I forgot to put it's removal in the instructions.
     
    Let me know how it does with your problem.
  3. Like
    zooyork reacted to FWR Media in Header Tags SEO   
    no don't do that it wont work .. do this instead.
     
    catalog/includes/application_top.php
     
    Find ..
     

    // include the list of project filenames require(DIR_WS_INCLUDES . 'filenames.php');
     
    Add immediately below: -
     

    if ( $_SERVER['PHP_SELF'] == '/' ) { $PHP_SELF = $_SERVER['PHP_SELF'] = $HTTP_SERVER_VARS['PHP_SELF'] = FILENAME_DEFAULT; }
  4. Like
    zooyork reacted to Jack_mcs in Header Tags SEO   
    Header Tags doesn't use that but even if it did, that sort of problem is too specific to code for, in my opinion. That is a server problem, probably the php version his host is using, and the op should complain to them about not having a working version of php.
  5. Like
    zooyork reacted to FWR Media in Header Tags SEO   
    Jack re:zooyork
     
    We had a problem with his server and USU5, oddly on his server when you access the site as www.mysite.com both $_SERVER['SCRIPT_NAME'] and $_SERVER['PHP_SELF'] contain just /.
     
    On every other server I have worked on they contain /index.php.
     
    So .. if in the header tags script somewhere it uses basename( $HTTP_SERVER_VARS['PHP_SELF'] ) or something expecting to get a filename .. it wont.
     
    Hope that helps.
     
    Regards
     
    Rob
  6. Like
    zooyork reacted to Jack_mcs in Header Tags SEO   
    This isn't due to Header Tags. If it were, it would fail when you went right to the page.
  7. Like
    zooyork reacted to FWR Media in ULTIMATE Seo Urls 5 - by FWR Media   
    Ok remove the test code.
     
    You have an odd server there, when accessed as mysite.com (no index.php) $_SERVER['SCRIPT_NAME'] and $_SERVER['PHP_SELF'] should contain /index.php .. yours contains nothing. What server type is it?
     
    Where you used to have ..

    trigger_error( 'USU5 could not find a valid base filename, please inform the developer.', E_USER_WARNING );
     
    Change the line to ..
     

    return 'index.php';
  8. Like
    zooyork reacted to FWR Media in ULTIMATE Seo Urls 5 - by FWR Media   
    This is for all pages? index.php or what?
     
    This should only happen for an incorrect page file name.
×
×
  • Create New...