Skip to content
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

Open
luminatee opened this issue Jan 7, 2014 · 3 comments
Open

Troubles... #102

luminatee opened this issue Jan 7, 2014 · 3 comments

Comments

@luminatee
Copy link

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
Copy link
Owner

spoulson commented Jan 7, 2014

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
[email protected]

On Jan 7, 2014, at 4:55 AM, luminatee [email protected] 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
Copy link
Author

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
Copy link
Owner

spoulson commented Jan 8, 2014

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
[email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants