16
On Suse, you run yast2 as root
select "software", "Install and Remove Software"
select "Filter", "search", and enter php
Choose the optional PHP modules (e.g. php4-session, in this case).
select "accept".
Still doesn't fully fix it. I think I need to reconfigure PHP to enable sessions. That's next.
May I
strongly suggest that the debug config option should be turned ON when installing xoops.
As in:
Quote:
UPDATE xoops_config SET conf_value=1 WHERE conf_name = 'debug_mode'"
It could be turned off after the installation successfully completes, if you want. Why not ask the user whether is should be turned off after a successful install?
But someone installing XOOPS for the first time would not know to turn messages on, and having messages would cut out quite a bit of frustration on installing.
Note that it's not a successful install until you have displayed the main page. The bug we are discussing does not occur during install, but when trying to display /index.php for the first time.
Tom
p.s. I wonder what other optional PHP modules are required for Xoops? Is there a list somewhere?