-
Notifications
You must be signed in to change notification settings - Fork 6
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
Troubles... #102
Comments
Hi Luminatee, Chatmore wants to store sessions in a SQLite database (instead of in memory or flat file). You'll need to make sure the SQLite session handler is configured in your php.ini. Shawn Poulson
|
Hi Spoulson, |
This appears to be something else. PHP needs the extension for SQLite Shawn Poulson |
Hi!
What is it?
Warning: ini_set() [function.ini-set]: Cannot find save handler 'sqlite' in /home/etern1ty/vkapp.etern1ty.ru/docs/chat/config.php on line 25
If I commet or marked '@' this line in config.php - i see clear screen. Url - http://vkapp.etern1ty.ru/chat/
In browser debuger I see:
Failed to load resource: the server responded with a status of 404 (Not Found) http://vkapp.etern1ty.ru/chat/chatmoreAll.min.js
chatmoreAll.min.js - this fale not exist in project folder!
Help me please!
The text was updated successfully, but these errors were encountered: