Jump to content


Corporate Sponsors


Latest News: (loading..)

cannuck1964

Member Since 15 Sep 2002
Offline Last Active Nov 25 2011, 16:27
-----

Issues I've Posted

    malformed url issue

    Posted 3 Aug 2011

    in the 2.3.1 release (maybe others)

    file includes/functions/html_output.php

    function tep_href_link()

    line number 69

    currently there is :

    $link = str_replace( '&', '&', $link);

    this should be :
    $link = str_replace('&', '&', $link);

    the first adds into the url the & which then creates an issue (seen on the product_info.php page form tag creation) which then makes for a product not found when the returning url is the product info page verses the shopping cat page.

    cheers

    Login on Admin

    Posted 20 Apr 2011

    Hi,

    I have now installed the 2.3.1 system several times. I use the install script and enter a user name and password for the admin.

    In the five systems I have installed, I now have had 3 of them fail and will ot work on the login. I keep it simple and still no luck.

    I am pretty sure this is not an issue with my server as some work, but not all.

    When I delete the rows from the DB recorder and administrators and re try to enter the user names etc, again it fails.

    cheers