Session save path writable solved!/ Session save path editavél resolvido!

end result/resultado final:
administrator/backups/ Editável
administrator/components/ Editável
administrator/modules/ Editável
administrator/templates/ Editável
components/ Editável
images/ Editável
images/banners/ Editável
images/stories/ Editável
language/ Editável
mambots/ Editável
mambots/content/ Editável
mambots/editors/ Editável
mambots/editors-xtd/ Editável
mambots/search/ Editável
mambots/system/ Editável
media/ Editável
modules/ Editável
templates/ Editável
Directório de Cache /home/mypathtojoomla/public_html/cache/ Editável
Directório de Sessão /home/mypathtojoomla/public_html/sessions/ Editável
How-to by Dean Marshall/Portuguese translation/tutorial by xklamation:
Create a sub-folder called sessions in the same folder as the configuration.php file.
Find out the location of your Joomla folder by reading the $mosConfig_absolute_path entry from your configuration.php file.
Take the path from within the quotes on that line.
Put that value between the quotes on this line
session_save_path('');
and add a /sessions on the end of that entry - still inside the quotes.
It should look something like this session_save_path('/path/to/joomla/sessions'); but your actual path will be different.
Place that line (with your path) with the other settings in configuration.php - on its own line.TutorialFaça isto
Só no caso de ter que fazer login várias vezes como administrador e se o seu servidor não lhe der outra hipótese; mesmo assim parece que para bom uso de determinadas extensões como o joomlafish (extensão para site multilingue) é de facto necessário que session_save_path seja editável.
1.Se estiver a usar
Cpanel, vá ao
Gestor de ficheiros,
clique no ícone para abrir.
2. No
Gestor de ficheiros seleccione o
directório onde está i
nstalado o joomla, no meu caso estava em
public_html,
clique 2 vezes no
ícone (não no texto) para abrir.
3. Clique em
Create new foldeR/
crie um novo directório.
4. dê-lhe o nome
sessions..
5. Clique uma vez em
configuration.php, seleccione
editar.
6. uma
nova janela irá
abrir contendo o
configuration.php, Faça
copy/paste do texto e guarde-o com o
bloco de notas. Nota*Não use nem o word ou o wordpad utilize sempre o
bloco de notas/notepad.
7. veja a seguinte linha no seu
configuration.php:
$mosConfig_absolute_path8. escreva por
baixo, numa
linha única:
session_save_path('');9 volte a olhar para a
linha superior, onde está :
$mosConfig_absolute_path e agora copie o que está entre aspas:$mosConfig_absolute_path = '
/home/mypathtojoomla/public_html';
10. Faça
paste para
session_save_path(''); deverá ficar assim
session_save_path('/home/mypathtojoomla/public_html');11. acrescente no
fime ainda entre as aspas
/sessions.
12. deverá ficar assim:
session_save_path('/home/mypathtojoomla/public_html/sessions');13. E pronto, está editável.
Boa Sorte!

Now in english:
TutorialMake this
Only in case of having to
login several times as an administrator and/or if your server does not give you another choice; even so it seems that for excellent use of some extensions as the joomlafish (extension for site multi-language) it’s in fact necessary to have a writable session_save_path.
1. If you are using
Cpanel, go to the
File Manager, click on the
icon to open.
2. In the
File Manager select the directory where the
joomla is installed, in my case it was in
public_html,
click 2 times on the
icon (not in the text) to open.
3. Click in
Create new folder/create a new directory.
4. Give the
new folder the name:
sessions.
5. Click once in
configuration.php, select to
publish.
6. A
new window will
open containing the
configuration.php, Do this:
copy/paste from the text and guard it with the
notepad. Note* Do not use Word or the WordPad always use
notepad.
7. See the line in configuration.php:
$mosConfig_absolute_path8. Write just
under it, in a new line:
session_save_path (") 9. Look again at the
superior line, where it is:
$mosConfig_absolute_path and now
copy what is
between the quotes: $mosConfig_absolute_path = '
/home/mypathtojoomla/public_html ';
10. Do
paste it inside the
quotes session_save_path ("); it will look something like: s
ession_save_path ('/home/mypathtojoomla/public_html ');.
11. Add at
the end and
still between the quotes:
/ sessions.12. It will look similar to:
session_save_path ('/home/mypathtojoomla/public_html/sessions');13. And now, it’s
writable!
Good Luck!
