sounds like your sessions aren’t working properly
check your php settings
I have just moved to a new server what is dedicated maybe i have missed a Plugin. How would i find out what i need. In my php settings
Thank you
as a guess , make sure your session save path exists and is writable
where is the session save path exists and is writable located
Thank u
sorry for the double post but this be because the new server is running php 5.4.27
its not because its running php 5.4, it’s because the settings in the php.ini are not correct
if you do not know how to change those (or do not have access to those settings) speak to your host to make sure these settings are correct
i.e your/the session_save_path in your php.ini must point to a directory on your server that does actually exist and that directory has to be writable by the webserver
it may also be that sessions are not enabled on your server…i have no idea how your server is setup.
just speak to your host or server administrator . this is a 2 minute job to enable/do
I have just rebuilt the Apache in whm and there is also a save path what was set as default.
you say it may also be that sessions are not enabled on your server. do you now what it is exactly called so it can be found easily.
Thank you
sorry, but you really should speak to whoever deals with/administers your server.
i have no idea what your server is or how it is setup and am the wrong person to ask really to get your sessions working.
it’s the php.ini you want to be looking at
I have fixed it by doing a complete rebuild of Apache and it all seems to work no i must of missed something.
Thank you for all the support
good stuff. glad you got it working now