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

PHP Warnings #1

Closed
solracsf opened this issue Sep 28, 2016 · 2 comments
Closed

PHP Warnings #1

solracsf opened this issue Sep 28, 2016 · 2 comments

Comments

@solracsf
Copy link

Warning: Illegal string offset 'template' in /app/Helper/HookHelper.php on line 29

Warning: filemtime(): stat failed for p in /app/Helper/AssetHelper.php on line 37

Kanboard version : master
PHP 7

@ManuGDZ
Copy link

ManuGDZ commented Oct 6, 2016

Hello, same here.
A list of 6~7 lines of errors in the apache2 error log when surfing the site of kanboard:

PHP Warning: Illegal string offset 'template' in pathtokanboard/app/Helper/HookHelper.php on line 29
PHP Warning: filemtime(): stat failed for p in pathtokanboard/app/Helper/AssetHelper.php on line 24

Version de l'application : 1.0.33
Version de PHP : 5.6.17-0+deb8u1
PHP SAPI : apache2handler
Version du système d'exploitation : Linux 3.16.0-4-amd64
Type de base de données : mysql
Version de la base de donnée : 5.5.49-0+deb8u1

Thanks for help.

@mkysoft
Copy link

mkysoft commented Dec 5, 2016

Allready fixed, if you get lastest version from github, it will work.
Corections: Change Plugin.php line 15 like this:
$this->hook->on("template:layout:css", array('template' => "plugins/Timetrackingeditor/assets/css/timetrackingeditor.css"));

Commit: c9f13a9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants