|
|
#1 |
![]() Join Date: Jul 2004
Posts: 2
![]() |
I am trying to install Mambo on a Linux server with Apache. I get the files up ok, but get the error Session save path /tmp, Unwriteable. When I try to proceed the next screen is just blank. Does anyone know a solution? BTW The same server allowed me to install Mambo just fine on another domain.
Last edited by abbason : August 7th, 2004 at 09:44. Reason: typo |
|
|
|
|
|
#2 |
![]() Join Date: Oct 2003
Location: Michigan, USA
Posts: 533
![]() |
Create a directory called tmp or temp or whatever and give it all permissions 777. Then add something like this to your .htaccess file.
Code:
php_value session.save_path "/home/yourusername/temp" |
|
|
|
|
|
#3 |
![]() Join Date: Aug 2004
Posts: 10
![]() |
Don't know about Linux, but on my Windoze install I had to remove the ".;" in the session.save_path in php.ini (line 826)
so it looks as follows : Code:
session.save_path= "C:\XAMPP\xampp\tmp" |
|
|
|
|
|
#4 |
![]() Join Date: Apr 2005
Posts: 1
![]() |
Yohan's session save path worked for me on Windows. Oh, yeah. I already said that in the title.
I just posted to give a second vote this solution, at least the for Windows OS. |
|
|
|
|
|
#5 |
![]() Join Date: Apr 2005
Posts: 9
![]() |
I am trying to install Mambo 2.5.2 on my local Windows XP machine, running Apache. I've already installed php4.3.6-Win32 and mySQL correctly. I still get the message:
"Session save path Not set, Unwriteable" on pre-installation. Also my Register Globals: is ON when it should be OFF. |
|
|
|
|
|
#6 |
![]() Join Date: Apr 2005
Posts: 4
![]() |
shimooka said it all where the heck is the php.ini file ???? confused...
![]() |
|
|
|
|
|
#7 | |
![]() Join Date: Jun 2004
Location: San Juan, Argentina
Posts: 767
![]() |
Quote:
![]()
__________________
Enrique Becerra Freelance Developer & Mambo Templater MSN: qbecerra @ hotmail.com www.beza.com.ar |
|
|
|
|
|
|
#8 |
![]() Join Date: Apr 2005
Posts: 4
![]() |
all the info is for runing the mambo on a local server. one says htaccess an other says php.ini.. which one?? and when runing it on the www. the root would be EG: c:\domains\mydomain\wwwroot\cms\tmp the tmp is the temp folder .. did this and still get the error..
![]() |
|
|
|
|
|
#9 |
![]() Join Date: Apr 2005
Posts: 15
![]() |
should the php.ini file be in C:\windows\temp or C:/windows/temp dir????
Do i put this (session.save_path ="c:/windows/temp") in the php.ini file, thats in the C:\Windows\temp or C:\windows?? Where should the php.ini file be? and is it C:/windows/temp or C:\windowns\temp? on my computer?? right now the php.ini file is in C:\windows\temp on my computer???? :question: (o my head!) |
|
|
|
|
|
#10 |
![]() Join Date: Apr 2005
Posts: 47
![]() |
i get an error using the .htaccess fix...
i placed this insde the quotes: /www/w/o/<mywebsite>/htdocs/temp i chmod it to 777 got an error... something like a misconfiguration... are there any other fix to this problem? |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Session save path /tmp, Unwriteable, host running safemode | sc00zy | Installation Questions | 4 | September 27th, 2006 03:25 |
| Mambo 4.5.1 RC4 - local console - Session save path /tmp, Unwriteable | organetic | Installation Questions | 14 | November 16th, 2005 08:51 |
| Session Save path and configuration.php not writeable | musicones | Installation Questions | 11 | July 29th, 2005 19:00 |
| Session save path /tmp, Unwriteable | cyberxm | Installation Questions | 2 | July 4th, 2005 05:25 |
| Problem with Session save path /tmp, Unwriteable | mikelomambo | Installation Questions | 1 | July 4th, 2005 05:24 |