View Single Post
  #2  
Old 08-06-2015, 04:53 PM
 
Phil Richman Phil Richman is offline
 

Advanced Member
  
Join Date: May 2012
Posts: 94
 

Default Errors with custom skin

My xlite log is growing into a huge file. In one day this log file grew to almost 1million lines. It seems to be the same 3 warnings repeated. They are the following:

Aug 06 21:41:56 XLite [warning] Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'XLite\Module\Pmall\PmallSkin\Main' does not have a method 'getLayoutTypes' in /home/plumbing/public_html/var/run/classes/XLite/Model/ModuleAbstract.php on line 410
Runtime id: c6f1c9905bf908d413a1481b1274611c;
Server API: cgi-fcgi; IP: 72.46.130.42;
Request method: GET;
URI: /;

Aug 06 21:41:56 XLite [warning] Warning: array_intersect(): Argument #1 is not an array in /home/plumbing/public_html/var/run/classes/XLite/Core/LayoutAbstract.php on line 539
Runtime id: c6f1c9905bf908d413a1481b1274611c;
Server API: cgi-fcgi; IP: 72.46.130.42;
Request method: GET;
URI: /;

Aug 06 21:41:56 XLite [warning] Warning: in_array() expects parameter 2 to be array, null given in /home/plumbing/public_html/var/run/classes/XLite/Core/LayoutAbstract.php on line 552
Runtime id: c6f1c9905bf908d413a1481b1274611c;
Server API: cgi-fcgi; IP: 72.46.130.42;
Request method: GET;
URI: /;


Any ideas of how to fix these?
__________________
Ver 5.2.6
Reply With Quote