Page 7 of 7 FirstFirst ... 567
Results 61 to 70 of 70

2.0.15 install problem

This is a discussion on 2.0.15 install problem within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; hi for easy populate in oscmax 2.1 i think it would be very beneficial to increase: products model to length ...

      
  1. #61
    Active Member
    Join Date
    Nov 2009
    Posts
    157
    Rep Power
    3


    Default Re: 2.0.15 install problem

    hi

    for easy populate in oscmax 2.1 i think it would be very beneficial to increase:

    products model to length 24 (12 is too short)

    table name - products_description
    field name - products name to length 128 (current value is too short)

    table name - categories_description
    field name - categories_name to length 128 (current value is too short)

    thanks

  2. #62
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    2,944
    Rep Power
    34


    Thumbs up Re: 2.0.15 install problem

    Coincidentally, I have just been doing/thinking similar things.
    Also, the product image extended to 80, to better cope with sub-directory use.
    Shouldn't wait for 2.1 but include in 2.0.25
    Last edited by ridexbuilder; 03-05-2010 at 04:23 AM.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  3. #63
    Lurker
    Join Date
    Mar 2010
    Posts
    4
    Rep Power
    0


    Default Re: 2.0.15 install problem

    I have just installed using osCMax_v2_0_15.zip ... all without a hitch.

    However, when I try to login to the admin area, using the username and password I entered during install, I keep getting a "ERROR: Wrong username or password!" message. Also tried to login using admin@localhost.com admin combo -- same error.

    When I check the database with phpmyadmin, the admin table is empty -- so apparently the information provided during the install has not been saved there???

    Any clue please as to how I can get into the admin area?

    thanks
    Ron

  4. #64
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    2,944
    Rep Power
    34


    Default Re: 2.0.15 install problem

    Quote Originally Posted by rjmck View Post
    I have just installed using osCMax_v2_0_15.zip ... all without a hitch.

    However, when I try to login to the admin area, using the username and password I entered during install, I keep getting a "ERROR: Wrong username or password!" message. Also tried to login using admin@localhost.com admin combo -- same error.

    When I check the database with phpmyadmin, the admin table is empty -- so apparently the information provided during the install has not been saved there???

    Any clue please as to how I can get into the admin area?

    thanks
    Ron
    Should've started a new thread...

    "...all without a hitch." - what a hoot! Just like saying "it's perfect but there's a fault".

    Do you have a catalog/admin/includes/config.php file? If not then I suggest that you read the Wiki Docs on how to install.
    "admin@localhost.com admin" - ancient history! Read slower....
    Seeing as you seem to enjoy making life difficult, you could add an admin manually, using phpmyadmin. Alternatively, read the wiki and do another install.

    [Goes back to the corner... ]
    Hosting plans with installation, configuration, contributions, support and maintenance.

  5. #65
    Lurker
    Join Date
    Mar 2010
    Posts
    4
    Rep Power
    0


    Default Re: 2.0.15 install problem

    Thanks .. see my new thread "no admin login data saved"

    Ron

  6. #66
    Active Member
    Join Date
    Nov 2009
    Posts
    157
    Rep Power
    3


    Default Re: 2.0.15 install problem

    hi

    i have a batch_print_center attached that has many bugs fixed, and works with register globals off too, but will register globals be on as default for oscmax 2.1?

    thanks
    Attached Files Attached Files
    Last edited by spuhg; 03-10-2010 at 06:55 PM.

  7. #67
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    2,944
    Rep Power
    34


    Default Re: 2.0.15 install problem

    Quote Originally Posted by spuhg View Post
    hi

    i have a batch_print_center attached that has many bugs fixed, and works with register globals off too, but will register globals be on as default for oscmax 2.1?

    thanks
    What the heck has this got to do with the original topic of this thread?
    Oh, I give up!
    Hosting plans with installation, configuration, contributions, support and maintenance.

  8. #68
    Active Member
    Join Date
    Nov 2009
    Posts
    157
    Rep Power
    3


    Default Re: 2.0.15 install problem

    hi

    the previously attached batch-print-center is fixed and works but 2.04's batch-print-center is broken and doesn't. if this mod can be included in 2.1, 2.1 will work better.

    thanks
    Last edited by spuhg; 03-11-2010 at 04:54 AM.

  9. #69
    Lurker
    Join Date
    May 2010
    Posts
    4
    Rep Power
    0


    Talking Re: 2.0.15 install problem

    I had this problem also and I fixed it on my server. What I found out after doing the wizard install is that the configure.php file was not CREATED and it was not in the /includes folder.

    I viewed the configure.php.new file and saw where I can down load the file and make the changes to suit my configuration. I used an old install configure.php from this site COGIC Publishing House, 2500 Lamar Ave - Memphis TN : and dulicated the proper fields.

    Site now works and look forward to do what I can

    <?php
    /*
    osCMax v2.0, Open Source E-Commerce Solutions
    osCommerce Documentation by OSCdox :: osCommerce and osCMax documentation
    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://localhost');
    define('HTTPS_SERVER', 'http://localhost');
    define('ENABLE_SSL', false);
    define('HTTP_COOKIE_DOMAIN', 'localhost');
    define('HTTPS_COOKIE_DOMAIN', 'localhost');
    define('HTTP_COOKIE_PATH', '/dev_oscmax/catalog/');
    define('HTTPS_COOKIE_PATH', '/dev_oscmax/catalog/');
    define('DIR_WS_HTTP_CATALOG', '/dev_oscmax/catalog/');
    define('DIR_WS_HTTPS_CATALOG', '/dev_oscmax/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', 'C:/xampp/htdocs/dev_oscmax/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', 'localhost');
    define('DB_SERVER_USERNAME', 'xxxxxxx_xxxxxx');
    define('DB_SERVER_PASSWORD', '#&&#&#&#&&');
    define('DB_DATABASE', 'bbbbbbbbb_bbbbb');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'mysql');

  10. #70
    Lurker
    Join Date
    May 2010
    Posts
    4
    Rep Power
    0


    Default Re: 2.0.15 install problem

    Check the configure.php file in the catalog/includes and the admin/includes.

    I did have the same problem where the wizard install did not create the files. I edit them by copying the configure.php.new and making each one in the different location and it works.

Page 7 of 7 FirstFirst ... 567

Similar Threads

  1. install problem
    By anchim in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 11-04-2006, 08:15 PM
  2. problem after install MAX 1.5
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 01-06-2004, 07:13 AM
  3. Problem with install
    By PingPong in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 12-30-2003, 09:11 PM
  4. Problem with language after install
    By Anonymous in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 12-05-2003, 10:52 AM
  5. Please help with install problem (linux)
    By vincent1288 in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 04-30-2003, 10:06 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
  •