Thursday, May 24th

Last update05:36:30 AM GMT

Font Size

Screen

Profile

Layout

Menu Style

Cpanel
Welcome, Guest
Username Password: Remember me

warning text during installation?
(1 viewing) (1) Guest
Melbourne User Group Discussion and follow up from Joomla User Group meetings in Melbourne

If you have general Joomla questions, you're better off posting them in the main JoomlaOz discussion area - answers will then come from all over the country! If it's something tricky, consider going to forum.joomla.org for a global response.
  • Page:
  • 1

TOPIC: warning text during installation?

warning text during installation? 1 year, 2 months ago #3799

  • aforantman
  • OFFLINE
  • Expert Boarder
  • Posts: 122
  • Karma: 6
Hi all,

We had the following warnings appearing today when we tried to install joomla.
When I cam back to work on the site on my computer tonight, it was no longer there and all seems to be working well.

Again, I am a designer head, rather than a code man, so get easily confused with some of these warnings.
Can anyone explain what this was and should I be wary of continuing with the current installation.

Cheers,

Ant. S.
------------------------------------------------------------------------


Warning: session_start() [function.session-start]: open(/tmp/sess_2afba4c4a251eec77596c3378b0cbc98, O_RDWR) failed:
Permission denied (13) in /home/sniggih/public_html/libraries/joomla/session/session.php on line 423

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/sniggih/public_html/libraries/joomla/session/session.php:423) in /home/sniggih/public_html/libraries/joomla/session/session.php on line 423

Warning: Cannot modify header information - headers already sent by (output started at /home/sniggih/public_html/libraries/joomla/session/session.php:423) in /home/sniggih/public_html/libraries/joomla/session/session.php on line 426
[2/03/11 3:57:21 PM] Chris Higgins:
Warning: session_write_close() [function.session-write-close]: open(/tmp/sess_2afba4c4a251eec77596c3378b0cbc98, O_RDWR) failed: Permission denied (13) in /home/sniggih/public_html/libraries/joomla/session/session.php on line 529

Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in /home/sniggih/public_html/libraries/joomla/session/session.php on line 529
Real World
Media Group
For everything in media production
www.realworldmediagroup.com.au

Re: warning text during installation? 1 year, 2 months ago #3800

Check your permissions on the /tmp/ directory:

ls -ld /tmp

It should be rwxrwxrwx (I.e. owner, group and world can write to it).

If not, change it:

chmod 777 /tmp/

By default /tmp is writeable by everyone so it is possible someone or something has changed the write level.

Cheers


Hayden
The following user(s) said Thank You: aforantman

Re: warning text during installation? 1 year, 2 months ago #3801

  • rsearle
  • NOW ONLINE
  • Senior Boarder
  • Posts: 58
  • Karma: 2
The initial failure appears to be a permissions problem when starting a new session or resuming an existing one. The permission in question could be the rights on the /tmp directory (should be set to 755), or maybe a transient failure during PHP's session_start() function. You were installing at the time so lots of weird stuff could have been going on.

About the only thing you can do is check the permission setting on the /tmp directory. If that is at least 755, then check back through the Apache error log to see if there is a pattern of recent permission or system problems. If not, the problem was transient anyway so just let it go, but keep an eye out for a few days for any repetitions.

Cheers,

Russell Searle
Principal Consultant | Psicom | Melbourne, Australia
The following user(s) said Thank You: aforantman
  • Page:
  • 1
Moderators: Partic, PtrNrs, Shane Thorpe
Time to create page: 0.58 seconds
You are here: Forum