Menu

#101 Probleme mit dem Admincenter

Unknown Error
open
nobody
5
2003-12-24
2003-12-24
Anonymous
No

Name: Andreas Roessel
Email: info@sound-spezial.de

Hallo,

hab ein Problem, wenn ich in den Admincenter möchte, kommt diese Fehlermeldung immer:

Warning: session_start(): open(/home/www/web152/html/chat/admin/tmp/sess_31abd70ebd1f556b62cefa7d761e0534, O_RDWR) failed: Permission denied (13) in /home/www/web152/html/chat/admin/index.php on line 47

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/www/web152/html/chat/admin/index.php:47) in /home/www/web152/html/chat/admin/index.php on line 47

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/www/web152/html/chat/admin/index.php:47) in /home/www/web152/html/chat/admin/index.php on line 47

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web152/html/chat/admin/index.php:47) in /home/www/web152/html/chat/admin/index.php on line 51

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web152/html/chat/admin/index.php:47) in /home/www/web152/html/chat/admin/index.php on line 52

Warning: Unknown(): open(/home/www/web152/html/chat/admin/tmp/sess_31abd70ebd1f556b62cefa7d761e0534, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/www/web152/html/chat/admin/tmp) in Unknown on line 0

Nun meine Frage, mein PC hängt an einem Router, muss ich einen bestimmten Port freischalten, für den chat?

Gruss
Andreas

PS: Sorry, I dont speak english very good
Merry Christmas and a happy new year

Discussion

  • Chris Smith

    Chris Smith - 2003-12-30

    Logged In: YES
    user_id=938519

    I hope that you can read this... I don't know german.

    I figured it out! It's a temporary solution but it works.
    Create a temporary file in the same directory as
    config.inc.php. Just put one line in the file that looks like this:

    <? echo realpath('.'); ?>

    Point your browser to that file and copy the path that shows
    up. Change line 69 of config.inc.php from this:

    define('TMPDIR', realpath('.').'/tmp');

    to this:

    define('TMPDIR', 'path-you-copied/tmp');

    I don't think that this is a real solution but it worked for me
    and I'm off and running with it.

    Hope it helps you,
    Chris S.

     
  • Nobody/Anonymous

    Logged In: NO

    On Slackware my "/tmp" dir is as follows:

    drwxrwxrwx 24 root root 4096 2005-10-04 11:23 tmp/

    Still having the following error:
    Your webserver has no write permissions in "/tmp"!
    Use the Installer to install your chat! Or in your favorite
    shell,
    do the following:
    chmod 777 /tmp
    and press ENTER.

    Any comment on this behaviour? Can someone explain this
    meaningless error? (And, please in English)

    Kindest regards,
    Yavuz Darendelioglu

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.