Hallo,
ich habe ein Problem und komme einfach nicht weiter....
In meiner alten Confixx Version (3.3.1) habe ich den Confixx Login immer über httpspezial folgendermaßen umgeileitet:
Domain: www.XY.de
Login: confixx.XY.de <- Confixx Login
Dieser wurde dann folgendermaßen aufgelöst:
http://confixx.XY.de/user/index.php
Dafür habe ich folgenden Code in hhtpspezial eingegeben:
Klappte bisher immer super!
Jetzt habe ich ein neuen Server, Confixx neu aufgesetzt und natürlich die neue Version draufgehaune (3.3.6)
HttpSpezial sieht ja nun ein wenig anderser aus und die Pfade haben sich auch geändert... also habe ich diese nach besten gewissen mal angepasst:
Gebe ich nun confixx.XY.de in meinem Browser ein, wird die Domain richtig aufgelöst:
http://confixx.XY.de/user/index.php
Allerdings erhalte ich über und unter der Confixx Login Box böse Fehler:
und
Für den Button....
Kann mir jemand evtl. helfen?!
Ich wäre euch super dankbar für eine Antwort:
Server:
Ist auf Debian 5.0 64Bit - Apache2 mit Confixx 3.3.6 aufgesetzt.
Danke!
ich habe ein Problem und komme einfach nicht weiter....
In meiner alten Confixx Version (3.3.1) habe ich den Confixx Login immer über httpspezial folgendermaßen umgeileitet:
Domain: www.XY.de
Login: confixx.XY.de <- Confixx Login
Dieser wurde dann folgendermaßen aufgelöst:
http://confixx.XY.de/user/index.php
Dafür habe ich folgenden Code in hhtpspezial eingegeben:
Code:
DocumentRoot /srv/www/htdocs/confixx/html
Options FollowSymLinks
php_admin_flag safe_mode Off
php_admin_flag file_uploads On
php_admin_flag track_vars On
php_admin_flag magic_quotes_runtime Off
php_admin_flag magic_quotes_gpc Off
php_admin_value upload_tmp_dir /srv/www/htdocs/confixx/tmp
php_admin_value include_path ".:/srv/www/htdocs/confixx/html/include:/srv/www/htdocs/confixx/html:/srv/www/htdocs/confixx/html/PEAR"
php_admin_value default_charset none
php_admin_value open_basedir /srv/www/htdocs/confixx
php_admin_flag allow_url_fopen Off
php_admin_value session.cookie_path /
php_admin_value session.auto_start 0
php_admin_value session.gc_maxlifetime 1800
php_admin_value session.use_cookies 1
php_admin_value session.cookie_lifetime 0
php_admin_value session.cookie_secure Off
php_admin_value session.use_trans_sid 0
Klappte bisher immer super!
Jetzt habe ich ein neuen Server, Confixx neu aufgesetzt und natürlich die neue Version draufgehaune (3.3.6)
HttpSpezial sieht ja nun ein wenig anderser aus und die Pfade haben sich auch geändert... also habe ich diese nach besten gewissen mal angepasst:
Code:
DocumentRoot /var/www/confixx/html
Options FollowSymLinks
php_admin_flag safe_mode Off
php_admin_flag file_uploads On
php_admin_flag track_vars On
php_admin_flag magic_quotes_runtime Off
php_admin_flag magic_quotes_gpc Off
php_admin_value upload_tmp_dir /var/www/confixx/tmp
php_admin_value include_path ".:/var/www/confixx/html/include:/var/www/confixx/html:/var/www/confixx/html/PEAR"
php_admin_value default_charset none
php_admin_value open_basedir /var/www/confixx
php_admin_flag allow_url_fopen Off
php_admin_value session.cookie_path /
php_admin_value session.auto_start 0
php_admin_value session.gc_maxlifetime 1800
php_admin_value session.use_cookies 1
php_admin_value session.cookie_lifetime 0
php_admin_value session.cookie_secure Off
php_admin_value session.use_trans_sid 0
Gebe ich nun confixx.XY.de in meinem Browser ein, wird die Domain richtig aufgelöst:
http://confixx.XY.de/user/index.php
Allerdings erhalte ich über und unter der Confixx Login Box böse Fehler:
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
und
Code:
atal error: Call to undefined function std_button() in /var/www/confixx/html/loginform.php on line 236
Kann mir jemand evtl. helfen?!
Ich wäre euch super dankbar für eine Antwort:
Server:
Ist auf Debian 5.0 64Bit - Apache2 mit Confixx 3.3.6 aufgesetzt.
Danke!