Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

alexman

Pioneers
  • Posts

    77
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by alexman

  1. I suggest using the last one by me, Ultimate SEO 2-2.2d-11. Others have used -12 and have had problems.

     

    Thank you for your answer.I tried to install today but I've got the following errors:

    "Warning: include_once(includes/classes/seo.class.php) [function.include-once]: failed to open stream: No such file or directory in /home/.../public_html/includes/functions/html_output.php on line 20

     

    Warning: include_once() [function.include]: Failed opening 'includes/classes/seo.class.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/.../public_html/includes/functions/html_output.php on line 20

     

    Fatal error: Class 'SEO_URL' not found in /home/.../public_html/includes/functions/html_output.php on line 23"

     

    In html_outptup.php I replaced only the code below, because that I didn't find more there:

    ////

    // The HTML href link wrapper function

    function tep_href_link($page = '', $parameters = '', $connection = 'NONSSL') {

    $page = tep_output_string($page);

     

    if ($page == '') {

    die('</td></tr></table></td></tr></table><br /><br /><font color="#ff0000"><strong>Error!</strong></font><br /><br /><strong>Unable to determine the page link!<br /><br />Function used:<br /><br />tep_href_link(\'' . $page . '\', \'' . $parameters . '\', \'' . $connection . '\')</strong>');

    }

    if ($connection == 'NONSSL') {

    $link = HTTP_SERVER . DIR_WS_ADMIN;

    } elseif ($connection == 'SSL') {

    if (ENABLE_SSL_CATALOG == 'true') {

    $link = HTTPS_SERVER . DIR_WS_ADMIN;

    } else {

    $link = HTTP_SERVER . DIR_WS_ADMIN;

    }

    } else {

    die('</td></tr></table></td></tr></table><br /><br /><font color="#ff0000"><strong>Error!</strong></font><br /><br /><strong>Unable to determine connection method on a link!<br /><br />Known methods: NONSSL SSL<br /><br />Function used:<br /><br />tep_href_link(\'' . $page . '\', \'' . $parameters . '\', \'' . $connection . '\')</strong>');

    }

    if ($parameters == '') {

    $link = $link . $page . '?' . SID;

    } else {

    $link = $link . $page . '?' . tep_output_string($parameters) . '&' . SID;

    }

     

    while ( (substr($link, -1) == '&') || (substr($link, -1) == '?') ) $link = substr($link, 0, -1);

     

    return $link;

    }

     

    Can be these the reason of errors?

    Thanks in advance

  2. Hello,

     

    I already installed oscommerce 2.3.3 and the main security adds on, and now I want for Ultimate seo, to see how it works. I saw that there are a lot of pages here to read-336, and also a lot of history-107 at ultimate seo add on. I am a little confuse because I don't know what to donwload from:http://addons.oscommerce.com/info/2823.There is a full package of ultimate seo?

    Many thanks in advance

  3. Hello to all,

    From installation file:

    "Step 6: Go to admin->Sitemonitor->Admin and click the top button. A message should

    be displayed saying that the file was ran for the first time. Then click

    on the second or third button to actually run a test. A "No mismatches found"

    message should be displayed. If not, something is wrong with the installation."

     

    I am working from File manager.How to complete this step?I am going at admin/sitemonitor_admin.php,but where is the button from the top which launch it for the first time?I am locked here.

     

    Proposal for moderators: It would be greater for OScommerce product, if this forum can have a video section and see there how to fully install all the software, especially security add ons.

    I tried 2 years ago to create an oscommerce, but I failed. Now I come back more insistent. :)

    Many thanks in advance.

  4. I installed KISS_FileSafe_version_1.0 and started a cronjob with the following sintax:

    /usr/bin/wget --quiet -O - 'http://www.mysite.com/catalog/filesafe.php?auth=12345' >/dev/null 2>&1.

    When I browse www.mysite.com/catalog/filesafe.php, I receive the following message:

    "The requested URL /catalog/catalog/filesafe.php was not found on this server."

    Where I was wrong?

×
×
  • Create New...