Jump to content

Unable To Install With New Vps


Recommended Posts

Hi,

 

I just setup new vps, installed php, mysql, phpmyadmin, apache2.

downloaded installation 1.5.3.1, everything looks fine with folders & file permission.

but I am getting error.

 

 

Your configuration is invalid. Please fix the issues below:

 

  • PHP parameters:
  • Is PHP 5.1.2 or later installed ?
  • Can upload files ?
  • Can create new files and folders ?
  • Is GD Library installed ?
  • Is MySQL support is on ?
  • Recursive write permissions on files and folders:
  • ~/config/
  • ~/cache/
  • ~/log/
  • ~/img/
  • ~/mails/
  • ~/modules/
  • ~/themes/default/lang/
  • ~/themes/default/pdf/lang/
  • ~/themes/default/cache/
  • ~/translations/
  • ~/upload/
  • ~/download/
  • ~/sitemap.xml

Optional set-up

  • PHP parameters:
  • Can open external URLs ?
  • Is PHP register global option off (recommended) ?
  • Is GZIP compression activated (recommended) ?
  • Is Mcrypt extension available (recommended) ?
  • Is PHP magic quotes option deactivated (recommended) ?
  • Is Dom extension loaded ?
  • Is PDO MySQL extension loaded ?

appreciate any help.

Edited by yaniv14 (see edit history)
Link to comment
Share on other sites

What do you mean by

everything looks fine with folders & file permission.

?

 

Did you execute

sudo chmod -R 775 ~/config/ ~/cache/ ~/log/ ~/img/ ~/mails/ ~/modules/ ~/translations/ ~/upload/ ~/download/ ~/sitemap.xml

?

 

Recursive write permissions on files and folders:

~/config/ ~/cache/ ~/log/ ~/img/ ~/mails/ ~/modules/ ~/translations/ ~/upload/ ~/download/ ~/sitemap.xml

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