Magento News

 

magento on Zend Server (Win7) installation error

I try to install magento for the first time.

  • I’ve created the database with the
    name “project”
  • in my C:ZendApache2confhttpd.conf I
    added on the end:

    <Directory "C:ZendApche2htdocsproject">
        Options Indexes FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
    
  • in my ZendServer/Server Setup/Extensions: PDO_MySQL, simplexml, mcrypt, hash, GD, DOM, iconv, curl, SOAP are on

  • in C:ZendZendServeretcphp.ini I set:
safe_mode = Off ;<-- was set to off
...
memory_limit = 512M; Maximum amount of memory a script may consume (128MB)

After step “Configuration” of magento installation (with Use Web Server (Apache) Rewrites enabled) I get:

My database is full of tables (that schould be ok)

My Zend Server shows:

27-Oct 06:55    6    Severe Slow Request Execution (Absolute)    http://localhost/project/index.php/install/wizard/installDb/    Critical Open
27-Oct 06:55    4    Fatal PHP Error    C:ZendApache2htdocsprojectlibVarienDbAdapterPdoMysql.php        Critical    Open
27-Oct 06:55    5    Slow Function Execution    curl_exec        Warning    Open
27-Oct 06:55    5    Slow Request Execution (Absolute)    http://localhost/project/index.php/install/wizard/configPost/

What can be wrong?

magento on Zend Server (Win7) installation error

Possibly Related Posts:


 

Leave a Reply