GO to
/CONF/bootstrap_conf.php
and edit :
//define(“AJXP_TMP_DIR”, AJXP_DATA_PATH.”/tmp”);
to
define(“AJXP_TMP_DIR”, AJXP_DATA_PATH.”/tmp”);
Upload the file
Create the tmp directory to / and apply 777 CHMOD
Works great for me !
GO to
/CONF/bootstrap_conf.php
and edit :
//define(“AJXP_TMP_DIR”, AJXP_DATA_PATH.”/tmp”);
to
define(“AJXP_TMP_DIR”, AJXP_DATA_PATH.”/tmp”);
Upload the file
Create the tmp directory to / and apply 777 CHMOD
Works great for me !