I’m running a 8.3 version on a local Wamp server, and I’m trying to upgrade to 8.8. following this guide.
I first end up with the following error:
In NativeSessionStorage.php line 152:
Failed to start the session because headers have already been sent by "C:\wamp64\www\suitecrm-8\vendor\symfony\http-foundation\Session\Attribute\AttributeBag.php" at line 17.
So I followed this topic and disabled lines 146 to 166 in the NativeSessionStorage.php file.
Then, I relaunch the upgrade. It goes a bit further, but I end up with the following error:
There’s a nice way to use SuiteCRM from Windows (but not in Windows) which is to run it inside WSL. I do it all the time with a Ubuntu VM, excellent experience.
Rsp, thanks for the links !
User right privileges is the first thing I looked into, as it comes up very often in all sorts of problems during install or migration. But it’s hard to do a chmod in Windows, and hard to find which user Wamp is running as. I tried multiple ones, to no avail.
I tried to give all the privileges to all the people via right click / properties, security… but same result.
As Bastian mentioned, maybe I shouldn’t try to run SuiteCRM in such an environment in the first place.
well, I was so focused on checking compatibility for php, apache, mysql… that I did’nt event notice the Windows line was missing in version 8.
So thank you for the reminder .
I’m not a developer or sysadmin, and already a bit out of my depth with this Wamp setup… But I’ll definitely have a look to Virtual Box !