Hi there, after transfering my Joomla 4 site via Akeeba Kickstart the WORKING "condition set" is not displayed at the "rereplacer Pro" detail overwiew. If I click on "create new condition set" it shows up. SAME with Advanced Module Manager.
Uninstalling and reinstalling doesn't help.
I don't know if it is a database or php problem. Admin Tools is installed too.
It's not a big problem as the conditions work. I just have to click to open the popup (create new condition) every time I want to know what the actual conditions are. Maybe if I uninstall and reinstall both "rereplacer" AND "modules anywhere"? Do they use the same PHP files? Of course, that will not help if the problem is in the database. My only concern is that I might not be able to select anything in an upcoming update from your side...
Can you give me (super) admin and (s)ftp access so I can take a look?
You can use the 'Confidential information' button in the forum editor to hide sensitive information.
Something weird is going on with your setup. I suspect it has to do with something in your server database settings.
The 'published' value in the Conditions database is an int (numeric value).
When asking Joomla for the data from the database, the values should keep/get the correct type.
Which it does on all setups except yours (you are the only one reporting this issue).
On your setup, the 'published' value is returned as a string. So "1" instead of 1.
This causes issues in my code when checking if a condition is published (if it is equal to 1).
Anyway, I have added a line to force convert the value to an int (number) if it is a string for whatever reason.
Thank you Peter! I wrote a German review in JED. My production site was MySQL 5.5, live site 5.7. Perhaps a cause of the circumstances. The answer my friend is blowing...