Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello,
I have a problem with the app, was working perfectly for a long time but it suddenly stopped working and shows the message "Cannot connect to database. If you are installing application please use /index.php/install/install url. If you keep getting this error please check that application can write to cache folder and cgi.fix_pathinfo = 1"
The app is in dedicated windows server with IIS, I triyed everything I found on forums:
- cgi.fix_pathinfo = 1 in php.ini
- full permissions on folders and files
- 'debug_output' => true,
'templatecache' => false,
'templatecompile' => false,
'modulecompile' => false,
***_set('error_reporting', E_ALL);
***_set('display_errors', 1);
- SHOW TABLE STATUS FROM `chat` -> this says all is working fine
- php-bcmath is enabled
- There's no errors in IIS log
The db is MYSQL 5.5.31 with InnoDB engine, PHP 5.6.7
Offline
Just set in index.php and see what you get
***_set('error_reporting', E_ALL);
***_set('display_errors', 1);
Offline
I've tried it yesterday and I only get the message "Cannot connect to database. If you are installing application please use /index.php/install/install url. If you keep getting this error please check that application can write to cache folder and cgi.fix_pathinfo = 1" and the developer console doesn't show anything.
Offline
Sorry, but impossible to know.
Offline
Pages: 1