I often get this error:
Parse error: syntax error, unexpected '',' (T_ENCAPSED_AND_WHITESPACE) in /var/www/tasmoadmin/tasmoadmin/includes/Config.php(65) : eval()'d code on line 4
It is annoying - I can't use tasmoadmin afterwards - I have to reinstall to get it working again.
Any clue on how to fix it?
Are you on Docker?
Nope :)
be sure that opcache is disabled.
https://github.com/reloxx13/TasmoAdmin/wiki/Guide-for-Ubuntu-Server-16.04#disable-cache-for-php-files
restart webserver after disabing
HI! I'm on docker , and I have same problem.
how to fix it? THX

delete or fix the tasmoadmin/data/MyConfig.php file.
But you will need to set your setting again.
Im just done now with the remake of the config handler, hopefully this will fix those errors.
Planning to release the docker image on sunday.
v1.5.0 out now, ill close this. pls open a new one if teh error still exists.
to be safe, delete the data/MyConfig.php before the update (if it was corrupt with the parse error).
Most helpful comment
delete or fix the tasmoadmin/data/MyConfig.php file.
But you will need to set your setting again.
Im just done now with the remake of the config handler, hopefully this will fix those errors.
Planning to release the docker image on sunday.