Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Zend_Filter_BaseName class not found error #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LinguisticMystic
Copy link

@LinguisticMystic LinguisticMystic commented Oct 12, 2023

After updating Magento, an error is produced when attempting to download a log:

Error: Class "PhilTurner\LogViewer\Controller\Adminhtml\Download\Zend_Filter_BaseName" not found in /var/www/html/ibode/app/code/PhilTurner/LogViewer/Controller/Adminhtml/Download/AbstractLog.php:26

This is due to the fact that the Zend_Filter_BaseName class no longer exists so I fixed it by replacing the class with PHP's basename() internal function.

@hgati
Copy link

hgati commented Aug 24, 2024

@LinguisticMystic Great~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants