help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Could not open / add categories

Could not open / add categories

3 years 1 month ago - 3 years 1 month ago
#28880
Hello, I am using JEM 2.3.3 on Joomla 3.10.2 and I am not able to open / add categories within JEM. When I click on "Categories" I get the following error message:

Es ist ein Fehler aufgetreten!
0 implode(): Argument #2 ($array) must be of type ?array, string given
It would be great to get some hints how to fix this problem as I need JEM running on the website.

Regards,
Frank
 
Last edit: 3 years 1 month ago by Franklin.

Please Log in or Create an account to join the conversation.

Re: Could not open / add categories

3 years 1 month ago
#28882
you're right. This problem is known in php8
There is a quick fix: about line 190
admin views/categories/tmpl/default.php
Code:
<input type="hidden" name="original_order_values" value="<?php echo implode(",", $originalOrders); ?>" />

 

Please Log in or Create an account to join the conversation.

Re: Could not open / add categories

3 years 1 month ago
#28883
Ok, thank you for this info. I will check later on and let you know if my problem has been solved.

Frank

Please Log in or Create an account to join the conversation.

Re: Could not open / add categories

3 years 1 month ago
#28885
I fixed it in the master in github jemproject/JEM-Project

Please Log in or Create an account to join the conversation.

Time to create page: 0.439 seconds