Full service web hosting, great prices and support. Starts at $1.99/month!
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: "Create account" leading to "Advanced search"???

  1. #1
    New Member
    Join Date
    Feb 2008
    Posts
    10
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    Steelwork     $ 0.00
    Rep Power
    0


    Default "Create account" leading to "Advanced search"???

    Hey there,
    First time I'm asking for help over OscMax, I've searched about this but couldn't find a similar topic about this. I've installed OscMax 2.0.4, with the French language addon as a default (and only) language, and still am working on it, but I do have an irritating problem with it.

    I've tried to create a test account on the store, but every time I click on the "Continue" button, it leads me to the advanced search page. The search string strangely includes all of the details that were input in the Create Account page, something like :

    advanced_search.php?search_in_description=1&action =process&firstname=FIRSTNAME&lastname=LASTNAME&ema il_address=WHATEVER@EMAIL.COM&street_address=NO&po stcode=12345&city=NO&country=223&telephone=NO&pass word=HAHAHAHA&confirmation=HAHAHAHA

    Of course, account has not been created, nothing in the admin...

    I've taken many looks in many files, which are actually the basic, unchanged original files (just worked over the template for the moment), so before I start banging my head on the walls, would anyone have a hint about this?

    Here's the configure.php if that can help :

    PHP Code:
    <?php
    /*
      osCMax v2.0, Open Source E-Commerce Solutions
      http://www.osCDox.com
      Copyright 2006 osCMax2005 osCMax
      Released under the GNU General Public License
    */

    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
      
    define('HTTP_SERVER''http://kerozene.phpnet.org');
      
    define('HTTPS_SERVER''http://kerozene.phpnet.org');
      
    define('ENABLE_SSL'false);
      
    define('HTTP_COOKIE_DOMAIN''kerozene.phpnet.org');
      
    define('HTTPS_COOKIE_DOMAIN''kerozene.phpnet.org');
      
    define('HTTP_COOKIE_PATH''/2neuf/catalog/');
      
    define('HTTPS_COOKIE_PATH''/2neuf/catalog/');
      
    define('DIR_WS_HTTP_CATALOG''/2neuf/catalog/');
      
    define('DIR_WS_HTTPS_CATALOG''/2neuf/catalog/');
      
    define('DIR_WS_IMAGES''images/');
      
    define('DIR_WS_ICONS'DIR_WS_IMAGES 'icons/');
      
    define('DIR_WS_INCLUDES''includes/');
      
    define('DIR_WS_BOXES'DIR_WS_INCLUDES 'boxes/');
      
    define('DIR_WS_FUNCTIONS'DIR_WS_INCLUDES 'functions/');
      
    define('DIR_WS_CLASSES'DIR_WS_INCLUDES 'classes/');
      
    define('DIR_WS_MODULES'DIR_WS_INCLUDES 'modules/');
      
    define('DIR_WS_LANGUAGES'DIR_WS_INCLUDES 'languages/');
      
    define('DIR_WS_DOWNLOAD_PUBLIC''pub/');
      
    define('DIR_FS_CATALOG''/home/users3/k/krisg/www/2neuf/catalog/');
      
    define('DIR_FS_DOWNLOAD'DIR_FS_CATALOG 'download/');
      
    define('DIR_FS_DOWNLOAD_PUBLIC'DIR_FS_CATALOG 'pub/');
    // define our database connection
      
    define('DB_SERVER''damn no');
      
    define('DB_SERVER_USERNAME''nope');
      
    define('DB_SERVER_PASSWORD''nope');
      
    define('DB_DATABASE''nope nope');
      
    define('USE_PCONNECT''false');
      
    define('STORE_SESSIONS''mysql');
    ?>

  2. #2
    osCMax Development Team

    &quot;Create account&quot; leading to &quot;Advanced search&quot;???

    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    4,164
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    ridexbuilder     $ 15.00
    Rep Power
    99


    Default Re: "Create account" leading to "Advanced search"???

    Shows "Powered by osCommerce" , or is that just your template?

    with the French language addon as a default
    You didn't install an osC pack on top of 'Max did you? If so, replace all the French files with those supplied by 'Max 2.0.4.
    Last edited by ridexbuilder; 02-02-2010 at 03:02 PM.

    Developers resource at bitbucket
    *** *** ***
    oscmax.co.uk / ejsolutions.co.uk
    Hosting plans with installation, configuration, contributions, support and maintenance.
    *** FREE osCmax hosting available ***
    oscmaxtemplates.com

  3. #3
    osCMax Development Team

    &quot;Create account&quot; leading to &quot;Advanced search&quot;???

    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    4,164
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    ridexbuilder     $ 15.00
    Rep Power
    99


    Default Re: "Create account" leading to "Advanced search"???

    Try doing the same thing but using one of the standard templates - CSS-fluid-1 for example. If you've been 'messing' with the fallback template, then you shouldn't - create a template directory of your own and use that. Restore the fallback to that of the installed 2.0.4 version.
    Have you changed the templates/fallback/create_account.tpl.php file?

    Developers resource at bitbucket
    *** *** ***
    oscmax.co.uk / ejsolutions.co.uk
    Hosting plans with installation, configuration, contributions, support and maintenance.
    *** FREE osCmax hosting available ***
    oscmaxtemplates.com

  4. #4
    New Member
    Join Date
    Feb 2008
    Posts
    10
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    Steelwork     $ 0.00
    Rep Power
    0


    Default Re: "Create account" leading to "Advanced search"???

    That's just the template. The french pack is from here :
    http://www.oscmax.com/system/files/o...nguage+2.0.zip
    So I suppose that's not an OSC pack.

    Actually yes, I've been messing around with the fallback template. I created a new one and restored the old fallback settings.
    And, using the original fallback template still gets me back to the advanced search page.
    But, with the CSS-fluid-1 template, it works properly.........

  5. #5
    New Member
    Join Date
    Feb 2008
    Posts
    10
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    Steelwork     $ 0.00
    Rep Power
    0


    Default Re: "Create account" leading to "Advanced search"???

    I suppose that's just the template. The french pack is the one I got from this very website :
    http://www.oscmax.com/system/files/o...nguage+2.0.zip

    Anyway, it definitely has to do with the fallback template. I had changed it, and I've restored it to its original state. Creating an account still gets to the advanced search - with the original template!
    On the other hand, doing the same thing with the template CSS-fluid-1 allowed me to create an account without any weird stuff. I suppose it's useless to post the code from the fallback/create_account.tpl.php, since it's the original one that everyone would have....
    Last edited by Steelwork; 02-03-2010 at 02:11 AM.

  6. #6
    osCMax Development Team

    &quot;Create account&quot; leading to &quot;Advanced search&quot;???

    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    4,164
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    ridexbuilder     $ 15.00
    Rep Power
    99


    Default Re: "Create account" leading to "Advanced search"???

    The date of the pack is March 2009 (from what I can gather) - as previously stated, try not using the pack, to see if the issue goes away.

    Developers resource at bitbucket
    *** *** ***
    oscmax.co.uk / ejsolutions.co.uk
    Hosting plans with installation, configuration, contributions, support and maintenance.
    *** FREE osCmax hosting available ***
    oscmaxtemplates.com

  7. #7
    osCMax Development Team

    &quot;Create account&quot; leading to &quot;Advanced search&quot;???

    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    4,164
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    ridexbuilder     $ 15.00
    Rep Power
    99


    Default Re: "Create account" leading to "Advanced search"???

    You're still displaying your customised template - I don't have time/inclination to wade through the code, as a freebie.
    Please stay with the standard fallback template until the issue is resolved, otherwise it just complicates the issue more.

    Developers resource at bitbucket
    *** *** ***
    oscmax.co.uk / ejsolutions.co.uk
    Hosting plans with installation, configuration, contributions, support and maintenance.
    *** FREE osCmax hosting available ***
    oscmaxtemplates.com

  8. #8
    New Member
    Join Date
    Feb 2008
    Posts
    10
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    Steelwork     $ 0.00
    Rep Power
    0


    Default Re: "Create account" leading to "Advanced search"???

    Back to english, deleted the french pack from server, and back to the fallback template. It still gets me from creating an account to the advanced search page......

  9. #9
    osCMax Development Team

    &quot;Create account&quot; leading to &quot;Advanced search&quot;???

    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    4,164
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    ridexbuilder     $ 15.00
    Rep Power
    99


    Default Re: "Create account" leading to "Advanced search"???

    I did notice that 2.0.4 is lacking a lot of French definitions in includes/languages/french.
    That will not be helping.

    On my test server, with latest SVN, switching to German, for example, displays no such issues.
    I know it's a pain but I'd be tempted to download the pre-release 2.0.15 (see announcement) and give that a try.

    Developers resource at bitbucket
    *** *** ***
    oscmax.co.uk / ejsolutions.co.uk
    Hosting plans with installation, configuration, contributions, support and maintenance.
    *** FREE osCmax hosting available ***
    oscmaxtemplates.com

  10. #10
    New Member
    Join Date
    Feb 2008
    Posts
    10
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    Steelwork     $ 0.00
    Rep Power
    0


    Default Re: "Create account" leading to "Advanced search"???

    Indeed, the french pack was far from being complete.

    I've just installed 2.0.15, without any modification (apart from adding France to the countries list, which was empty). It works fine with the basic template.

    EDIT : and works fine with my own template.
    Except when I set "State" in Customer Details to false, as it's going to be useless for me. Clicking continue in create_account gets back to the create_account page with an error message...
    Last edited by Steelwork; 02-03-2010 at 05:19 AM.

Page 1 of 2 12 LastLast

Similar Threads

  1. I Need "Add to Cart" or "Buy Now" Buttons on Main Home Page?
    By lithband in forum osCmax v2 Customization/Mods
    Replies: 7
    Last Post: 05-27-2010, 04:20 AM
  2. Replies: 0
    Last Post: 11-09-2009, 09:15 AM
  3. Remove "QTPRO" for "Option Type Feature"
    By adam71o in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 01-10-2007, 10:32 AM
  4. "Price" and "Add to Cart" button inside
    By midwestwebsites in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 11-14-2005, 05:13 AM
  5. Change Create Order Text "Réduction" and "Li
    By kelly34 in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 08-03-2005, 10:55 AM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •