Faban Hamans Posted April 6, 2010 Report Share Posted April 6, 2010 Hoi Can someone help me with this problem I got after a clean install (nothing change in the settings of the programm) this error when i open VA Finance. Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 Then i see de the screen monthly profits and for the next screen the same fault. Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 Deprecated: Function split() is deprecated in /customers/va-surfcity.com/va-surfcity.com/httpd.www/core/lib/pchart/pChart.class.php on line 282 The provider where my account stand PHP5 AND MySQL The version of this webprovider i dont now Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 6, 2010 Administrators Report Share Posted April 6, 2010 Hey, You're probably using PHP 5.3. You can have to turn down error reporting - in local.config.php find this line: Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE); Change it to: Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE ^ E_DEPRECATED); See if that helps ya out 1 Quote Link to comment Share on other sites More sharing options...
Faban Hamans Posted April 7, 2010 Author Report Share Posted April 7, 2010 Problem solved Thanks for the fast reply Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.