Jump to content

godaddy Installing question


Recommended Posts

 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 by oasislove (see edit history)
Link to comment
Share on other sites

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 by oasislove (see edit history)
Link to comment
Share on other sites

  • 1 month later...
  • 1 year later...
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

  • 3 months later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...