Confixx mit suphp

  • Thread starter Thread starter Klaus-DK
  • Start date Start date
K

Klaus-DK

Guest
Hallo

Ich möchte Confixx SE Edition nutzen laut Install der SE Edition
sol man suphp Installieren und darauf dann umstellen.

Folgende Pakete habe ich Installiert:
aptitude install suphp-common libapache2-mod-suphp

Umstellung: admin.pl => webserver => suphp

Folgender Fehler in Confixx:

Was ist falsch habe ich was vergessen?

Hoffe mir kann geholfen werden.

System Ubuntu 8.10 64bit Confixx 3.3.4

Code:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/confixx/html/functions.inc.php:6) in /var/www/confixx/html/sessions.inc.php on line 39

Warning: include_once(elements/html/class.TableElement.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/loginform.php on line 10

Warning: include_once() [function.include]: Failed opening 'elements/html/class.TableElement.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/loginform.php on line 10

Warning: include_once(elements/html/class.DivElement.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/loginform.php on line 11

Warning: include_once() [function.include]: Failed opening 'elements/html/class.DivElement.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/loginform.php on line 11

Warning: include_once(elements/html/class.AElement.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/loginform.php on line 12

Warning: include_once() [function.include]: Failed opening 'elements/html/class.AElement.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/loginform.php on line 12

Warning: include_once(elements/html/class.SelectElement.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/loginform.php on line 13

Warning: include_once() [function.include]: Failed opening 'elements/html/class.SelectElement.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/loginform.php on line 13

Warning: include_once(elements/html/class.OptionElement.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/loginform.php on line 14

Warning: include_once() [function.include]: Failed opening 'elements/html/class.OptionElement.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/loginform.php on line 14

Warning: include_once(elements/html/class.CompoundElement.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/loginform.php on line 15

Warning: include_once() [function.include]: Failed opening 'elements/html/class.CompoundElement.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/loginform.php on line 15
 
Ja habe ich gemacht, leider immer noch das gleiche ergebniss.

Gruss
Klaus
 
Ist suphp in Aapche denn enabled und mod_php disabled? Was sagen dir logs? Läuft suPHP richtig?
 
Ist suphp in Aapche denn enabled Läuft suPHP richtig?

suPHP ist enabled und Läuft korrekt.

Im error.log ist nun folgender eintrag.
Code:
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
Warning: SuexecUserGroup directive requires SUEXEC wrapper.
 
Ein bisschen Googlen brachte mich zurück zum SSF:
 
Hallo

Das suexec wars nun klappt Confixx mit suPHP

Gruss
Klaus
 
Hallo Klaus-DK,
wäre ja schön, wenn du deine lösung etwas genauer beschrieben hättest... :o

Hatte das gleiche Problem mit Confixx 3.3.4 und Apache2, eine übergroße error.log :(
Auch bei mir war das apache2 modul suexec enabled, aber es fehlte das apache2-suexec Paket unter Debian Lenny. Dieses dann unter aptitude nachinstalliert und den apache2 neu gestartet, keine Warnmeldungen mehr.. :D
 
Last edited by a moderator:
wäre ja schön, wenn du deine lösung etwas genauer beschrieben hättest

Na habe ich doch ( suexec fehlte ) :D

Du hast Lenny drauf ?

Ich habe ein Update auf Lenny durchgeführt und danach lief Confixx nicht mehr.

MFG
Klaus Kiewitt
 
Back
Top