Page 1 of 1

Problem bei Confixx update

Posted: 2004-05-03 15:12
by fahnder
Hallo,

Gerade habe ich versucht confixx von 2.06 auf 3.01 upzudaten, lief auch alles super bis ich die update_3.x.pl ausführen sollte, denn irgendwann kam etwas von vsftp wo ich inetd oder standalone wählen sollte, bei beiden optionen kommt lizenzcode nicht gültig.

Gut, confixx sollte ja trotzdem installiert sein und vsftp brauch ich ja net.
Als ich dann confixx im webbrowser aufrufen wollte, kamen folgende Fehlermeldungen:
Warning: main(page_functions.php) [function.main]: failed to create stream: No such file or directory in /srv/www/htdocs/confixx/html/functions.inc.php on line 6

Warning: main() [function.main]: Failed opening 'page_functions.php' for inclusion (include_path='.:/srv/www/confixx/html/include:/srv/www/confixx/html') in /srv/www/htdocs/confixx/html/functions.inc.php on line 6

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /srv/www/htdocs/confixx/html/functions.inc.php:6) in /srv/www/htdocs/confixx/html/sessions.inc.php on line 18

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

Warning: main(page_functions.php) [function.main]: failed to create stream: No such file or directory in /srv/www/htdocs/confixx/html/functions.inc.php on line 6

Warning: main() [function.main]: Failed opening 'page_functions.php' for inclusion (include_path='.:/srv/www/confixx/html/include:/srv/www/confixx/html') in /srv/www/htdocs/confixx/html/functions.inc.php on line 6
Kann mir irgendjemand eine Lösung nennen?

Danke im Voraus
Fahnder

Re: Problem bei Confixx update

Posted: 2004-05-03 16:48
by compositiv
-> Forensuche, z.b. mit

Code: Select all

confixx page_functions.php
Nach allen Wörtern suchen.

Re: Problem bei Confixx update

Posted: 2004-05-03 16:54
by antondollmaier
update.pl nochmal ausführen.

am ende, bei der frage nach vsftpd, normalerweise mit inetd antworten.

apache restarten

danach http://confixx.deinedomain.tld/reg aufrufen, als administrator einloggen, confixx freischalten

apache nochmal restarten

confixx_counterscript n paar mal ausführen

fertig ...

zumindest wars das bei mir ... :D

Re: Problem bei Confixx update

Posted: 2004-05-03 20:54
by fahnder
Also jetzt kommen auf der Startseite keine Fehlermeldungen mehr, wenn ich mich allerdings mit richtigem Usernamen und Passwort einlogge, kommt folgendes:

Warning: main(gui/module.GuiXP.php) [function.main]: failed to create stream: No such file or directory in /srv/www/htdocs/confixx/html/admin/auth.php on line 288

Warning: main() [function.main]: Failed opening 'gui/module.GuiXP.php' for inclusion (include_path='.:/srv/www/confixx/html/include:/srv/www/confixx/html') in /srv/www/htdocs/confixx/html/admin/auth.php on line 288

Fatal error: Cannot instantiate non-existent class: tguixp in /srv/www/htdocs/confixx/html/admin/auth.php on line 289
währe toll wenn es hierführ auch noch eine Antwort gäbe

Re: Problem bei Confixx update

Posted: 2004-05-04 08:01
by myname
Im Prinzip schau dir mal das hier an:
http://www.rootforum.org/forum/viewtopic.php?t=25690

Was hast Du denn verändert, dass jetzt diese Fehlermeldung kommt. Ist der Include Path gesetzt?

Re: Problem bei Confixx update

Posted: 2004-05-05 14:19
by fahnder
So jetzt habe ich alles so hinbekommen dass es läuft (dachte ich zumindest) und dann geh ich vom Adminbereich raus und will mich als user oder reseller einloggen, dann kommt jedesmal
"Seite kann nicht angezeigt werden"

Re: Problem bei Confixx update

Posted: 2004-05-05 14:44
by antondollmaier
mod_rewrite überprüfen, boardsuche ... kam schon öfter ;)

Re: Problem bei Confixx update

Posted: 2004-05-05 15:37
by fahnder
ja ich habe folgendes in meiner httpd.conf eingetragen
LoadModule rewrite_module modules/mod_rewrite.so

RewriteEngine on

RewriteLog "/export/apache/logs/rewrite.log"
RewriteLogLevel 2
und folgendes in meine confixx_vhost.conf
Directory "/home/www/confixx/html">

AllowOverride all

<IfModule mod_access.c>
Allow from all
</IfModule>

<IfModule mod_rewrite.c>

RewriteEngine On
Options +FollowSymlinks

RewriteRule ^reseller/skins/(.*)$ reseller/skins/$1 [L]
RewriteRule ^reseller/[^/]+/(.*)$ reseller/$1 [L]

RewriteRule ^user/skins/(.*)$ user/skins/$1 [L]
RewriteRule ^user/[^/]+/(.*)$ user/$1 [L]

RewriteRule ^ftplogin/[^/]+/(.*)$ ftplogin/$1 [L]

RewriteRule ^poplogin/[^/]+/(.*)$ poplogin/$1 [L]

</IfModule>

</Directory>
Ist da irgendetwas falsch? denn es funktioniert trotzdem nicht

Re: Problem bei Confixx update

Posted: 2004-05-05 15:47
by antondollmaier
der 2. teil steht bei mir in der confixx_mhost.conf ;)

stimmt das <directory ...> ?


kannst ja das loglevel mal auf 9 setzen, mit tail -f <logfile> das log monitoren (mann... schlimmes denglisch, sorry ..), und dann confixx aufrufen ...


wenn fehler auftreten, zeigt der die dann an ... zusätzlich noch error-log vom apachen durchschauen, da finden sich immer hinweise ..

Re: Problem bei Confixx update

Posted: 2004-05-05 16:23
by Outlaw
Fahnder wrote:Hallo,

Gerade habe ich versucht confixx von 2.06 auf 3.01 upzudaten, lief auch alles super bis ich die update_3.x.pl ausführen sollte, denn irgendwann kam etwas von vsftp wo ich inetd oder standalone wählen sollte, bei beiden optionen kommt lizenzcode nicht gültig.

Gut, confixx sollte ja trotzdem installiert sein und vsftp brauch ich ja net.
Als ich dann confixx im webbrowser aufrufen wollte, kamen folgende Fehlermeldungen:
Warning: main(page_functions.php) [function.main]: failed to create stream: No such file or directory in /srv/www/htdocs/confixx/html/functions.inc.php on line 6

Warning: main() [function.main]: Failed opening 'page_functions.php' for inclusion (include_path='.:/srv/www/confixx/html/include:/srv/www/confixx/html') in /srv/www/htdocs/confixx/html/functions.inc.php on line 6

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /srv/www/htdocs/confixx/html/functions.inc.php:6) in /srv/www/htdocs/confixx/html/sessions.inc.php on line 18

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

Warning: main(page_functions.php) [function.main]: failed to create stream: No such file or directory in /srv/www/htdocs/confixx/html/functions.inc.php on line 6

Warning: main() [function.main]: Failed opening 'page_functions.php' for inclusion (include_path='.:/srv/www/confixx/html/include:/srv/www/confixx/html') in /srv/www/htdocs/confixx/html/functions.inc.php on line 6
Kann mir irgendjemand eine Lösung nennen?

Danke im Voraus
Fahnder
Genau das war bei mir früher die Lösung aus dem obengenannten Link:
In der Virtual Host Direktive von Confixx der httpd.conf folgendes eintragen

Code: Select all

php_admin_value include_path ".:/home/www/confixx/html/include:/home/www/confixx/html"
Ich hatte damals auch von 2.0.6 upgedated, weil ein Plattentausch vorher durchgeführt wurde und ich mir den Zwischenschritt auf die 2.0.11 sparen wollte.

Bei mir trat aber danach noch das (unwichtigere) problem auf, daß bei per DNS zugewiesenen Domains, die aber nicht mehr existierten, nicht die "Domain not Found" Meldung kam, sondern immer das Login, was auch nicht so prickelnd war.

In diesem Falle sollte man die in der confixx_mhost Datei der Confixx Version 3.01 vorhandene Inkludierung der confixx_vhost von ganz unten nach ganz oben legen, dann klappts auch wieder mit dem Nachbar ....

Gruß Outi

Re: Problem bei Confixx update

Posted: 2004-05-05 17:15
by fahnder
problem hab keine confixx_mhost.conf

Re: Problem bei Confixx update

Posted: 2004-05-05 17:29
by antondollmaier
sicher, dass du das update ausgeführt hast?


mir hat die update.pl automatisch die httpd.conf umgeändert, die confixx_mhost.conf erstellt, und dort nen include der confixx_vhost.conf eingebaut ...

Re: Problem bei Confixx update

Posted: 2004-05-05 18:09
by fahnder
Jo ganz sicher, habs jetzt mehrere mal ausgeführt und es funzt ja auch alles bis auf eben einloggen als user/reseller was ja am mod_rewrite liegt was in der httpd.conf aktiviert ist, aber die rewrite rules die ich in der mhost setzen müsste kann ich ja nun nicht setzen :cry:

Re: Problem bei Confixx update

Posted: 2004-05-05 18:25
by antondollmaier
dann häng die rewrite-rules in die httpd.conf, VOR dem include der vhost.conf ...

müsste genauso gehen ...


viel erfolg! :D