Jump to content

Function split


Faban Hamans

Recommended Posts

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

Link to comment
Share on other sites

  • Administrators

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

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...