Ho installato questo tool nel mio spazio, ma eseguendo lo script di test (runTests.php, incluso in ajaxplorer) leggo due bei errori:
PHP Session failed The temporary folder used by PHP to save the session data is either incorrect or not writeable! Please check : /tmp_r
Upload particularities failed The temporary folder used by PHP to upload files is either incorrect or not writeable! Upload will not work. Please check : /membri/.dummy/temp
Essendo un sito di secondo livello devi mettere il percorso assoluto..
sul file che si trova dentro la cartella "conf" ed esattamente "bootstrap_conf.php" devi editare le righe 43-51-52-53 e devi mettere il percorso assoluto del sito es /membri/nome del tuo sito/tmp ,
ti ricordo che il fatto che funzini non significa che funzioni bene!!
Bye
Io ho lo stesso problema...
Ho messo su Ajaxplorer ma ho problema con il tmp...
Ho adottato la soluzione descritta modificando il file di configurazione con i relativi percorsi assoluti ma ho sempre lo stesso messaggio !!!!
Si puo' avere una soluzione più dettagliata?
questa è la parte del file bootstrap-conf.php che ci riguarda cosi come l'ho modificata.
Se posso aggiungere:
- la cartella di installazione di ajaxplorer è Probox creata sulla root del mio spazio web
- la cartella tmp è creata sulla root con permessi 777
* Windows users may define an empty string
* define("AJXP_LOCALE", "");
*/
//define("AJXP_LOCALE", "en_EN.UTF-8");
//define("AJXP_LOCALE", "");
/*
* If you encounter problems writing to the standard php tmp directory, you can
* define your own tmp dir here. Suggested value is ajxp_path/data/tmp/
* AJXP_DATA_PATH, AJXP_INSTALL_PATH are replaced automatically.
*
* See php.ini settings below for the session.save_path value as well.
*/
//define("AJXP_TMP_DIR", AJXP_DATA_PATH."membri/studiointermedia/tmp");
/*
* Additionnal php.ini settings
* > Problems with tmp dir : set your own session tmp dir (create it and make it writeable!)
* > Concurrent versions of AjaXplorer : use session.cookie_path to differentiate them.
*/
$AJXP_INISET = array();
//$AJXP_INISET["session.save_path"] = AJXP_DATA_PATH."/membri/studiointermedia/tmp/sessions";
//$AJXP_INISET["session.cookie_path"] = "/membri/studiointermedia/ajaxplorer";
/*
* If you want to force the https, uncomment the line below. This will automatically
* redirect all calls to ajaxplorer via http to the same URL with https
*/
//define("AJXP_FORCE_SSL_REDIRECT", true);
Quando entro nell'indirizzo e dovrebbe far partire l'installazione ho questa segnalazione:
- PHP Session
error
The temporary folder used by PHP to save the session data is either incorrect or not writeable! Please check : /tmp_r
Suggestion : create your own temporary folder for sessions and set the session.save_path parameter in the conf/bootstrap_conf.php
- Upload particularities
error
The temporary folder used by PHP to upload files is either incorrect or not writeable! Upload will not work. Please check : /membri/.dummy/temp
Suggestion : Set the AJXP_TMP_DIR parameter in the conf/bootstrap_conf.php file
Ovviamente vi indico la segnalazione in fase di installazione del prodotto ma in realtà ho provato ad installare diverse volte e anche se ignoro questi errori me li ritrovo poi all'accesso al prodotto che non ho potuto mai utilizzare.
Per completezza indico che la versione di ajaxplorer è la 5.0.2 e che ho attivato il php versione 5.3
The temporary folder used by PHP to save the session data is either incorrect or not writeable! Please check : /tmp_r
Suggestion : create your own temporary folder for sessions and set the session.save_path parameter in the conf/bootstrap_conf.php
Le cartelle sono create e le nuove righe sono cosi'!!!!
/*
* Additionnal php.ini settings
* > Problems with tmp dir : set your own session tmp dir (create it and make it writeable!)
* > Concurrent versions of AjaXplorer : use session.cookie_path to differentiate them.
*/
ma i percorsi sono giusti, le cartelle crete ma l'errore permane...
- PHP Session
error
The temporary folder used by PHP to save the session data is either incorrect or not writeable! Please check : /tmp_r
Suggestion : create your own temporary folder for sessions and set the session.save_path parameter in the conf/bootstrap_conf.php
Non capisco quel "Please check: /tmp_r
Il mio percorso è tmp/sessions ma è come se lo ingnorasse!!!
Se tu non hai idee proseguo con l'installazione del prodotto per vedere se almeno ho accesso e se ho segnalazioni in merito alla singola sessione a cui accedo!!!!