spoulson / Chatmore

Simplified web-based IRC client for PHP/Unix
16 stars 6 forks source link

Troubles... #102

Open luminatee opened 10 years ago

luminatee commented 10 years ago

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!

spoulson commented 10 years ago

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 shawn@ethn.net

On Jan 7, 2014, at 4:55 AM, luminatee notifications@github.com wrote:

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/

Help me please!

— Reply to this email directly or view it on GitHub.

luminatee commented 10 years ago

Hi Spoulson, I configured php. ini_get('session.save_handler') returns 'sqlite' but I see new error: Warning: session_start() [function.session-start]: Cannot find save handler 'sqlite' - session startup failed in /home/etern1ty/vkapp.etern1ty.ru/docs/chat/client.php on line 30

http://awesomescreenshot.com/0f326erg58

spoulson commented 10 years ago

I configured php. ini_get('session.save_handler') returns 'sqlite' but I see new error: Warning: session_start() [function.session-start]: Cannot find save handler 'sqlite' - session startup failed in /home/etern1ty/vkapp.etern1ty.ru/docs/chat/client.php on line 30

This appears to be something else. PHP needs the extension for SQLite save handler installed. It's been a while since I worked with this configuration, so I don't know much more to tell you. PHP had always had SQLite save handler pre-configured on all the web hosts I've used.

Shawn Poulson shawn@ethn.net