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

Installer: Undefined index: setTimeLimit_ok #5658

Closed
anonymous-matomo-user opened this issue May 30, 2008 · 0 comments
Closed

Installer: Undefined index: setTimeLimit_ok #5658

anonymous-matomo-user opened this issue May 30, 2008 · 0 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

In plugins/Installation/templates/systemCheck.tpl on line 88 you try to read $infos.setTimeLimit_ok
but do not define it before.

Just insert on line 120 in plugins/Installation/Controller.php:
$infos[‘setTimeLimit_ok’] = false;

Otherwise you will not be able to continue installer.
Keywords: installer setTimeLimit_ok

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.
Projects
None yet
Development

No branches or pull requests

1 participant