I had some errors in my previous WAMP install so I thought... lets install a new version. Uninstalled the old one, removed the old folder and made a fresh install.
It started up right away (how nice) but when going to PHPMyAdmin I immediately got the error messages back again:
Deprecated: Array and string offset access syntax with curly braces is deprecated in D:\wamp64\apps\phpmyadmin4.6.4\libraries\url_generating.lib.php on line 231
and
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in D:\wamp64\apps\phpmyadmin4.6.4\libraries\DatabaseInterface.php on line 466
Any idea what is going wrong or more important, how to fix this errors?
It started up right away (how nice) but when going to PHPMyAdmin I immediately got the error messages back again:
Deprecated: Array and string offset access syntax with curly braces is deprecated in D:\wamp64\apps\phpmyadmin4.6.4\libraries\url_generating.lib.php on line 231
and
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in D:\wamp64\apps\phpmyadmin4.6.4\libraries\DatabaseInterface.php on line 466
Any idea what is going wrong or more important, how to fix this errors?