PHP Deprecated Construction: Function split() is deprecated
Description:
While creating Virtaul directories from plesk control panel it is giving PHP Deprecated Construction: Function split() is deprecated error in the new window
Solution:
– Login to the server.
– open php.ini file from the below path
C:\Program Files (x86)\Parallels\Plesk\admin\
– change the parameter ‘error_reporting’
org_parameter = error_reporting=E_ALL & ~E_NOTICE & ~E_STRICT
applied_parameter = error_reporting=E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
– Now restart the plesk services.And try to create virtaul directories from plesk control panel.
Tags: Plesk,Plesk Control Panel,Plesk Login,Hosting Issues,Plesk Login Details,Plesk Installation,.
Add Comment