Fix Session Save Path Red Unwritable When Installing Joomla! Fissare sessione Salva percorso rosso Unwritable Durante l'installazione di Joomla!

When installing Joomla version 1.0.x or Mambo CMS (Content Management System) using web browser, the web based Joomla! Quando si installa la versione 1.0.x Joomla o Mambo CMS (Content Management System) utilizzando browser web, il web Joomla! installer pre-installation check screen displayed Not set, Unwritable in red for session save path parameter, indicating that the session save path is not defined in PHP.INI configuration file, not configured with correct permission or does not exist. installazione di pre-installazione verificare la schermata visualizzata Non impostato, Unwritable in rosso per salvare sessione parametro percorso, il che indica che la sessione di salvare percorso non è definita in php.ini file di configurazione, non configurati con l'autorizzazione corretta o non esiste. If you continue installation, Joomla! Se si continua l'installazione, Joomla! still install but users will facing symptoms such as only can login to the front end but not the administrator backend, with the login process jumped back to login screen without any message such as incorrect user name or password. ma ancora installare gli utenti di fronte a sintomi quali solo accedere al front-end, ma non l'amministratore di backend, con la procedura di accesso è balzata al schermata di login senza alcun messaggio di non corretta come ad esempio nome utente o password.

The cause for the Unwritable message for PHP session save path is pretty straight forward, that’s Joomla! La causa per il Unwritable messaggio per salvare sessione PHP percorso è piuttosto semplice, questo è Joomla! installer unable detects any value set for session save path. di installazione non rileva alcun valore fissato per salvare sessione percorso. To fix and solve the problem simply configure the session save path variable in the web server environment, so that session save path will be shown as Writable when Joomla! Per risolvere e risolvere il problema semplicemente configurare la sessione salvare percorso variabile in ambiente server web, in modo da salvare percorso sessione verrà mostrato come Scrivibile quando Joomla! installer re-check the environment. installazione di verificare l'ambiente. Depending on the web hosting service you used, there are several possible solutions as listed below. A seconda del servizio di web hosting si è utilizzato, ci sono diverse possibili soluzioni, come qui di seguito elencati.

Define session.save_path directive in PHP.INI Definire session.save_path direttiva in php.ini

If you have root access or control to the web host (for example, in VPS or dedicated server), edit the PHP.INI PHP configuration file in the web server to add in the environment variable. Se si dispone di privilegi di root o di controllo sul web ospitante (per esempio, in VPS o un server dedicato), modificare il php.ini file di configurazione di PHP nel web server per aggiungere la variabile d'ambiente. Normally the session.save_path directive is already included in the default PHP.INI, but been commented out. Session.save_path normalmente la direttiva è già incluso nel php.ini di default, ma è commentata. Add or edit the line so that it looks like below: Aggiungere o modificare la linea in modo tale che sembra che qui di seguito:

session.save_path = /tmp session.save_path = / tmp

Modify /tmp to the path to a folder that is writable by Apache web server process. Modifica / tmp il percorso di una cartella che è scrivibile dal server web Apache processo. If you don’t have shell access to the web host, such as in shared hosting, try asking hosting service provider to include the session save path parameter, or make the path writable. Se non si dispone di shell di accesso al Web ospitante, come ad esempio in hosting condiviso, prova a chiedere al fornitore di servizi di hosting per includere la sessione di salvare percorso parametro, o fare il percorso in scrittura.

Include session.save_path in .htaccess file Includere nel session.save_path. Htaccess file

If you can’t modify PHP.INI global configuration file, or just want to make the change affect Joomla! Se non è possibile modificare php.ini file di configurazione globale, o si desidera apportare la modifica influisce Joomla! or Mambo application only, create or edit the .htaccess file in the installation directory for Joomla! Mambo domanda o solo, creare o modificare l'. htaccess file nella directory di installazione per Joomla! or Mambo, and add the following line (only works in Apache web server which configured to support .htaccess - most cPanel hosts do): o Mambo, e aggiungere la seguente riga (funziona solo in Apache web server configurato per il supporto. htaccess - la maggior parte cPanel ospita fare):

php_value session.save_path '/tmp' php_value session.save_path '/ tmp'

Change the ‘/tmp’ to a folder that is writable and prefer to be a session saved folder by you which has been created first. Cambiare la '/ tmp' in una cartella che è scrivibile e preferiscono essere una sessione salvata cartella di voi che è stato creato per primo. The trick above should work if PHP is runing as a server module (ISAPI), which most did, and not as CGI mode. Il trucco di cui sopra dovrebbe funzionare se PHP è runing come server modulo (ISAPI), che ha fatto la maggior parte, e non come modalità CGI.

Use Local PHP.INI in the Joomla/Mambo folder Uso locale php.ini in Joomla / Mambo cartella

If PHP is being run as CGI mode on the web server, or method above using .htaccess does’t work, try override the main global PHP.INI settings by using a localized PHP.INI file which located in the each and every directories for the application. Se il PHP viene eseguito come CGI modalità sul server Web, o utilizzando il metodo di cui sopra. Htaccess does't lavoro, prova a scavalcare le principali impostazioni di php.ini globale utilizzando un localizzata php.ini file che trova in ogni directory per la domanda. However, the disadvantage is that users have to create lots of PHP.INI files as the override will be on folder by folder basis - those with local PHP.INI will be overrode, but not its parent or child sub-folders. Tuttavia, lo svantaggio è che gli utenti hanno a creare un sacco di php.ini file come ignorare le verrà a cartella cartella di base - con quelle locali php.ini imposti sul sarà, ma non i suoi genitori o bambino sotto-cartelle. This means that each folder that contains an executable PHP scripts must have its own PHP.INI file, such as in main root Joomla directory, /administrator/ folder and etc. Ciò significa che ogni cartella che contiene un eseguibile PHP script deve disporre di un proprio file php.ini, come ad esempio in Joomla principali directory root, / amministratore / cartella e ecc

To configure the PHP override, create a PHP.INI on the folder(s) inside Joomla! Per configurare il PHP ignorare, creare un php.ini sulla cartella (s) all'interno Joomla! directory, and add the setting in following format: directory, e aggiungere l'impostazione nel seguente formato:

session.save_path = /tmp session.save_path = / tmp

Replace the /tmp with the path that you want to use as the session saved path. Sostituire la / tmp con il percorso che si desidera utilizzare come la sessione salvata percorso.

Use ini_set(variable, value) to override session.save_path in Globals.php file Uso ini_set (variabile, valore) per sostituire session.save_path nel file Globals.php

If nothing mentioned above you can do, then try to edit globals.php file comes with Joomla. Se nulla di cui sopra si possono fare, poi tenta di modificare il file globals.php viene fornito con Joomla. Firstly create a writable folder, and then edit the globals.php in root Joomla! In primo luogo creare una cartella scrivibile, quindi modificare la radice in globals.php Joomla! directory. Add in the following line at the top, right after <?php line: Aggiungere la seguente riga in alto, a destra dopo <? Php-line:

ini_set('session.save_path','/tmp'); ini_set ( 'session.save_path', '/ tmp');

Change ‘/tmp’ to full path to the writable directory created. Cambia '/ tmp' al percorso completo della directory scrivibile creato. Then edit the following parameter. Quindi modificare il seguente parametro. Look for: Cerco:

define( 'RG_EMULATION', 1 ); define ( 'RG_EMULATION', 1);

Edit and change the line to: Modifica e modificare la riga:

define( 'RG_EMULATION', 0 ); define ( 'RG_EMULATION', 0);

Save the globals.php file. Globals.php salvare il file.

Add session save path parameter into Joomla’s PHP code Aggiungi sessione di salvare parametro percorso in Joomla il codice PHP

If it’s impossible to change PHP.INI or add .htaccess, try to create a writable directory, recommended to be a directory named ’sessions’ inside $mosConfig_absolute_path folder which can be retrieved from the configuration.php itself, then add the following line in configuration.php file of Joomla!. Se è impossibile da cambiare o aggiungere php.ini. Htaccess, tenta di creare una directory scrivibile, raccomandato da una directory di nome 'sessioni' all'interno di $ mosConfig_absolute_path cartella che possono essere recuperate dal configuration.php stessa, quindi aggiungere il seguente in linea configuration.php file di Joomla!.

session_save_path('public_html/session'); session_save_path ( 'public_html / sessione');

Change ‘public_html/session’ to the actual path to the writable directory created. Change 'public_html / sessione' per l'effettivo percorso della directory scrivibile creato. Note that if you modify and change any Global Configuration settings in Joomla, the line above will be lost as the configuration.php file get rewritten. Si noti che se si modifica e qualsiasi cambiamento delle impostazioni di configurazione globale in Joomla, la riga sopra è perso perché la configuration.php file di riscrittura. In the case, remember to replace back the hack above. Nel caso, ricordati di ritornare a sostituire il trucco di cui sopra.

Add php_value for session.save_path in httpd.conf Apache configuration file Php_value per aggiungere session.save_path in httpd.conf file di configurazione di Apache

Create a writable directory that can be accessed by Apache service, and then edit the Apache configuration file of httpd.conf. Creare una directory scrivibile che può essere letta da Apache servizio, quindi modificare il file di configurazione di Apache di httpd.conf. Add the following line to the bottom of the file: Aggiungere la seguente riga al fondo del file:

php_value session.save_path "C:\Temp\" php_value session.save_path "C: \ Temp \"

Change the path “C:\Temp\” to the path to the folder created. Cambia il percorso "C: \ Temp \" per il percorso della cartella creata. Save the configuration file, and then restart Apache HTTPD service. Salvare il file di configurazione, quindi riavviare servizio httpd Apache.

Note: A lot has been saying about writable folder. Nota: Molto è stato detto sui scrivibile cartella. In some cases, depending on owner and group, you may have to set the permissions to 777 (full read, write and execute) in order for Apache to be able to write into the directory. In alcuni casi, a seconda del proprietario e di gruppo, potrebbe essere necessario impostare i permessi a 777 (full leggere, scrivere ed eseguire), al fine di Apache per essere in grado di scrivere nella directory.

Above resolutions should work for both Linux, FreeBSD, Unix and Windows based web server. Risoluzioni di cui sopra dovrebbero funzionare sia per Linux, FreeBSD, Unix e Windows basato su server web. However in Windows, you may need to specify drive letter to the path. Tuttavia in Windows, potrebbe essere necessario specificare lettera di unità per il percorso. For example, ‘/tmp’ will be ‘C:/tmp’ in Windows. Per esempio, '/ tmp' sarà 'C: / tmp' in Windows. It’s also recommended to use forward slash (/) in the path to the folder instead of usual backslash (\). E 'inoltre raccomandato di utilizzare slash (/) nel percorso per la cartella invece di solito backslash (\).

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .



16 Responses to “Fix Session Save Path Red Unwritable When Installing Joomla!” 16 risposte al "Fix Session Save Path Rosso Unwritable Quando Installazione di Joomla!"

  1. milosh
    December 1st, 2007 02:31 1 ° dicembre 2007 02:31
    1

    That was very helpfull thank you.. Che è stata molto utile la ringrazio .. ;)

  2. Dave
    December 7th, 2007 14:05 7 dicembre 2007 14:05
    2

    Very informative and solved my problem in a jiffy. Molto informativo e risolto il mio problema in un Jiffy.
    Thank you Grazie

  3. sejum
    January 1st, 2008 09:44 1 ° gennaio 2008 09:44
    3

    Thank you it was so helpful and did solve the problem I had. La ringrazio è stato così utile e ha fatto di risolvere il problema che avevo.

  4. Joomla/Issue/12.19.07 - Joomla Install: Session save path Unwriteable Joomla/Issue/12.19.07 - Installare Joomla: seduta salvare percorso unwriteable
    January 26th, 2008 00:22 26 gennaio 2008 00:22
    4

    [...] RESOLUTION: ( link to original resolution here) ( link to more detailed explanation here) [...] [...] RISOLUZIONE: (link alla risoluzione originale qui) (link alla spiegazione più dettagliata qui) [...]

  5. SANDY
    February 9th, 2008 13:05 9 febbraio 2008 13:05
    5

    omg- ur article truly just helped me!!! omg-ur articolo veramente giusto mi ha aiutato! Thank you SO SO SO VERY MUCH!!! Thank you so so so VERY MUCH!

  6. Victor Noe Victor Noe
    March 14th, 2008 15:35 14 marzo 2008 15:35
    6

    Wich of all this php.ini I need to edit the lines ? Che di tutto questo php.ini ho bisogno di modificare le linee?

    /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini / usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini
    /usr/local/cpanel/3rdparty/etc/php.ini / usr/local/cpanel/3rdparty/etc/php.ini
    /usr/local/cpanel/3rdparty/etc/horde/php.ini / usr/local/cpanel/3rdparty/etc/horde/php.ini
    /usr/local/cpanel/3rdparty/etc/phppgadmin/php.ini / usr/local/cpanel/3rdparty/etc/phppgadmin/php.ini
    /usr/local/lib/php.ini / usr / local / lib / php.ini
    /usr/lib/php.ini / usr / lib / php.ini

  7. Patsy Caldwell Patsy Caldwell
    March 19th, 2008 05:39 19 marzo 2008 05:39
    7

    This article was a lifesaver! Questo articolo è stato un salvagente! I have been trying to figure this out for hours.I couldn’t get my Joomla Stand Alone Server to work but your notes worked! Ho cercato di questa cifra per hours.I potrebbe non avere il mio Joomla Stand Alone Server per lavoro, ma le note lavorato! Thanks a bunch! Grazie un sacco!

  8. Lloyd Erasmus Lloyd Erasmus
    April 17th, 2008 19:29 17 aprile 2008 19:29
    8

    Had this problem for 4 days until i came across this article… Thanx a million, this has really helped me. Ha avuto questo problema per 4 giorni fino a quando ho trovato questo articolo… Grazie un milione, questo è veramente mi ha aiutato.

  9. reza Reza
    April 17th, 2008 21:15 17 aprile 2008 21:15
    9

    dear admin Cari admin
    special thanks for this tutorial. grazie speciale per questo tutorial.
    see u e vedere

  10. Zeon
    April 21st, 2008 23:33 21 aprile 2008 23:33
    10

    Adding the path info to configuration.php worked out. Aggiungendo il percorso a configuration.php informazioni elaborate.
    I wanted to point out that in order to find the host’s local route to my account I used the following: Volevo sottolineare che, al fine di trovare l'host locale del percorso per il mio account ho usato i seguenti:

  11. Tutorial: Caminho de sess Tutorial: Caminho de sesso
    May 5th, 2008 19:10 5 maggio 2008 19:10
    11

    [...] without a session save path? [...] Una sessione senza salvare percorso? Fix Session Save Path Red Unwritable When Installing Joomla! Fissare sessione Salva percorso rosso Unwritable Durante l'installazione di Joomla! - Fix Session Save Path Red Unwritable When Installing Joomla! -- Fix sessione Salva percorso rosso Unwritable Durante l'installazione di Joomla! My Digital Life [...] La mia vita digitale [...]

  12. numericalexample.com
    May 11th, 2008 17:40 Maggio 11, 2008 17:40
    12

    It is indeed cleaner to have the session directory being green in Joomla instead of red (unwritable). E ', infatti, di aver pulito la sessione di directory in fase di verde Joomla invece di rosso (unwritable).

    The strange thing is that my site still works fine without the session directory being writable. La cosa strana è che il mio sito ancora funziona bene senza la sessione in corso directory scrivibile.

  13. pilip Pilip
    May 15th, 2008 13:18 Maggio 15, 2008 13:18
    13

    muchos gracias. molti Gracias. this helped a lot. questo ha aiutato molto.

  14. Phoenix
    June 21st, 2008 18:34 Giugno 21, 2008 18:34
    14

    excellent post. eccellente post. helped a lot as the joomla docs/wiki or forum did not have enough info this major issue. aiutato molto, come la joomla docs / wiki o forum di non avere abbastanza informazioni questo importante tema. Joomla creators can learn a lot from u. Joomla creatori può imparare molto da u.

    Thanks Grazie :)

  15. Pete
    September 1st, 2008 03:31 1 settembre 2008 03:31
    15

    Thank you Grazie

    Worked like a charm Funzionato come un fascino

  16. Germinal
    September 18th, 2008 00:09 Settembre 18, 2008 00:09
    16

    Realy helpfull buddy. Buddy veramente utile.
    thaks a lot. thaks a lot.

Leave a Reply Lasciare una risposta

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Iscriviti senza commentare


Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in arrivo Condizioni per l'articolo

joomla session.save_path Joomla session.save_path - -- session save path unwritable sessione salvare percorso unwritable - -- session save path sessione salvare percorso - -- joomla session save path Joomla sessione salvare percorso - -- joomla session directory Joomla sessione directory - -- joomla Session save path unwritable Joomla seduta salvare percorso unwritable - -- Joomla session save path unwriteable Joomla sessione salvare percorso unwriteable - -- session save path joomla sessione salvare percorso Joomla - -- session.save_path joomla session.save_path Joomla - -- joomla Session save path Unwriteable Joomla seduta salvare percorso unwriteable - -- Session save path Sessione salvare percorso - -- Session save path Unwriteable joomla Sessione salvare percorso unwriteable Joomla - -- Session save path Unwritable Sessione salvare percorso Unwritable - -- Session save path Unwriteable Sessione salvare percorso unwriteable - -- session directory joomla sessione directory Joomla - -- session save path unwriteable sessione salvare percorso unwriteable - -- joomla unwritable Joomla unwritable - -- session save path in joomla sessione salvare percorso in Joomla - -- joomla Session save path Unwriteable Joomla seduta salvare percorso unwriteable - -- joomla session directory unwriteable Joomla sessione directory unwriteable - -- Session save path unwritable joomla Sessione salvare percorso unwritable Joomla - -- joomla session directory unwritable Joomla sessione directory unwritable - -- Session save path Unwriteable Sessione salvare percorso unwriteable - -- joomla Session save path Joomla salvare percorso di seduta - -- Unwriteable: Unwriteable: / / - -- joomla 1.5 session save path Joomla 1,5 sessione salvare percorso - -- joomla session path Joomla sessione percorso - -- session.save_path session.save_path - -- session directory unwriteable sessione directory unwriteable - -- Session save path Unwriteable joomla Sessione salvare percorso unwriteable Joomla - -- joomla "Session save path" joomla "percorso di seduta salvare" - -- joomla Session Directory / Joomla seduta Repertorio / - -- unwritable joomla unwritable Joomla - -- Session save path Unwriteable joomla Sessione salvare percorso unwriteable Joomla - -- session save path htaccess sessione salvare percorso htaccess - -- joomla Session save path Unwriteable Joomla seduta salvare percorso unwriteable - -- Session save path Unwriteable Sessione salvare percorso unwriteable - -- joomla Session save path Unwriteable Joomla seduta salvare percorso unwriteable - -- joomla session save Joomla sessione salvare - -- session.save_path .htaccess session.save_path. htaccess - -- Session save path Unwriteable Not set Sessione salvare percorso unwriteable Non impostato - -- joomla unwriteable Joomla unwriteable - -- joomla Session Directory Joomla directory di sessione - -- Session Directory / joomla Sessione Repertorio / Joomla - -- Session save path Unwritable Sessione salvare percorso Unwritable - -- joomla session unwritable Joomla sessione unwritable - -- session save path not set sessione salvare percorso non impostato - -- Session save path Unwriteable joomla Sessione salvare percorso unwriteable Joomla - -- Joomla session Joomla sessione - -- The session save path is not defined in your php.ini (/usr/local/lib/php.ini) file! Salvare la sessione percorso non è definito nel tuo php.ini (/ usr / local / lib / php.ini) file! - --