• Guten Morgen liebe Community,

    ich habe folgendes Problem.
    Ich soll 'ne Webseite, von 'nem anderen Webspace zu unserem "ziehen"
    Hinter der Webseite steckt ein "Contenido" CMS, welches ich vorhin installieren wollte.
    Nach der Installation erhielt ich folgende Fehlermeldungen ( als ich die index.php öffnen wollte)

    Zitat

    not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\glh\contenido\includes\pseudo-cron.inc.php on line 309
    ___
    Warning: ereg_replace() [function.ereg-replace]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\glh\conlib\session.inc on line 328

    Deprecated: Function ereg_replace() is deprecated in C:\xampp\htdocs\glh\conlib\session.inc on line 328
    Muss ich da jetzt, in jede der ca. 200 PHP Datein eine

    PHP
    <?php 
    
    
        date_default_timezone_set('Europe/Paris');?>

    einbauen oder gibt's da evtl. 'ne bessere & vorallem einfachere Lösung für?
    :roll:

    Wenn du im Recht bist, kannst du dir leisten, die Ruhe zu bewahren; und wenn du im Unrecht bist, kannst du dir nicht leisten, sie zu verlieren.
    __________________________________________
    Software design is hard, and we need all the help we can get.
    – Bjarne Stroustrup

  • So, der Fehler is' jetzt behoben, mit der Zeitzone.
    Danke erstmal ;)

    Jetzt erzählt mir das tolle CMS folgendes:

    Zitat

    Deprecated: Function ereg() is deprecated in C:\xampp\htdocs\glh\conlib\ct_sql.inc on line 169

    Deprecated: Function ereg_replace() is deprecated in C:\xampp\htdocs\glh\conlib\ct_sql.inc on line 170

    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\glh\conlib\ct_sql.inc:169) in C:\xampp\htdocs\glh\cms\front_content.php on line 244

    Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\glh\cms\front_content.php(983) : eval()'d code on line 449

    Es sagt ja, dass das "veraltet" sei, wenn ich das richtig deute, oder?
    Allerdings is' der besagte Code, vom CMS, auskommentiert oO

    Wenn du im Recht bist, kannst du dir leisten, die Ruhe zu bewahren; und wenn du im Unrecht bist, kannst du dir nicht leisten, sie zu verlieren.
    __________________________________________
    Software design is hard, and we need all the help we can get.
    – Bjarne Stroustrup

    2 Mal editiert, zuletzt von invidicult (18. August 2010 um 08:53)

  • Ich soll 'ne Webseite, von 'nem anderen Webspace zu unserem "ziehen"


    Wenn du das sollst, reden wir hier von einem Job, oder? Und wenn das dein Job ist, dann bemühe mal google, sollte man ja können. Und nach ein paar Sekunden ist mein Tipp: du benutzt PHP 5.3.x und damit gibt es Probleme. Wie man diese "Deprecated"-Warnings wegbekommt, kann man auch mit google finden. Also: etwas mehr Eigeninitiative bitte!

  • Wenn du das sollst, reden wir hier von einem Job, oder? Und wenn das dein Job ist, dann bemühe mal google, sollte man ja können.


    Nein, reden wir nicht.
    Aber danke für die Hilfe.

    Wenn du im Recht bist, kannst du dir leisten, die Ruhe zu bewahren; und wenn du im Unrecht bist, kannst du dir nicht leisten, sie zu verlieren.
    __________________________________________
    Software design is hard, and we need all the help we can get.
    – Bjarne Stroustrup