Jump to content

Problem with instalation 1.5 on Parallels plesk hosting


Recommended Posts

Yes, i can see the problem,

Another problem is that the installation doesnt progress even though it is an optional setup...

the first page is shown even after the compatibility check and never proceeds...

 

I think you can enable it by adding the following in a php.ini file

normally it is located under /etc/php.ini

 

 

allow_url_fopen = On

 

If it doesnt solve, May be a permission issue.. Try the following commands on the top level folder...

 

chown -R apache:apache html

find html/ -type d -exec chmod 755 {} \;

find html/ -type f -exec chmod 644 {} \;

 

considering "html" is the root folder...

 

Then try again...

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

×
×
  • Create New...