10
Just installed MySQL 4.1.10 (not to solve the problem, but to have a more recent version of MySQL)
Anyway, deleted all files, and copied all files from /html from the originally extracted copy of XOOPS to my directory, /usr/local/web
Checked that all files were transferred and applied the new patch released today
Ran installation successfully again, and bam ! Blank page. Awesome.
Anyway, after turning on debugging in common.php, got this awesome error again:
Fatal error: Call to undefined function: session_set_save_handler() in /usr/local/web/include/common.php on line 184
And here is the line in /include/common.php that is pissing PHP4 off so much:
session_set_save_handler(array(&$sess_handler, 'open'), array(&$sess_handler, 'close'), array(&$sess_handler, 'read'), array(&$sess_handler, 'write'), array(&$sess_handler, 'destroy'), array(&$sess_handler, 'gc'));
So, anything I can do ?
Thanks,
- Joe