i can't set the tmp folder in the var/www/ dir and i don't know why
Check Status
POC-Database:
POC-Tables: POC database schema checked
POC-Templates: tried to open templates in '/chit/include/templates/openchat'
Webserver write access in /tmp: The temporary directory, where the webserver MUST have write access, is defined as 'TMPDIR' in config.inc.php
If you have setup the rights for 'TMPDIR' to full read and write access (Unix 'chmod 777') but the test shows even so red, your ISP has switched on 'safe_mode' or has defined 'open_basedir' within the PHP configuration file (php.ini). open_basedir, if set, limits all file operations to the defined directory.
Webserver write access in /home/virtual/site8/fst/var/www/html/chit/include/templates/openchat/images/icons/chatter: Each chatter has the possibility to upload a private icon, which he can use within the chat. So, the webserver needs write access to this directory to store private images.
If you see always green, all is fine, login.
If you see red, please:
If you have enabled safe_mode, or open_basedir further restrictions may apply.
In case you have no write access to /tmp
Create a director 'tmp' for example in /home/virtual/site8/fst/var/www
Give webserver write access to this directory. (chmod 666)
Please read the INSTALL instructions!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i can't set the tmp folder in the var/www/ dir and i don't know why
Check Status
POC-Database:
POC-Tables: POC database schema checked
POC-Templates: tried to open templates in '/chit/include/templates/openchat'
Webserver write access in /tmp: The temporary directory, where the webserver MUST have write access, is defined as 'TMPDIR' in config.inc.php
If you have setup the rights for 'TMPDIR' to full read and write access (Unix 'chmod 777') but the test shows even so red, your ISP has switched on 'safe_mode' or has defined 'open_basedir' within the PHP configuration file (php.ini). open_basedir, if set, limits all file operations to the defined directory.
Webserver write access in /home/virtual/site8/fst/var/www/html/chit/include/templates/openchat/images/icons/chatter: Each chatter has the possibility to upload a private icon, which he can use within the chat. So, the webserver needs write access to this directory to store private images.
If you see always green, all is fine, login.
If you see red, please:
If you have enabled safe_mode, or open_basedir further restrictions may apply.
In case you have no write access to /tmp
Create a director 'tmp' for example in /home/virtual/site8/fst/var/www
Give webserver write access to this directory. (chmod 666)
Please read the INSTALL instructions!