Hello Nils, I'm back from holidays,
Nils Adermann wrote:Alright I finally tracked down the problem. However it does not appear to be our fault this time. There are some entries in your phpbb_modules table which have values like "acl_a_authusers ( acl_a_mauth || acl_a_fauth )" in the module_auth column. These are missing a logical and. It should be "acl_a_authusers && ( acl_a_mauth || acl_a_fauth )". Somewhere along the way of the import you must have lost these && signs. I checked the export generated on Forumatic that you downloaded and confirmed that they are correct there, so it must have happened when you imported the SQL backup. Which tool did you use to do that? Maybe there's a problem with that tool.
This is a copy paste of the line you selected for the example, wich has the module_id number 201:
In the table view, it shows like that (it has no place to show complete):acl_a_authusers && (acl_a_mauth || acl_a_f...
When doing in-line editing, it shows like this:acl_a_authusers && (acl_a_mauth || acl_a_fauth)
And when editing in full screen:acl_a_authusers && (acl_a_mauth || acl_a_fauth)
I've checked carefully what you say, and I see no missing logical symbols. Please, have a look again because I am desperate. In the meantime, will you have in a near future the automatic exporting process ready for phpbb 3.10? I cannot understand why you use the 3.11 version of the forum if the exporting feature does not work because of that.
I sincerely appreciate your attention, best regards,
Gabriel.