Magento 2.4.6 – PHP 8.1

This module is not supporting Magento 2.4.6 latest version, I am getting Zend library issue.
 
Error: Class “Zend_Filter_Input” not found in /data/web/magento2_staging/app/code/Ubertheme/UbMegaMenu/Controller/Adminhtml/Item/PostDataProcessor.php:47 Stack trace: #0 /data/web/magento2_staging/app/code/Ubertheme/UbMegaMenu/Controller/Adminhtml/Item/Save.php(83): Ubertheme\UbMegaMenu\Controller\Adminhtml\Item\PostDataProcessor->filter()

9 answers

Profile photo of Ziven Staff 100280.00 $tone June 14, 2023
Public

Hi there,

This module is not supporting Magento 2.4.6 latest version, I am getting Zend library issue.

It looks like you are currently using MegaMenu v1.2.8 with Magento CE2.4.6, which may be causing compatibility issues with the latest version of Magento. To resolve this, please follow these steps:

  1. Download MegaMenu v1.2.9 from the following link: UB Mega Menu.zip.
  2. Proceed with the installation process as outlined in our guide: UB Mega Menu Installation Guide.

 
Best Regards,
Ziven.

#1
Profile photo of Stef Verstraten 20.00 $tone June 16, 2023
Public

Hi,
 
When i install the 1.2.9 version, i got the following error:

Error: Class "Ubertheme\UbMegaMenu\Controller\Adminhtml\Item\FilterInput" not found in /Users/luukvanlijssel/Sites/magento2/app/code/Ubertheme/UbMegaMenu/Controller/Adminhtml/Item/PostDataProcessor.php:47
#2
Profile photo of Ziven Staff 100280.00 $tone June 19, 2023
Public

Hi There,
 

When i install the 1.2.9 version, i got the following error:

I’m not sure if you upgraded correctly. However, please help me check this file: app\code\Ubertheme\UbMegaMenu\Controller\Adminhtml\Item\PostDataProcessor.php. At line 47, it should be:

public function filter($data)
{
    $inputFilter = new FilterInput(
         [],
         [],
         $data
    );
    $data = $inputFilter->getUnescaped();
    return $data;
}

It should look like this screenshot: https://www.dropbox.com/s/febjroxc00z1qjr/2023-06-19_15-42-26.jpg?dl=0
 

Best Regards,
Ziven.
 

#3
Profile photo of Ziven Staff 100280.00 $tone June 23, 2023
Public

Hi There,
 

Unfortunately, this version is not compatible with Magento 2.4.6. When do you expect to have a working version of UB Mega Menu available that we can use?

I need to take a loser look at your site to detect the issue. Kindly share your site credentials as following:
 

URL and Admin credentials of your M2 instance
SSH credentials of your M2 instance
The path to your M2 folder

Please make sure you mark this ticket as private, then it’s safe to share your site info here as only you and our technical team can access.
 

Best Regards,
Ziven.

#5
Profile photo of gjr 160.00 $tone September 27, 2023
Public

Hi,
 
Is this issue resolved?? I am getting the same error…
[2023-09-26T09:07:53.757330+00:00] main.CRITICAL: Error: Class “Ubertheme\UbMegaMenu\Controller\Adminhtml\Item\FilterInput” not found in /data/web/magento2/app/code/Ubertheme/UbMegaMenu/Controller/Adminhtml/Item/PostDataProcessor.php:47
Regards

#6
Profile photo of ubdev Staff 98150.00 $tone September 29, 2023
Public

Hello,

I am getting the same error…

You can provide our team with the following credentials:

  • URL and Admin credentials of your M2 instance
  • SSH credentials of your M2 instance
  • The path to your M2 folder

We will be able to check and help you further then.

#7
Profile photo of Sven van laar 10.00 $tone October 6, 2023
Public

Having the same issues as well.
Can you give us the solution / patch without providing SSH details?
Due to AVG restrictions we cannot provide SSH access to our website.

#8
Profile photo of ubdev Staff 98150.00 $tone October 9, 2023
Public

Hi,

Having the same issues as well.
Can you give us the solution / patch without providing SSH details?
Due to AVG restrictions we cannot provide SSH access to our website.

Unfortunately we are unable to replicate the issue at our end.
We need at least one user with this error to provide us with the SSH access so that our team can go check on the issue directly and find a solution.
 

#9

Please login or Register to Submit Answer

Written By

Comments