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

Can't install Piwik #5796

Closed
anonymous-matomo-user opened this issue Oct 9, 2008 · 2 comments
Closed

Can't install Piwik #5796

anonymous-matomo-user opened this issue Oct 9, 2008 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.

Comments

@anonymous-matomo-user
Copy link

a{color:red;} Uncaught exception: ‘SQLSTATE42000: Syntax error or access violation: 1142 INDEX command denied to user ’web110226’@’localhost’ for table ’piwik_log_link_visit_action’’ More information In /var/www/web110226/html/houbsi/piwik/libs/Zend/Db/Statement/Pdo.php on line 227 Backtrace: #0 /var/www/web110226/html/houbsi/piwik/libs/Zend/Db/Statement.php(298): Zend_Db_Statement_Pdo→execute(Array) #1 /var/www/web110226/html/houbsi/piwik/libs/Zend/Db/Adapter/Abstract.php(269): Zend_Db_Statement→execute(Array) #2 /var/www/web110226/html/houbsi/piwik/libs/Zend/Db/Adapter/Pdo/Abstract.php(206): Zend_Db_Adapter_Abstract→query(‘CREATE INDEX in…’, Array) #3 /var/www/web110226/html/houbsi/piwik/modules/Piwik.php(984): Zend_Db_Adapter_Pdo_Abstract→query(‘CREATE INDEX in…’) #4 /var/www/web110226/html/houbsi/piwik/plugins/Installation/Controller.php(194): Piwik::createTablesIndex() #5 /var/www/web110226/html/houbsi/piwik/plugins/Installation/Installation.php(63): Piwik_Installation_Controller→tablesCreation() #6 /var/www/web110226/html/houbsi/piwik/libs/Event/Dispatcher.php(214): Piwik_Installation→startInstallation(Object(Event_Notification)) #7 /var/www/web110226/html/houbsi/piwik/modules/PluginsManager.php(397): Event_Dispatcher→addObserver(Array, Array) #8 /var/www/web110226/html/houbsi/piwik/modules/PluginsManager.php(312): Piwik_PluginsManager→addPluginObservers(Array, ‘FrontController…’) #9 /var/www/web110226/html/houbsi/piwik/modules/PluginsManager.php(238): Piwik_PluginsManager→loadPlugins(Object(Piwik_Installation)) #10 /var/www/web110226/html/houbsi/piwik/modules/Piwik.php(410): Piwik_PluginsManager→setPluginsToLoad() #11 /var/www/web110226/html/houbsi/piwik/modules/FrontController.php(305): Piwik::loadPlugins(Array) #12 /var/www/web110226/html/houbsi/piwik/index.php(54): Piwik_FrontController→init() #13 {main}document.getElementById(‘div22701217’).style.display=‘none’; You can get help from http://piwik.org (give us the full error message + your PHP and Mysql version) And this exception raised another exception "No entry is registered for key ’loggerexception’"

@robocoder
Copy link
Contributor

Your database user doesn’t have the INDEX privilege. Consult your database administrator or login to your mysql database as root, and enter something like:

GRANT ALL PRIVILEGES ON piwik_db.\* to web110226@localhost WITH GRANT OPTION;

(where piwik_db is the name of your PIWIK database)

@mattab
Copy link
Member

mattab commented Oct 10, 2008

will be fixed when #337 will be done

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. duplicate For issues that already existed in our issue tracker and were reported previously. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

3 participants