GTChat 0.95 hängt nach Login und Browser zeigt "kaputte" Bilder

      GTChat 0.95 hängt nach Login und Browser zeigt "kaputte" Bilder

      Support-Maske:
      • Version vom GTChat:0.95 aus offiziellem Download, 0.93 aus der Bibliothek des Hosters
      • Link zum Chat: seasite-it.ch/chat/cgi-bin/chat.pl
      • Test-Account:admin
      • Perl-Version:N.B. beim hoster angefragt hoststar.ch standard entry webspace- Aktive Leistungen PHP, Perl (J*script fehlt?)
      • Verwendetes Betriebssystem:Linux (Server+Client)
      • Verwendeter Browser:Firefox
      • Suchfunktion genutzt mit: "hängt" "bleibt hängen" "kaputte bilder"
      Settings:

      # URLs and paths
      urls => {
      htmlurl => "/html/chat/www/", # absolute URL of your chat's HTML pages (Only, if this folder is NOT /www/)
      logouturl => "", # if given: the position to go after the logout other than the default login page
      imagesurl => "/html/chat/www/images/", # URL of your images directory, can be relative to htmlurl
      },

      directories => {
      sourcedir => "Sources", # Directory with chat source files
      vardir => "Variables", # Directory with variable files
      onlinedir => "Online", # Directory with online users data
      tmpdir => "Temp", # Directory with temporary files (queues and pipes)
      memberdir => "Members", # Directory with member data
      roomdir => "Rooms", # Directory with room data
      plugindir => "Plugins", # Plugin directory
      wwwdir => "../www", # Directory with chat.js and style.css
      imagesdir => "../www/images", # Directory of the chat images
      },

      Ausführliche Beschreibung:
      GTChat 0.95 hängt nach Login und Browser zeigt "kaputte" Bilder auf Loginpage und im Chat.
      Texteingabe möglich aber keine Reaktion auf <enter>, keine Reaktion auf Menueklicks (j*script).
      Keine fifos in ./Temp erstellt.

      Abhilfeversuche:
      Pfade in settings.dat
      File Permissions
      Pfade zu mknod/fifo

      Ideen?

      Danke :)

      Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von „darkstar“ ()

      Danke sehr, das stimmt:

      # URLs and paths
      urls => {
      htmlurl => "http://seasite-it.ch/chat/www/", # absolute URL of your chat's HTML pages (Only, if this folder is NOT /www/)
      logouturl => "", # if given: the position to go after the logout other than the default login page
      imagesurl => "http://seasite-it.ch/chat/www/images/", # URL of your images directory, can be relative to htmlurl
      },

      directories => {
      sourcedir => "Sources", # Directory with chat source files
      vardir => "Variables", # Directory with variable files
      onlinedir => "Online", # Directory with online users data
      tmpdir => "Temp", # Directory with temporary files (queues and pipes)
      memberdir => "Members", # Directory with member data
      roomdir => "Rooms", # Directory with room data
      plugindir => "Plugins", # Plugin directory
      wwwdir => "http://seasite-it.ch/chat/www", # Directory with chat.js and style.css
      imagesdir => "http://seasite-it.ch/chat/www/images", # Directory of the chat images
      },

      Empfehle Update der readme.txt zur Distribution.

      Allerdings werden damit (typische Debian-Systempfade)

      # Settings for PipeModules/SysVPipeModule.pm
      mknodprog => "/bin/mknod", # Location of mknod program on your server
      mkfifoprog => "/usr/bin/mkfifo", # Location of mkfifo program on your server

      keine fifos (pipes) angelegt hier:
      /html/chat/cgi-bin/Temp

      wo müssen die liegen, im server /tmp ? oder zeigt confixx/ftp die nicht an?
      Versteckt mit .fifo ?

      Chat funktioniert aber ohne "sicherer Modus" also geht der server-push-mode?

      Danke nochmal für den prompten support hier :)

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von „darkstar“ ()

      NokSma schrieb:

      bei den urls und paths muss die chaturl rein... also quasi deinchat.de/cgi-bin/chat.pl

      Dann funktioniert das "Bilder aktualisieren" aber nicht:

      Das Verzeichnis ./http://seasite-it.ch/chat/www/images/ konnte nicht
      geöffnet werden. Bitte wenden Sie sich an den Chat-Betreiber.

      Also hier doch relative Pfade?
      wwwdir => "http://seasite-it.ch/chat/www", # Directory with chat.js and style.css

      imagesdir => "http://seasite-it.ch/chat/www/images", # Directory of the chat images

      wwwdir => "../www", # Directory with chat.js and style.css

      imagesdir => "../www/images", # Directory of the chat images

      ?

      UPDATE:
      Das letztere geht.

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von „darkstar“ ()