Results 1 to 3 of 3

Install script problem

This is a discussion on Install script problem within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I'm trying to install osCMax 2.0.0-RC3-0-1 on a local Windows (Vista Home Premium) test server with PHP5.0.4 and MySQL(essential)4.1.22 on ...

      
  1. #1
    Lurker
    Join Date
    May 2008
    Posts
    3
    Rep Power
    0


    Default Install script problem

    I'm trying to install osCMax 2.0.0-RC3-0-1 on a local Windows (Vista Home Premium) test server with PHP5.0.4 and MySQL(essential)4.1.22 on Apache2.0.63.

    I am having the same install script problem as Rabbit79 showed in his 4-19-2007 post. I get to to step 2 (after customize page) the page stays the same even when I press "Continue" button. No error's messages, nothing.

    I tried the fix posted 7-10-2007 by jpf and changed the register_long_arrays in the php.ini to 'on' but still have had no success.

    I have already tested and confirmed that Mysql and PHP are functioning together using the following file:

    <html>
    <head> <title>MySQL Test</title> </head>
    <body>
    <h1>
    <?php $connection=mysql_connect("localhost","username","password")
    or die("Could not connect to MySQL");
    echo "Successfully connected to MySQL";
    ?>
    </h1>
    </body></html>

    BTW, if it is important, I used the localhost/catalog/install/install.php file and got this result, but I also tried the localhost/catalog/install.php file as well. That file gave me the following error:

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Program Files\Apache Group\Apache2\htdocs\catalog\includes\functions\da tabase.php on line 19
    Unable to connect to database server!

    Can anyone help?

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default Re: Install script problem

    Both have to be on:

    register_globals
    register_long_arrays

    After you make the change in php.ini you have to restart apache to make the changes take effect. Also make sure you are editing the correct php.ini file. Windows can have funky file locations and multiple php.ini files that are not used... Find them all and change them all.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Lurker
    Join Date
    May 2008
    Posts
    3
    Rep Power
    0


    Default Re: Install script problem

    Thanks. Both were on but I never stopped and restarted Apache.

Similar Threads

  1. osCMax Install Script update : register_globals off
    By michael_s in forum Announcement Discussions
    Replies: 13
    Last Post: 01-26-2009, 08:49 AM
  2. Can't install Oscommerce - only one script in root directory
    By dalglish in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 01-16-2005, 01:09 PM
  3. install script NOT THERE!!
    By ReginaStelling in forum osCMax v1.7 Installation
    Replies: 4
    Last Post: 06-29-2004, 08:59 AM
  4. Install script fails to log into mysql server
    By bjrafferty in forum osCMax v1.7 Installation
    Replies: 7
    Last Post: 06-23-2004, 08:37 PM
  5. No Install Script
    By ramonjaime in forum osCommerce 2.2 Installation Help
    Replies: 4
    Last Post: 11-13-2002, 05:02 PM

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
  •