Beiträge von dasichs

    Hallo alle zusammen,


    ich teste auf meiner Homepage das CMS eZ Publish. Dabei sind mehrere Fragen entstanden:

    • Bei der Einrichtung werde ich gebeten Magic Quotes zu deaktivieren und Einstellungen an PostgreSQL vorzunehmen. Ich bin bisher davon ausgegangen, dass Netcup eine mysql-DB verwendet. Die Meldung zu PostgreSQL habe ich unten angefügt.
    • Funktioniert sendmail und ist es vom Server freigeschaltet? Kann ich dem CMS sagen, dass es die E-Mails per sendmail verschicken kann?
    • Zum Schluss richtet er noch die DB ein. Hier hängt er sich irgendwann auf und es kommt zur Fehlermeldung:
      ---Der Fehlt tritt bei unterschiedlichen Skripten/Funktionen auf


      Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/xxx/html/Test/ezpublish5_community_project-2013.7-gpl-full/ezpublish_legacy/var/ezdemo_site/cache/trans/g-lowercase-635518252-utf-8.ctt.php on line 232


      Fatal error: The web server did not finish its request
      Debug information can be found in the log files normally placed in var/log/* or by enabling 'DebugOutput' in site.ini
      ---Weitere


      Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/xxx/html/Test/ezpublish5_community_project-2013.7-gpl-full/ezpublish_legacy/lib/ezi18n/classes/ezchartransform.php on line 279


      Fatal error: The web server did not finish its request
      Debug information can be found in the log files normally placed in var/log/* or by enabling 'DebugOutput' in site.ini
      ---
      Auf var/log/ kann nur Netcup zugreifen oder? Wie kann ich DebugOutput über die site.ini aktivieren?

    Ich danke schonmal allen!


    LG dasichs


    ---PostgreSQL
    Missing database handlers



    Your PHP does not have support for all databases that eZ Publish support.
    Although eZ Publish will work without it, it might be that you want to have support for this database.
    Also some databases has more advanced features, such as charset, than others.




    To obtain more database support you need to recompile PHP, the exact recompile options are specified below.




    PostgreSQL


    Introduction



    PostgreSQL is a database management system developed at the University of California at Berkeley Computer Science Department.
    It is a very popular database in the Open Source community and provides highly advanced database functionality.



    From their homepage:



    PostgreSQL is a sophisticated Object-Relational DBMS,
    supporting almost all SQL constructs, including subselects,
    transactions, and user-defined types and functions. It is the most
    advanced open-source database available anywhere.
    More information can be found on postgresql.org.



    Details


    PostgreSQL is a good choice for handling most languages, including
    Unicode, but may require some configuration to get good speed.



    Installation


    In order to enable PostgreSQL support, --with-pgsql[=DIR] is required when you compile PHP.



    More information on the PostgreSQL extension can be found at php.net.