its a shared webspace with mysqli enabled and php 5.2.3. did not received a error message from magento install guide.
tried it two times. now i have to clear the complete folder and db tables and have to reupload :(
Before that i had a , comma in an ALTER TABLE sql that went wrong! This is second time i try the new release. Also was not able to get the previous release installed, because of a table missing after install!
I’m also having the same installation trouble on a windows setup (php 5.2.4, mysql 5.1)
Also tried the previous releases, without success.
I also followed several links to possible solutions (changes in mysqlI settings, adjusting some Zend Framework files,) given in these forums.
Without success, however.
Having some trouble here as well before restoring the mysql database with the sql file mentioned above from the wiki I got this error in the content part of the site, menu backend and loging in worked fine:
exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento.tag_summary' doesn't exist in /****/public_html/magento/lib/Zend/Db/Statement/Pdo.php:227
Now I’m just getting a blank page with:
Fatal error: Call to undefined method PDO::store_result() in /****/public_html/magento/lib/Varien/Db/Adapter/Pdo/Mysql.php on line 107
I’m using php 5.2.4, with all needed extensions enabled.
PDO_mysql information from phpinfo = PDO Driver for MySQL, client library version 5.0.45
Both mysql and mysqli drivers are loaded, also at version 5.0.45
I remember having tried the external .sql file, but without any success…