unless you have a working link i can have a look at , i can’t really do anything
Thread Starter
ray88
(@ray88)
ynot-takeout.com
please take a look….
the menu is inside our restaurant.
Thank you
looks to me like sessions aren’t working
did you update anything else (like php vesrion or something ?)
Thread Starter
ray88
(@ray88)
nope,
or maybe there is conflict with theme?
how can i fix this?
maybe , dunno.
did you just change the theme or any plugins when updating or is all that got updated the wppizza plugin ?
can you also enable debug and give me admin rights to that site so i can have a look ?
(send details to dev[at]wp-pizza.com )
i just installed the theme you are using as well ass a couple of plugins i can see you are using (you may be using others , but that’s not clear by just looking at the frontend)
it all works just fine here….
are you using a cache plugin at all ?
ok then , there is an issue in your php.ini settings.
as i do not have access to those you should get you server people to sort out the following:
your session save path is set to /var/php_sessions
this path either does not exist or is not writable (so sessions are not saved)
get them to create that path (or any other one they like) and make sure this is set in your session_save_path variable of your php.ini
after that it should just be fine again