Announcement

Collapse
No announcement yet.

Mantis - bugtracker

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mantis - bugtracker

    hallo,

    ich habe mich mal an den bugtracker mantis gewagt. die installation war etwas holprig, aber erfolgreich.
    allerdings habe ich ein problem als admin. ich kann keine projekte neu anlegen. diese fehlermeldung bekomme ich:
    APPLICATION ERROR #503
    Dateiübertragung nicht erfolgreich. Das Verzeichnis existiert nicht oder konnte nicht beschrieben werden.

    hierbei habe ich ganz simpel nur einen text eingegeben (test) und auf "projekt hinzufügen" geklickt

    ich habe in der config_inc.php
    # absolute path to the default upload folder. Requires trailing / or \
    $g_absolute_path_default_upload_folder = '/xxx/xxx/web/mantis/uploads/';

    das verzeichnis hat sogar das recht 777

    db rechte für admin vor installation
    grant SELECT, INSERT, UPDATE, DELETE, INDEX, CREATE, ALTER, and DROP


    in http://xxx/mantis/admin/check.php ist alles ok. außer:
    File Uploads

    File uploads are ENABLED.
    File uploads will be stored in the DATABASE.

    The following size settings are in effect. Maximum upload size will be whichever of these is SMALLEST.

    PHP variable 'upload_max_filesize': 24000000 bytes
    PHP variable 'post_max_size': 24000000 bytes
    Mantis variable 'max_file_size': 24000000 bytes

    There may also be settings in your web server and database that prevent you from uploading files or limit the maximum file size. See the documentation for those packages if you need more information.
    Your current settings will most likely need adjustments to the PHP max_execution_time or memory_limit settings, the MySQL max_allowed_packet setting, or equivalent.

    was sollte ich hier für einstellungen vornehmen?

    ich komme jetzt nicht mehr weiter.

    habt ihr eine idee, was ich falsch mache?

    danke
    Zuletzt editiert von Tank; 16.03.2009, 15:30. Reason: fehlerbericht hinzugefügt
Working...
X