Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

EduGeek Joomla 1.0 Package Here it is, Sysmans everlasting contribution to education. The pretty website with BIG potential. Get it and advice here.

Go Back   EduGeek.net Forums > EduGeek Projects > Projects: > EduGeek Joomla 1.0 Package
Reply
 
LinkBack Thread Tools Search Thread Language
Sponsored Links
Old 19-02-2008, 02:47 PM   #1
 
apoth0r's Avatar
 
Join Date: Apr 2007
Location: Northants
Posts: 186
uk
Thanks: 8
Thanked 9 Times in 7 Posts
Rep Power: 5 apoth0r is on a distinguished road
Default Session save path Unwriteable

Hi guys,
I've been looking for hours now but i'm completely stumped as to why during the installation of Joomla on my new hosting it is saying that the "Session save path" is "Unwriteable" I've trield many methods to try and resolve this but I still can't find what I'm doing wrong.

Has anyone found a resolution for this?

Cheers in advance
Steve
  Reply With Quote
Old 19-02-2008, 02:51 PM   #2
 
Geoff's Avatar
 
Join Date: Jun 2005
Location: Fylde, Lancs, UK.
Posts: 9,839
uk uk lancashire
Thanks: 41
Thanked 217 Times in 198 Posts
Blog Entries: 1
Rep Power: 64 Geoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud of
Send a message via ICQ to Geoff Send a message via AIM to Geoff Send a message via MSN to Geoff Send a message via Yahoo to Geoff Send a message via Skype™ to Geoff
Default

The 'temporary' directory used by your web server to save session files is not writeable by your web server. On my ubuntu web server, this is /tmp which is world read/writeable.
  Reply With Quote
Old 19-02-2008, 03:11 PM   #3
 
apoth0r's Avatar
 
Join Date: Apr 2007
Location: Northants
Posts: 186
uk
Thanks: 8
Thanked 9 Times in 7 Posts
Rep Power: 5 apoth0r is on a distinguished road
Default

I've set everything as full permission just to test, still hasn't sorted it
  Reply With Quote
Old 19-02-2008, 03:25 PM   #4
 
Geoff's Avatar
 
Join Date: Jun 2005
Location: Fylde, Lancs, UK.
Posts: 9,839
uk uk lancashire
Thanks: 41
Thanked 217 Times in 198 Posts
Blog Entries: 1
Rep Power: 64 Geoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud of
Send a message via ICQ to Geoff Send a message via AIM to Geoff Send a message via MSN to Geoff Send a message via Yahoo to Geoff Send a message via Skype™ to Geoff
Default

Have you checked what the php session path is set to?
  Reply With Quote
Old 19-02-2008, 03:36 PM   #5
 
apoth0r's Avatar
 
Join Date: Apr 2007
Location: Northants
Posts: 186
uk
Thanks: 8
Thanked 9 Times in 7 Posts
Rep Power: 5 apoth0r is on a distinguished road
Default

Sorry to be a novice, but how do I check that?

(sorry if i'm causing any trouble to you)

Cheers

Steve
  Reply With Quote
Old 19-02-2008, 03:45 PM   #6
 
Geoff's Avatar
 
Join Date: Jun 2005
Location: Fylde, Lancs, UK.
Posts: 9,839
uk uk lancashire
Thanks: 41
Thanked 217 Times in 198 Posts
Blog Entries: 1
Rep Power: 64 Geoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud of
Send a message via ICQ to Geoff Send a message via AIM to Geoff Send a message via MSN to Geoff Send a message via Yahoo to Geoff Send a message via Skype™ to Geoff
Default

Look at the 'session' section of your phpinfo page.
  Reply With Quote
Old 19-02-2008, 04:08 PM   #7
 
ZeroHour's Avatar
 
Join Date: Dec 2005
Location: Aberdeen, Scotland
Posts: 1,923
uk uk scotland
Thanks: 91
Thanked 196 Times in 84 Posts
Blog Entries: 1
Rep Power: 45 ZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud of
Send a message via MSN to ZeroHour Send a message via Skype™ to ZeroHour
Default

What OS/web server?
  Reply With Quote
Old 19-02-2008, 04:38 PM   #8
 
apoth0r's Avatar
 
Join Date: Apr 2007
Location: Northants
Posts: 186
uk
Thanks: 8
Thanked 9 Times in 7 Posts
Rep Power: 5 apoth0r is on a distinguished road
Default

It's a hosted site, UK2 business hosting package, linux shared hosting.
http://www.uk2.net/web_hosting/

Hope I haven't gone for the wrong hosting


"session.save_path no value no value "

Last edited by apoth0r; 19-02-2008 at 04:42 PM..
  Reply With Quote
Old 19-02-2008, 04:51 PM   #9
 
DarkLight's Avatar
 
Join Date: Feb 2008
Location: UK
Posts: 36
uk uk devon
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0 DarkLight is an unknown quantity at this point
Default

I haven't used Joomla in awhile; does the installer tell you that the save path is not set, unwriteable or both? Does it tell you what it thinks is the save path?

You can change the session save path using the session_save_path('/path/to/joomla/session/folder') PHP function. Some of your Joomla folders will need to be writeable so if it tells you to make them writeable make sure they are.
  Reply With Quote
Old 19-02-2008, 06:58 PM   #10
 
apoth0r's Avatar
 
Join Date: Apr 2007
Location: Northants
Posts: 186
uk
Thanks: 8
Thanked 9 Times in 7 Posts
Rep Power: 5 apoth0r is on a distinguished road
Default

Yes it says "unwritable" and "Not Set" (sorry for the lack of info on that earlier).


Within which file do i need to put that code? (session_save_path('/))

in order to provide the server with the information it needs and where is the default joomla session folder located?
  Reply With Quote
Old 19-02-2008, 07:53 PM   #11
 
DarkLight's Avatar
 
Join Date: Feb 2008
Location: UK
Posts: 36
uk uk devon
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0 DarkLight is an unknown quantity at this point
Default

Actually, better idea would be to use a .htaccess file.

Create a file named .htaccess (just that, as the htaccess bit is the extension and the file has nothing as a prefix - so just ".htaccess") in the same folder as your "upload" folder or whatever you renamed it to.

Inside the file type this:
php_value session.save_path /path/to/session/folder

Where /path/to/session/folder is either something like /tmp or create a directory called sessions in your Joomla upload folder (same folder), give it permissions write permissions and then type in the full path to the folder above.

Hope that helps.

P.S.: If you get stuck there are probably quite a few articles on Google about the session save path.
  Reply With Quote
Old 19-02-2008, 08:31 PM   #12
 
apoth0r's Avatar
 
Join Date: Apr 2007
Location: Northants
Posts: 186
uk
Thanks: 8
Thanked 9 Times in 7 Posts
Rep Power: 5 apoth0r is on a distinguished road
Default

Anyone out there I can give the access to and have a look at it, i've got a feeling i've screwed something somewhere coz i've completely lost the joomla installation page now.
Spent all *bloomin'* day trying to get it to work, and i'm no closer now

If anyone has a few mins spare i'd be so appreciative
  Reply With Quote
Old 19-02-2008, 08:35 PM   #13
 
ZeroHour's Avatar
 
Join Date: Dec 2005
Location: Aberdeen, Scotland
Posts: 1,923
uk uk scotland
Thanks: 91
Thanked 196 Times in 84 Posts
Blog Entries: 1
Rep Power: 45 ZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud ofZeroHour has much to be proud of
Send a message via MSN to ZeroHour Send a message via Skype™ to ZeroHour
Default

I can give you a hand but can you upload a php file with
Code:
<?
phpinfo();
?>
and pm me the url so I can see whats set up.
  Reply With Quote
The Following User Says Thank You to ZeroHour For This Useful Post:
apoth0r (19-02-2008)
Old 19-02-2008, 08:38 PM   #14
 
apoth0r's Avatar
 
Join Date: Apr 2007
Location: Northants
Posts: 186
uk
Thanks: 8
Thanked 9 Times in 7 Posts
Rep Power: 5 apoth0r is on a distinguished road
Default

link to

Last edited by apoth0r; 09-04-2008 at 05:00 PM..
  Reply With Quote
Old 19-02-2008, 08:51 PM   #15
 
SYSMAN_MK's Avatar
 
Join Date: Sep 2005
Location: Milton Keynes
Posts: 1,894
Thanks: 44
Thanked 207 Times in 149 Posts
Blog Entries: 6
Rep Power: 48 SYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud of
Default

Looking at that link there is no session.save_path value set.
  Reply With Quote
Reply

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 

Similar Threads
Thread Thread Starter Forum Replies Last Post
[CLOSED] Bug/Error: Session time out? ITWombat EduGeek.net Site Problems 1 27-02-2008 03:12 PM
Ghost: Unable to establish contact with session adamf Windows 4 28-09-2007 08:50 AM
Limit Session Duration DaveP Networks 1 29-03-2007 08:50 AM
Apple Training Session GrumbleDook Courses and Training 5 05-01-2007 12:19 PM
Detect Ctitrix session from within bat/vbs? Geoff Thin Client and Virtual Machines 9 19-07-2006 11:24 AM



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 11:33 AM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net