Page 1 of 1

Help needed.

PostPosted: 10. November 2017 16:18
by tonga
this is what i get when trying localhost:80/phlex
what am i doing wronge?

Warning: syntax error, unexpected '=' in config.ini.php on line 11 in C:\xampp\htdocs\Phlex\vendor\pear-pear.php.net\Config_Lite\Config\Lite.php on line 131

Fatal error: Uncaught Config_Lite_Exception_Runtime: failure, can not parse the file: config.ini.php in C:\xampp\htdocs\Phlex\vendor\pear-pear.php.net\Config_Lite\Config\Lite.php:133 Stack trace: #0 C:\xampp\htdocs\Phlex\vendor\pear-pear.php.net\Config_Lite\Config\Lite.php(891): Config_Lite->read('config.ini.php', 0) #1 C:\xampp\htdocs\Phlex\util.php(872): Config_Lite->__construct('config.ini.php') #2 C:\xampp\htdocs\Phlex\index.php(4): checkSSL() #3 {main} thrown in C:\xampp\htdocs\Phlex\vendor\pear-pear.php.net\Config_Lite\Config\Lite.php on line 133

Re: Help needed.

PostPosted: 10. November 2017 20:12
by Nobbie
The error message clearly says:

"syntax error, unexpected '=' in config.ini.php on line 11 in C:\xampp\htdocs\Phlex\vendor\pear-pear.php.net\Config_Lite\Config\Lite.php on line 131"

So simply edit C:\xampp\htdocs\Phlex\vendor\pear-pear.php.net\Config_Lite\Config\Lite.php, proceed to line 131 and see, what is wrong. As we cannot edit your files, we cannot help you any further. But with this very precise errror message you should find out on yourself, what is going wrong.

If the error remains, ask "Phlex" (whatever this is, it is NOT part of Xampp) what is wrong with their product. We cannot support third party vendors.