(SOLVED) is the cascadingdropdown working on Fabrik 4?

Do you have any 3rd-party plugin like Admintools, or htaccess preventing access to some folders, special Urls...?

If it's working in the backend it does't seem to be a Fabrik issue.
 
I have found the problem, i am using a subdomain for my app, there was and .httaccess file on main html folder with this, y remove it clear cache and works now! sorry for the trouble

Code:
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php82” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php82___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
 
I made a test list and form and test it ok, works fine, if i login to the site in frontend using a user and pass, the form STOP working, i have look to my access and group levels all looks fine, i dont know what change from joomla 3 to 5 in the ACL so i can look into that,
 
here is a couple videos
Not login
Login

and of course the error
1709338003210.png


NOTE:
If i save the record when i am not login, then i login i can open the form and CDD normal.
 
Last edited:
Is your Home page .../index.php accessible for logged in users? Or did you set it to guest access only?

You had this already here
With index.php not accessible the error is replicatable.
 
Last edited:
OMG!!! is that was all the time!!! @troester thank you, now i need to solved how to hide the start page when user is register without set it to guess., but that solve the isue thank you again
 
Back
Top