File upload funktioniert nicht mehr nach umstieg auf php5 :( Kann jemand helfen?

  • Hallo ihr lieben,
    nach der umstellung auf php5 funktioniert der upload nicht mehr.
    Kann evtl. jemand helfen?

    GUI_SOFTWARE_DEPOT_DIR verweist auf /srv/www/ispcp/gui/software (die Rechte sind korrekt)

    besten Dank im voraus!!!
    Andreas

  • Mach mal error level hoch und schau dir die Fehler an

    Code
    [COLOR=#000000][COLOR=#0000BB]error_reporting[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]E_ALL[/COLOR][COLOR=#007700]);
    [/COLOR][COLOR=#0000BB]ini_set[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"display_errors"[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]true[/COLOR][COLOR=#007700]);  [/COLOR][/COLOR]