Jun
16
2010

PsychoStats and PHP 5.3

1,200 views

Open includes/common.php change line 45
from

error_reporting(E_ALL ^ E_NOTICE);
 

to

error_reporting(E_ERROR);
 


Open includes/class_table.php change line 163
from

$ret = call_user_func_array($callback, $params ? array($html, $params) : $html);
 

to

$ret = call_user_func_array($callback, $params ? array($html, $params) : array($html));
 

Written by Pipo in: PHP | Tags:

1 Comment »

  • I had a problem with this and after change all works great
    Thank you so much.

    Comment by Larg0 — July 20, 2011

RSS feed for comments on this post. TrackBack URL

Leave a comment

Page 1 of 11

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes