1
Hi,
I have a installation issue:
I manage a very old (2.1.3) version of xoops hosted on OVH, that works fine.
I managed to make huge modification in users database so I decided to install a copy of the site on a local apache server on my laptop.
I successfully installed apache with a php, phpmyadmin and the web site run successfully
(I see all pages with db access to everything)
But the problem comes when I try to login, the session seems to be lost: After login successfully, when I try to reach a restricted part of the site (administration for instance) xoops page answers that I haven't sufficient rights.
On the local clone of the site, after login in, the url includes "PHSESSID=..", I tried to change that in php.ini, following an article about removing PHSESSID, but it has no effect.
I'm not enough skilled in apache to know exactly how sessions are managed and what is missing in my installation, regarding to the original site hosted in ovh
Could you help me please ?