- Home
- Categorie
- Coding e Sistemistica
- WordPress
- Problema cartella TMP
-
Problema cartella TMP
Salve a tutti.
Ho cambiato hosting e ho trasportato tutto il mio sito.
Ora sto attivando i plugin.Come mai quando attivo ULTIMATE TAG WARRIOR ... mi vien fuori questo errore?
**Warning**: main() [[function.main](http://www.francescogoffredo.com/wp/wp-admin/function.main)]: open_basedir restriction in effect. File(/ultimate-tag-warrior-core.php) is not within the allowed path(s): (/var/www/vhosts/francescogoffredo.com/httpdocs:/tmp) in **/var/www/vhosts/francescogoffredo.com/httpdocs/wp/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior.php** on line **20** **Warning**: main(ultimate-tag-warrior-core.php) [[function.main](http://www.francescogoffredo.com/wp/wp-admin/function.main)]: failed to open stream: Operation not permitted in **/var/www/vhosts/francescogoffredo.com/httpdocs/wp/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior.php** on line **20** **Fatal error**: main() [[function.require](http://www.francescogoffredo.com/wp/wp-admin/function.require)]: Failed opening required 'ultimate-tag-warrior-core.php' (include_path='.:.:') in **/var/www/vhosts/francescogoffredo.com/httpdocs/wp/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior.php** on line **20**
Mando una mail al mio provider...
Nell'installazione di alcuni plugin del mio CMS, riscontro questo errore:
open_basedir restriction in effect
Non è che per caso un problema di safemode?Mi risponde...
il safe_mode è già disattivato. Se l'errore di Open_basedir è sulla cartella /tmp, è normale che non hai i permessi per scriverci e non possiamo abilitarteli. Prova a controllare le impostazioni del tuo CMS.
Come risolvo questo problema grave?
-
su google non c'è nulla a riguardo ... quindi credo che neanche qui ci sia qualcuno che sappia aiutarmi ... oddio mi sto deprimendo co sto tag warrior
-
alla linea 20 del file ultimate-tag-warrior.php che cosa c'è?
-
20 e 21
require_once('ultimate-tag-warrior-core.php');
require_once('ultimate-tag-warrior-actions.php');
-
risolto, ho inserito la path del server nelle righe 20 e 21
-
bene