oasislove Posted April 17, 2017 Share Posted April 17, 2017 (edited) There are the note below, how to solve it? Waiting on line. Thank you. Oops! Please correct the item(s) below, and then click "Refresh information" to test the compatibility of your new system.Required PHP parameters Fileinfo extension is not enabled Install and enable the intl extension (used for validators). Setting "realpath_cache_size" to e.g. "5242880" or "5M" in php.ini* may improve performance on Windows significantly in some cases. Set short_open_tag to off in php.ini*. Edited April 17, 2017 by oasislove (see edit history) Link to comment Share on other sites More sharing options...
oasislove Posted April 17, 2017 Author Share Posted April 17, 2017 (edited) PHP.INI upload as below but not working out.register_globals = Off allow_url_fopen = On memory_limit = 32M max_execution_time = 120 max_input_time = 60 post_max_size = 8M file_uploads = On realpath_cache_size = 5M short_open_tag = OFF upload_max_filesize = 128M extension_dir = "c:\php5\ext" extension=php_mysql.dll extension=php_mysqli.dll extension=php_pdo_mysql.dll extension=php_gd2.dll extension=php_sockets.dll extension=php_mbstring.dll session.save_path = "d:/temp/tmp" session.use_cookies = 1 session.name = PHPSESSID session.auto_start = 0 session.cookie_path = / session.serialize_handler = php url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset=" [Zend] zend_extension=D:\Hosting\*******\html\ZendOptimizer.dll Edited April 17, 2017 by oasislove (see edit history) Link to comment Share on other sites More sharing options...
DarkDevil Posted May 30, 2017 Share Posted May 30, 2017 oasislove, did you get this fixed? Link to comment Share on other sites More sharing options...
Ozkarr Posted March 2, 2019 Share Posted March 2, 2019 I found a similar problem. Required PHP parameters Intl extension is not loaded Recommended PHP parameters Install and enable the intl extension (used for validators). How can i fix it. Help me please !!! Link to comment Share on other sites More sharing options...
Arlie247 Posted June 26, 2019 Share Posted June 26, 2019 On 3/3/2019 at 2:48 AM, Ozkarr said: I found a similar problem. diebestetest Required PHP parameters Intl extension is not loaded Recommended PHP parameters Install and enable the intl extension (used for validators). How can i fix it. Help me please !!! I have a similar issue. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now