applied the last patches on 1.0.x-dev on D10.1.5 with php 8.1 i get:

Warning: Undefined variable $rows in Drupal\splitting_ui\SplittingAdmin->buildForm() (line 160 of modules/contrib/splitting/splitting_ui/src/SplittingAdmin.php).
Drupal\splitting_ui\SplittingAdmin->buildForm(Array, Object, '')
call_user_func_array(Array, Array) (Line: 536)
Drupal\Core\Form\FormBuilder->retrieveForm('splitting_admin_form', Object) (Line: 283)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)

on

/admin/config/user-interface/splitting

Issue fork splitting-3400055

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

runzipel created an issue. See original summary.

chetan 11 made their first commit to this issue’s fork.

chetan 11’s picture

Hi
I have fixed the above errors in "Splitting.js" module, please check the attached solution.
Thanks

runzipel’s picture

Great! Thank you! It is working.

  • mahyarsbt committed 437a1b4f on 1.0.x authored by runzipel
    Issue #3400055 by chetan 11, runzipel: Warning: Undefined variable $rows...
mahyarsbt’s picture

Hello,
thanks all,

I applied the patch. Please check the developer version and let me know if there is no problem.

I have several projects and I am developing and maintaining them by myself. I welcome if anyone is interested in developing these modules, please send me a message through the contact option in my profile.

Cooperate in:

  • Preparing documentation, modifying comments and module messages.
  • Helping in solve issues and answering them.
  • Testing the module and checking possible errors and warnings in the code.
  • Programming, development of modules, optimization of coding (PHP, JavaScript, CSS)

Thanks

mahyarsbt’s picture

Status: Active » Needs review

raveen_thakur51’s picture

@Mahyarsbt,

** The MR! has been implemented successfully. I was getting the same warning message as you can see in the attached screenshot. https://prnt.sc/DpfVm8AKaEuI

** My Drupal Version is 10.1 and my PHP version is 8.1
** Can be moved to RTBC as it was a straight forward fix. And Thank You.

raveen_thakur51’s picture

Status: Needs review » Reviewed & tested by the community
mahyarsbt’s picture

Assigned: Unassigned » mahyarsbt

Hi there,
New version released.

Thanks

mahyarsbt’s picture

Status: Reviewed & tested by the community » Fixed
mahyarsbt’s picture

Status: Fixed » Closed (fixed)