Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2009
    Posts
    2
    Plugin Contributions
    0

    Default I get "MySQL Support is off" when trying to install on Vista (localhost)

    ZenCart version: zen-cart-v1.3.8a-full-fileset-12112007

    I'm trying to go through the process of installing zen cart on my vista laptop and everytime I go to the localhost/zencart/zc_install/index.php the file blows up with:

    MySQL Support = OFF

    I checked the php.ini and uncommented out the following:

    extension=php_gd2.dll
    extension=mysql.so

    I restart apache and still get the MySQL Support = OFF.

    If I uncomment extension=php_msql.dll then the zencart crashes apache.

    Webserver = Apache/2.2.11 (Win32) PHP/5.2.9-2
    HTTP Host = localhost
    Path_Translated = C:/Apache/wwwroot/zencart/zc_install/index.php(SCRIPT_FILENAME)
    Real Path = C:\Apache\wwwroot\zencart
    PHP O/S = WINNT
    PHP API Mode = apache2handler
    PHP Max Execution Time per page = 30

    I even create a database in mysql called zencart.

    Any suggestions?

  2. #2
    Join Date
    Jun 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: I get "MySQL Support is off" when trying to install on Vista

    When ever I go to:
    http://localhost/zencart/zc_install/...n_page=license

    I have read and agree to abide by the Terms and Conditions as stated above.

    click continue

    i get a crash:
    Apache HTTP Server stopped working and was closed
    A problem caused the application to stop working correctly. Windows will notify you if a solution is available.

  3. #3
    Join Date
    Aug 2007
    Location
    Tampa FL.
    Posts
    142
    Plugin Contributions
    0

    Default Re: I get "MySQL Support is off" when trying to install on Vista (localhost)

    First off create a php script called phpinfo.php and in the script write the following,
    HTML Code:
    <?php phpinfo(); ?>
    Place it in your web root and call it from web browser,

    http://localhost/phpinfo.php
    that should show u what php extentions are installed and all paths, also it would help to know what version of windows you are running. i runn server 2003 and run my site on php as a fast cgi under iis with out apachee. also make sure that mysql instance is running and permissions r set properly. some times it helps to install phpmyadmin under a differnt site folder and call that local host for access to you MySql database

    Hope this helped

 

 

Similar Threads

  1. still trying to install XAMPP correctly on Vista
    By txccider in forum Installing on a Windows Server
    Replies: 3
    Last Post: 5 Feb 2009, 01:44 AM
  2. Install Error: MySQL Support is turned off in PHP
    By tbruning in forum Installing on a Windows Server
    Replies: 2
    Last Post: 26 Nov 2008, 03:16 AM
  3. 1.3.8 new install - can't get my localhost to run it
    By Edm in forum Installing on a Windows Server
    Replies: 2
    Last Post: 10 May 2008, 10:20 AM
  4. Install XAMPP problem on Vista
    By InterSign in forum General Questions
    Replies: 1
    Last Post: 5 Apr 2008, 07:08 PM
  5. How do I create mysql db on localhost machine?
    By dml311071 in forum Installing on a Windows Server
    Replies: 2
    Last Post: 24 Sep 2007, 09:54 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
  •