X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   php error with custom skin (https://forum.x-cart.com/showthread.php?t=71953)

Phil Richman 04-30-2015 10:03 AM

php error with custom skin
 
I am receiving the following php error in my log file

Error (code: 2048): Declaration of XLite\Module\Pmall\PmallSkin\View\AView::getThemeF iles() should be compatible with XLite\Module\CDev\SimpleCMS\View\AView::getThemeFi les($adminZone = NULL) in file /home/point2/public_html/var/run/classes/XLite/Module/Pmall/PmallSkin/View/AView.php : 8

Everything appears to work correctly. I never saw this error with version 5.1.6, but I am seeing it with version 5.1.11.


Anybody know what is going on with this error?

totaltec 04-30-2015 01:06 PM

Re: php error with custom skin
 
See the method getThemeFiles() now supports an argument $adminZone.

Just update your method, change your method to getThemeFiles($adminZone = NULL)


All times are GMT -8. The time now is 02:31 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.