Error for Magento 2.2

ausl

New Member
#1
Hi,

Received following error on Magento 2.2, any ideas to resolve it?

Code:
PHP Fatal error:  Uncaught TypeError: Argument 1 passed to Litespeed\Litemage\Model\System\Config\Source\ApplicationPlugin::afterToArray() must be an instance of Litespeed\Litemage\Model\System\Config\Source\Magento\PageCache\Model\System\Config\Source\Application, instance of Magento\PageCache\Model\System\Config\Source\Application\Interceptor given, called in /home/stautosc/public_html/vendor/magento/framework/Interception/Interceptor.php on line 146 and defined in /home/stautosc/public_html/app/code/Litespeed/Litemage/Model/System/Config/Source/ApplicationPlugin.php:59
Stack trace:
 
Last edited by a moderator:

Pong

Administrator
Staff member
#2
seems the same question on GitHub.
Could you provide more details how to reproduce it?:
Where do you see this issue? How do you reproduce this issue? How did you install LiteMage?
 

ausl

New Member
#3
Thanks for reply, i also replied on GitHub as well.
Actually, i have no idea of what happened, and didn't do anything as well.
This appears in my server's error_log, and basically i just installed it and it just happened. I didn't see anything from the website about this error so far.
I install followed the instruction here:
Code:
https://ventraip.com.au/faq/article/using-litemage-cache-magento-2-x-store/
Everything seems work ok in the backend
 
Last edited by a moderator:
Top