I've never used UserPreferences but if you have another version you want me to test let me know.
Very nice, can confirm, that login works on php7, thanks a lot!
I managed to get it running on php 7.1. I did a fresh install of /trunk and copied the config.ini file from the "old" wiki to the new one. Had to change the DB connect string from mysql to mysqli to get it working. Can confirm that login doesn't work (gives me a blank screen). Also, there is an issue if you run on anything higher than php 7.1 lib/DbSession/SQL.php:45 Error: ini_set(): Cannot set 'user' save handler by ini_set() or session_module_name()
I managed to setup a "file" version using the trunk source on php 7.3. It generally works aka I can open the site but it is really, really slow. Should mysql also work using the trunk version? Also I get a warning on a freshly created Homepage PHP Warning Warning: "The each() function is deprecated. This message will be suppressed on further calls" Notice: "Undefined index: relation" Also, at the bottom, Special Actions: Notice: "Undefined index: relation" I just tried to import my pages, generally...
I managed to setup a "file" version using the trunk source on php 7.3. It generally works aka I can open the site but it is really, really slow. Should mysql also work using the trunk version? Also I get a warning on a freshly created Homepage PHP Warning Warning: "The each() function is deprecated. This message will be suppressed on further calls" Notice: "Undefined index: relation" Also, at the bottom, Special Actions: Notice: "Undefined index: relation" I just tried to import my pages, generally...
I managed to setup a "file" version using the trunk source on php 7.3. It generally works aka I can open the site but it is really, really slow. Should mysql also work using the trunk version? Also I get a warning on a freshly created Homepage PHP Warning Warning: "The each() function is deprecated. This message will be suppressed on further calls" Notice: "Undefined index: relation" Also, at the bottom, Special Actions: Notice: "Undefined index: relation"
I managed to setup a "file" version using the trunk source on php 7.3. It generally works aka I can open the site but it is really, really slow. Should mysql also work using the trunk version?
Has anyone managed to get phpwiki to work with php7? My provider is deprecating php 5.x and I need to move asap. Currently I'm using a phpwiki 1.5.5 on mysql and I understand it is not going to be usable in php7. I tried to setup a new phpwiki with db=file but couldn't make it run at all (blank page), so no migration possible, either. Any suggestion? As an alternative, has anyone successfully migrated their phpwiki content to another, more current wiki?