Results 1 to 6 of 6

How can I install osCMAX on my windows vista 64-bit and with my wamp2?

This is a discussion on How can I install osCMAX on my windows vista 64-bit and with my wamp2? within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; I am trying to install with no success. I using Windows Vista 64-bit and wamp2 as my local server. Is ...

      
  1. #1
    New Member
    Join Date
    Aug 2010
    Posts
    5
    Rep Power
    0


    Default How can I install osCMAX on my windows vista 64-bit and with my wamp2?

    I am trying to install with no success.
    I using Windows Vista 64-bit and wamp2 as my local server.

    Is there anyone who could help me?

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,428
    Rep Power
    48


    Default Re: How can I install osCMAX on my windows vista 64-bit and with my wamp2?

    Have you read the wiki?

    http://wiki.oscdox.com/local_installation

    regards,
    pgmarshall
    _______________________________

  3. #3
    New Member
    Join Date
    Aug 2010
    Posts
    5
    Rep Power
    0


    Default Re: How can I install osCMAX on my windows vista 64-bit and with my wamp2?

    Yes I 've read the wiki, follow all steps, view the succesfully install and configure message, but when I try to login using the admin button it does not recognize any username and password. Error message: wrong username or password, when I click "forgot password" it does not recognize the email or the username. It seems that username and passwords were not saved during installation/configuration phase. Is there any solution for this problem?

  4. #4
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,428
    Rep Power
    48


    Default Re: How can I install osCMAX on my windows vista 64-bit and with my wamp2?

    pgmarshall
    _______________________________

  5. #5
    New Member
    Join Date
    Aug 2010
    Posts
    5
    Rep Power
    0


    Default Re: How can I install osCMAX on my windows vista 64-bit and with my wamp2?

    Great, it works for the admin page,THANK YOU.
    But for the catalog page I cannot open and I have this message:
    1364 - Field 'country_code' doesn't have a default value

    insert into whos_online (customer_id, full_name, session_id, ip_address, hostname, time_entry, time_last_click, last_page_url, http_referer, user_agent) values ('0', 'Guest', '9mo7hq72sgv3empnao04tqat75', '127.0.0.1', 'pdacruz-PC', '1282645712', '1282645712', '/MinhaLojaVirtual/catalog/index.php', 'http://localhost/MinhaLojaVirtual/catalog/install/install.php?step=4', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2. Gecko/20100722 Firefox/3.6.8 GTB7.1 (.NET CLR 3.5.30729) FBSMTWB')

    [TEP STOP]


    Can you help me?

  6. #6
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,428
    Rep Power
    48


    Default Re: How can I install osCMAX on my windows vista 64-bit and with my wamp2?

    Hmmm! Sounds like an odd one!

    Can't think why this would be failing but given you had issues with the password going into the dbase correctly might I suggest a quick rebuild of the whos_online table.

    Open phpMyAdmin by clicking on the WAMP2 icon in your system tray ...

    Select your database

    Select SQL from the top tabs

    Run the following script from the install.php which should drop and recreate the whos_online table.

    DROP TABLE IF EXISTS whos_online;
    CREATE TABLE whos_online (
    customer_id int,
    full_name varchar(64) NOT NULL,
    session_id varchar(128) NOT NULL,
    ip_address varchar(15) NOT NULL,
    hostname VARCHAR(255) NOT NULL,
    country_code varchar(2) NOT NULL,
    country_name VARCHAR(64) NOT NULL,
    region_name VARCHAR(64) NOT NULL,
    city VARCHAR(64) NOT NULL,
    latitude FLOAT NOT NULL,
    longitude FLOAT NOT NULL,
    time_entry varchar(14) NOT NULL,
    time_last_click varchar(14) NOT NULL,
    last_page_url text NOT NULL,
    http_referer VARCHAR(255) NOT NULL,
    user_agent VARCHAR(255) NOT NULL,
    KEY idx_ip_address (ip_address),
    KEY idx_country_code (country_code)
    );
    Regards,
    pgmarshall
    _______________________________

Similar Threads

  1. OSCMAX on linux / windows
    By Z.Vink in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 07-14-2008, 09:10 AM
  2. Defaults not set on fresh install Windows...
    By rkah in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 02-29-2008, 04:47 PM
  3. Unable to install on Windows with PHP5
    By mottolini in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 10-21-2005, 07:37 AM
  4. locall install on windows/apache - Failing at step 1!
    By GwilliamP in forum osCmax v2 Installation issues
    Replies: 4
    Last Post: 07-08-2005, 05:05 AM
  5. can't find oscommerce.sql at install on windows
    By myfriends in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 03-21-2005, 05:32 AM

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
  •