Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught exception: 'The mysql driver is not currently installed' #5650

Closed
anonymous-matomo-user opened this issue May 22, 2008 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@anonymous-matomo-user
Copy link

Received this error after install.

Uncaught exception: ‘The mysql driver is not currently installed’
More information

In /…/htdocs/analytic/libs/Zend/Db/Adapter/Pdo/Abstract.php on line 104
Backtrace:

  1. /…/htdocs/analytic/libs/Zend/Db/Adapter/Abstract.php(228): Zend_Db_Adapter_Pdo_Abstract→_connect()
  2. /…/htdocs/analytic/modules/Piwik.php(829): Zend_Db_Adapter_Abstract→getConnection()
  3. /…/htdocs/analytic/modules/FrontController.php(315): Piwik::createDatabaseObject()
  4. /…/htdocs/analytic/index.php(51): Piwik_FrontController→init()
  5. {main}

And this exception raised another exception “No entry is registered for key ‘logger_exception’”

The shared webhost has PHP 5.2.2 and MySQL 4.1.11 installed. There is a php.ini file located within the htdocs folder and has the following set:
[PHP_MYSQL]
extension=php_mysql.dll
[PHP_MYSQLI]
[PHP_PDO]
extension=php_pdo.dll
[PHP_PDO_MYSQL]
extension=php_pdo_mysql.dll

Any suggestions/comments is welcomed. Thank you.
James.

@mattab
Copy link
Member

mattab commented May 24, 2008

Sorry this is not a piwik bug, even though it may suggest we could test for something more at the installation process.

You received this error after the installation? Does it mean after the tables were correctly created?

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants