Octopoos / SEBLOD

Build high-end websites with SEBLOD®, a CCK for Joomla!
https://www.seblod.com
GNU General Public License v2.0
126 stars 54 forks source link

Joomla 4.4.0 and SEBLOD 4.1.1 registration issues #779

Open salahjaafar opened 8 months ago

salahjaafar commented 8 months ago

Hi,

I migrated my site from Joomla 3 to Joomla 4.4.0 and SEBLOD 4.1.1.

I am experiencing registration issues on the administrative side, as mentioned in this video.

Registration works fine on the frontend.

https://github.com/Octopoos/SEBLOD/assets/47123877/0b24ad74-5972-45ec-9bed-e50812c911f7

olivier-nolbert commented 8 months ago

Hi, I can't reproduce the problem but it may be due to the 'max_input_vars' php variable value too low:

Can you add fields to your form and save them? Is the problem only on the 'variation' column?

Regards,

Olivier

kimbare commented 7 months ago

I too am having this issue wi8th a new nstallation of SEBLOD on Joomla 4. In order to create a new user that also creates an article (yes, I have the user bridge enabled), I have to add them by pretenting I'm registering on the front end. They cannot be added from the Admin form or the site form. When I add them from either of those forms, they exist as a user, but there is no article for them and they do not show as users in SEBLOD management apps - one can only see them if one goes to the normal user then Manage page. Also, there is not a way to edit them using regular Joomla - that alternate edit button no longer exists as it did in Seblod 3 and Joomla 3

Update. The only way I could solve this issue was to change back to php 8.0. So, SEBLOD does not work correctly with php 8.1 and 8.2.

olivier-nolbert commented 5 months ago

Hi @kimbare ,

Here's the fix for your issue with user bridge on PHP > 8.0 : https://github.com/Octopoos/SEBLOD/commit/b49c1c84d6de8a341f5aa642607fb3c9f502d87c

Regards,