SEBLOD icon indicating copy to clipboard operation
SEBLOD copied to clipboard

Joomla 4.4.0 and SEBLOD 4.1.1 registration issues

Open salahjaafar opened this issue 1 year ago • 3 comments

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

salahjaafar avatar Nov 12 '23 15:11 salahjaafar

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

  • https://www.seblod.com/resources/tutorials/max-input-vars-quick-example
  • https://www.seblod.com/resources/tutorials/max-input-vars-quick-example-2

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

Regards,

Olivier

olivier-nolbert avatar Nov 14 '23 06:11 olivier-nolbert

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.

kimbare avatar Nov 28 '23 01:11 kimbare

Hi @kimbare ,

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

Regards,

olivier-nolbert avatar Feb 08 '24 17:02 olivier-nolbert