Need help from a database/phpMyAdmin pro

Hi all

Great forum, I hope someone can tell me why Im not able to create a “new Group” in my Joomla website using phpMyAdmin. I have followed these instructions to the tee. It simply explains ho to insert a new Group in the table: bak_core_acl_aro_groups

Custom user groups - Joomla! Documentation

Well,I have done so, as well as executed my script to insert the values into lft and rgt (none of which I know what this means) as said in the article…

My script gives me this message: Complete! Go check your Joomla User Admin!

And I did - but nothing was inserted in the lft and rgt and the group I created is not in my fron-end! Just showing in my back-end…Strange.

I seriously nees a solution or help please, im not a php expert, but need one…

God Bless and thanks in advance!

It says that you must insert the rows, yourself.

Then you run the script to update some tables.

The script does not contain any INSERT queries, it does not do the inserting for you.

I inserted the rows into the wrong “table” in bak_core_user… instead of jos_core_user.

The script works and my new “Groups” are created.

Thanks a mill! <3