• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Session login script

  • Thread starter Thread starter matou19
  • Start date Start date
Status
Not open for further replies.
As i sayd before, you need to correct your session_save_path in your server configuration, this means:
1. Use a directory in your server that does exists.
2. PHP must have permissions to create/view/delete files in that dir.
3. This must be done in php.ini

This problem is because your server is not well configured. Check this http://chevereto.com/docs#!runtime-errors
Session path

If you upload multiple images and you just saw one of them, then you have a session save path issue. The most common error here is that the session path doesn't have proper permissions, therefore, PHP can't write/read sessions. In order to fix this the session path must have the right permissions.

Btw, AMN's mod is not related with the official Chevereto tech support.
 
I do not have access to php.ini on shared ...
It does not matter, I'll do without the mod

thank you
 
I don't know how AmN's mod works, but the hotfix for the session save path runs on the config.php file, so everithing below that shoud work. If AmN's mod doesn't work, is because he hasn't take this issue under consideration.

As I sayd before, this is not a Chevereto issue, or PHP issue or AmN issue. The problem is your server and therefore, if the scripts doesn't bundle that hotfix (or amn just override that) then is likely to don't work.
 
Status
Not open for further replies.
Back
Top