1. Run a "repair" on the database. Most hosts have a Database Repair option listed beside the database names in the webhosting control panel. Ask your host if you need help finding this.
whmdestek
1/10/08 2:16 PM
I have applied a reparation from phpmyadmin.
but its the same.
Denis
1/10/08 4:59 PM
We would recommend you to check the session cookie settings in the 'php.ini' file. The session doesn't seem to be working correctly. The possible reason for that may be that PHP can't open a new session in /tmp folder (doesn't have permissions to write to /tmp folder) and all login-related functions in ViArt Shop rely on sessions. We would suggest contacting your hosting provider to check either PHP settings or /tmp folder permissions.
Regards,
ViArt Support Team
whmdestek
3/7/08 3:13 AM
my session save path is set to /tmp
but its not working yet.
what must be permissions
777 or 1777 ?
your-shoppingcouk
3/10/08 9:30 PM
Did you manage to get this fixed?
I think we've now suffered this.
whmdestek
3/13/08 10:37 PM
no still working on that issue.
i requsted support from viart but they requested money for this.
as soon as i find the solution ,
i will share here.
so maybe they will be ashamed of themselves.
Monk
3/13/08 10:49 PM
Are you sure the data admin/223344 are correct? It just give me an error - 'Password or Login is incorrect'?
It's definately the problem with session settings on the second server. It's better to run phpinfo() function to check if all settings are set correctly and if not changed them accordingly to the first server which seems to be working without this problem.
You have the problems with settings for session.use_cookies as it should be set as 'On'. Just change it value and it should fix all your problems.
whmdestek
3/14/08 12:05 AM
i set it on now
www.zindemagaza.com/a.php
but not workin
also when i try to login it gives me an error on admin page
Notice: A session had already been started - ignoring session_start() in /home/zindemag/public_html/includes/common.php on line 15
Monk
3/14/08 12:26 AM
You turned on too many options
You don't need at least the following option session.auto_start and it should be 'Off'.
And I don't think you need 'session.use_only_cookies' option to be 'On'.
whmdestek
3/14/08 12:31 AM
i have set them off
still not workin :D
whmdestek
3/14/08 12:32 AM
but error gone
Monk
3/14/08 1:03 AM
You still changed too many options
I think it could be the two last options: session.cookie_lifetime - '0' - it's a lifetime in seconds of cookie, zero - until browser is restarted session.cookie_path - '/'
whmdestek
3/14/08 1:17 AM
whooa. thanks for your kind support. how can i thank you ?
Monk
3/14/08 2:14 AM
It's pleasure to know that you finally fixed all your problems
Next time I hope it can help someone else to set session settings correctly from the first attempt
thebirdman (Guest)
5/24/08 12:33 AM
where do i find where this is hiding ?
I think it could be the two last options: session.cookie_lifetime - '0' - it's a lifetime in seconds of cookie, zero - until browser is restarted session.cookie_path - '/'