Jump to content

1.7.5.0 intalation errors


Recommended Posts

When I try to install version 1.7.5.0 on windows host manually I get the following error.

* Fileinfo extension not enabled
* Install and enable the intl extension (used for validators).
* Install and / or enable a PHP accelerator (highly recommended).
* Setting "realpath_cache_size" to see "5242880" or "5M" in php.ini *.
* Set short_open_tag to off in php.ini *.

 

The contents of the file ".user.ini" (php.ini) is as follows:


allow_url_fopen=on
display_errors=on
error_reporting=32759
file_uploads=off
log_errors=on
open_basedir="G:/PleskVhosts//rstore.com.tr\;C:\Windows\Temp\"
register_globals=off
safe_mode=off
[email protected]
short_open_tag=off
SMTP=relay-hosting.secureserver.net
memory_limit = 128M
realpath_cache_size = 5M
max_input_vars = 2000
upload_max_filesize = 16M
post_max_size = 64M
max_execution_time = 120
extension=pdo
extension=mysql
extension=fileinfo
extension=Mcrypt.dll
extension=OpenSSL
extension=Curl
extension=GD
extension=PDO
extension=intl

 

How can I this problem?,  help please.

Thank you.

Link to comment
Share on other sites

Create a phpinfo.php script and see if the extensions are really loaded and parameters are correct. If not, check the place and content of your php.ini file again

phpinfo.php content:

<?php
phpinfo();
?>

 

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...