I'm trying to install CMSMS 1.6.4 for my site and, although the installation seems to complete normally, when I try to enter the site I get a "Site down for maintenance." page. Furthermore, if I try to enter administration panel, I only get a blank page. My host uses Apache 4.4.7 and I'm uploading the files via FTP (and using SmartFTP to do it, don't think it's relevant, but still...)
I tried manually deleting the SITEDOWN file from tmp/cache dir, but then I get another blank page instead of the site down message (the source of the down page hasn't got any error code, so as I read in another forum post, the problem is this SITEDOWN file).
During the installation, I created the config.php file and fixed its permissions to 666 and changed tmp and uploads dirs to 777 recursively. The only thing I couldn't to was to execute the GRANT ALL PRIVILEGES sentence on my SQL server, but the tables are created (I checked it via the phpMyAdmin tool provided by my host and there are 42 tables created) and the installation gives no errors, so I don't think this is the problem.
Also, on the 2nd step of installation I get a few PHP warnings, but none of them seems (at least, not to me) serious enough to make the site show only a blank page. The warnings are:
* My host's PHP version is 4.4.7, and recommended version is 5.0.4+
* My memory limit range is 8M, when it should be 16M or more.
* Output buffering is disabled
* These PHP functions are disabled: highlight_file, diskfreespace, show_source, php_uname, ini_get, ini_alter, ini_restore, ini_set, getrusage, mysql_list_dbs, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak, listen, realpath, tmpfile, link
* fopen is disabled (fsockopen, however, is not)
* File uploads is disabled.
* session.save_path is empty.
* ini_set is disabled.
Can anyone please point me to the problem or tell me anything I can do to give you more information and help me solve it?
Thank you very much!
