Ich habe Chrystal einwandfrei installiert, denke ich.
Er hat mir bei der Installation keinerlei Warnhinweise gegeben (bis auf Sendmail, weil ich ja unter win32 arbeite)!
Woran kann es liegen, dass wenn ich die index.php aufrufe, rein garnichts kommt?
Benutze die letzt Version, win 2000, apache 1.3, Mysql 4.01 gamma
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hm... normalerweise sollte dann aber wenigstens eine Fehlermeldung kommen....
Ruf mal den Quellcode von der leeren Site auf und post mal was drinne steht.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-02-06
Wenn das Kennwort flasch sein sollte, htte er wohl kaum alle datenbank tables erstellt - oder?
Hier der Quelltext:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
Das wars!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-02-06
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CConfig.php on line 33
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CFunction.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CDesign.php on line 12
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CModules.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CSecurity.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CClan.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CUser.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CXmlEvent.php on line 9
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of xml_set_object(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\wampp13a\htdocs\phpchrystal\classes\CPrax.php on line 121
Notice: Undefined property: parser in c:\wampp13a\htdocs\phpchrystal\classes\CPrax.php on line 60
Notice: Undefined property: xml_file in c:\wampp13a\htdocs\phpchrystal\classes\CPrax.php on line 66
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CInfo.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CEvent.php on line 9
Fatal error: Cannot redeclare xml_site_adminbox() in c:\wampp13a\htdocs\phpchrystal\classes\CXmlMacro.php on line 103
--------
Das kommt mit:
error_reporting = E_ALL
display_startup_errors = On
display_errors = On
Villeicht hilft das was ...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Einzig der Fehler des Redeclaring xml_site_adminbox() ist verdchtig.... hast aber nicht die aktuelle phpChrystal-Version, oder? Zieh sie mal aus dem CVS-Tree...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Warning: Call-time pass-by-reference has been deprecated - argument passed by
value; If you would like to pass it by reference, modify the declaration of
xml_set_object(). If you would like to enable call-time pass-by-reference, you
can set allow_call_time_pass_reference to true in your INI file. However, future
versions may not support this any longer.
in c:\wampp13a\htdocs\phpchrystal\classes\CPrax.php on line 121
^^ dann geh halt in de php.ini, nder des allow_call_time_pass_reference und mach apache restart.
was glaubst warum php de meldung ausgibt? weil ihm fad ist?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
mrderlaune *muha* :>
sagn mas mal so :> ich hab m main orga von da dot seit juli letztes jahr von phpChrystal zu begeistern versucht :> jetzt hab ich ihn so weit dass es verwendet wird, ich hab gehofft dass mit den elements die creation time runtergeht und was ist? des 3 fache von vorher, die reservierung und vormerken geht nimma wirklich und hmm hoff des wars frs erste :>
noch fragen zu meiner laune?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ich habe Chrystal einwandfrei installiert, denke ich.
Er hat mir bei der Installation keinerlei Warnhinweise gegeben (bis auf Sendmail, weil ich ja unter win32 arbeite)!
Woran kann es liegen, dass wenn ich die index.php aufrufe, rein garnichts kommt?
Benutze die letzt Version, win 2000, apache 1.3, Mysql 4.01 gamma
Knnte daran leigen das in der php.ini
Register_globals = off
statt
register_globals = on
steht
Nein!
register_globals = on
Warte Weiter :D
Hm... inwieweit zeigt er nichts an? ... versuch mal direkt die index.php aufzurufen
Er zeigt in keiner der PHP Dateien irgendewtas an.
Die Seite bleibt 'blank" sozusagen.
ich denke da hast du ein problem mit der verbindung zur datenbank! eventuell ist dein kennwort falsch oder so...
Hm... normalerweise sollte dann aber wenigstens eine Fehlermeldung kommen....
Ruf mal den Quellcode von der leeren Site auf und post mal was drinne steht.
Wenn das Kennwort flasch sein sollte, htte er wohl kaum alle datenbank tables erstellt - oder?
Hier der Quelltext:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
Das wars!
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CConfig.php on line 33
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CFunction.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CDesign.php on line 12
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CModules.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CSecurity.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CClan.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CUser.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CXmlEvent.php on line 9
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of xml_set_object(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\wampp13a\htdocs\phpchrystal\classes\CPrax.php on line 121
Notice: Undefined property: parser in c:\wampp13a\htdocs\phpchrystal\classes\CPrax.php on line 60
Notice: Undefined property: xml_file in c:\wampp13a\htdocs\phpchrystal\classes\CPrax.php on line 66
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CInfo.php on line 9
Notice: Constant classes_path already defined in c:\wampp13a\htdocs\phpchrystal\classes\CEvent.php on line 9
Fatal error: Cannot redeclare xml_site_adminbox() in c:\wampp13a\htdocs\phpchrystal\classes\CXmlMacro.php on line 103
--------
Das kommt mit:
error_reporting = E_ALL
display_startup_errors = On
display_errors = On
Villeicht hilft das was ...
Einzig der Fehler des Redeclaring xml_site_adminbox() ist verdchtig.... hast aber nicht die aktuelle phpChrystal-Version, oder? Zieh sie mal aus dem CVS-Tree...
Warning: Call-time pass-by-reference has been deprecated - argument passed by
value; If you would like to pass it by reference, modify the declaration of
xml_set_object(). If you would like to enable call-time pass-by-reference, you
can set allow_call_time_pass_reference to true in your INI file. However, future
versions may not support this any longer.
in c:\wampp13a\htdocs\phpchrystal\classes\CPrax.php on line 121
^^ dann geh halt in de php.ini, nder des allow_call_time_pass_reference und mach apache restart.
was glaubst warum php de meldung ausgibt? weil ihm fad ist?
@Chmee: Du hast ja mrder-Laune.... *lol*
mrderlaune *muha* :>
sagn mas mal so :> ich hab m main orga von da dot seit juli letztes jahr von phpChrystal zu begeistern versucht :> jetzt hab ich ihn so weit dass es verwendet wird, ich hab gehofft dass mit den elements die creation time runtergeht und was ist? des 3 fache von vorher, die reservierung und vormerken geht nimma wirklich und hmm hoff des wars frs erste :>
noch fragen zu meiner laune?
... willst wissen wie meine Laune heute ist? Siehe DND von jetzte... ich fhl mich richtig mies wegen Probleme mit Freunde....