Confixx Benutzerpanel Fehler!

Fjurok

New Member
Hallo,

ich habe seit kurzer Zeit ein sehr großes Problem mit Confixx , seitdem ich meinen Rootserver neuinstalliert habe.

Die Fehler habe ich hier in einem "Copy - Paste" Programm aufgeführt:
Code:
Warning: include_once(page_functions.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/functions.inc.php on line 6
Warning: include_once() [function.include]: Failed opening 'page_functions.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/functions.inc.php on line 6
Warning: include_once(module.clone.v5.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/functions.inc.php on line 14
Warning: include_once() [function.include]: Failed opening 'module.clone.v5.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/functions.inc.php on line 14
Warning: include_once(class.SQLString.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/functions.inc.php on line 638
Warning: include_once() [function.include]: Failed opening 'class.SQLString.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/functions.inc.php on line 638
Warning: include_once(class.SQLInteger.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/functions.inc.php on line 639
Warning: include_once() [function.include]: Failed opening 'class.SQLInteger.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/functions.inc.php on line 639
Warning: include_once(class.SQLType.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/functions.inc.php on line 640
Warning: include_once() [function.include]: Failed opening 'class.SQLType.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/functions.inc.php on line 640
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/confixx/html/functions.inc.php:6) in /var/www/confixx/html/sessions.inc.php on line 39
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
MOD: Bitte [noparse]
Code:
...
[/noparse]-Tags um Ausgaben, Code, etc. verwenden (im Editor auch mit '#' erreichbar). Danke!


Mein Rootserver hat folgende Daten:

Ubuntu 8.04 LTS - Confixx Professional 3.3.3

Schonmal vielen herzlichen Dank für eure Hilfe.

Beste Grüsse

Tim
 
Last edited by a moderator:
Hi Fjurok,

2 mögliche Quellen als Ferndiagnose.

Entweder wurde im Webserver der include_path überschrieben, sodass Confixx seine Dateien nicht mehr includen kann, alternativ kannst du mal den Cron für das Counterscript stoppen, und den Eintrag in der mhost.conf ganz oben, da steht der include_path mit einem ., den Eintrag mal auskommentieren mit einer # davor, dann den Webserver neustarten und schauen ob es geht.

Da Confixx sowieso die globale PHP Einstellung überschreibt, ist die php.ini hierfür uninteressant.
 
Back
Top