Function split

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

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 Like

Problem solved

Thanks for the fast reply