You are not logged in.
Pages: 1
Hi, now i've downloaded the new 4.03 version release.While install in my linux shared hosting ovh i've return this error before installation :
500 Internal Error server
I can't install the cms.
my config is php 5.x and mysql db .
I've set the permission of root bgtree to 777 and i''ve in my htacces magic quotes turned of and mod_rewrite on
How to solve?
thank's
Offline
Now i've see error log:
Premature end of script headers: install.php
Offline
Usually 500 errors are due to htaccess not playing nicely with the server. Do you have an .htaccess file in the folder that install.php is in? If so you probably want to delete it -- install.php will place its own .htaccess file after install.
Offline
Hi, i not have the htacces in the same folder the install.php is in other subFolder...but i've tested this solution but i've already 500 error.
Offline
Is there an .htaccess file in a folder higher up? (Apache reads all the parent directories for htaccess as well, so if you have /.htaccess it will affect /4.0.3/.htaccess)
Offline
the thaccess is in the root directory of my hosting ... .htaccess/www and the BigTreeCms folder is in /www/.../.../bigtreecms
Offline
It's possible that the htaccess in the root directory is causing issues -- hard to say for sure as every host is different.
Offline
and this is my htaccess :
SetEnv PHP_VER 5_3
SetEnv REGISTER_GLOBALS 0
Options -Indexes
SetEnv MAGIC_QUOTES 0
RewriteEngine On
Offline
I don't imagine that would cause any issues but unfortunately I'm not sure what else could be an issue.
Offline
Ok thank's but not existing other mode for install cms...
Offline
with a manually installation...
Offline
You could try setting up a local environment using something like:
XAMP on Windows - http://www.apachefriends.org/index.html
MAMP on Mac - http://www.mamp.info/en/
Both of those have been used for developing BigTree so it should work great for development environments.
For production sites we normally use a host like MediaTemple or Linode for smaller sites and Rackspace for large sites.
Offline
Sorry for other disturb...Now i've install cms in other folder and the installation is completed correctly but when i try to acces to backend or site return the error 500 but now before installation completed
Offline
What helped me fix my Error 500 was to make sure that "AllowOverride" was on "All" not "FileInfo".
Offline
Pages: 1