Album von Smartor Fatal Error
Verfasst: 13.09.2007 05:40
Habe das Photo Album v2 schon länger installt mit clown Sp & Multiple File upload.Seit neustem habe ich diesen Fehler.
Fehler:
Fatal error: Call to undefined function: was_file_uploaded() in /var/www/vhosts/********/subdomains/my-familyboard/httpdocs/forum/album_upload.php on line 384
PhpCode:
//--- Multiple File Upload mod : begin
//--- version : 1.0.3
// save the user entered picture title
$org_pic_title = $pic_title;
// ----------------------------------------------------------------
// count the numbers of _VALID_ uploaded picture
// ----------------------------------------------------------------
$pic_count = 0;
$thumb_count = 0;
$upload_files = $HTTP_POST_FILES['pic_file'];
$thumbnail_upload_files = $HTTP_POST_FILES['pic_thumbnail'];
for($index = 0; $index < count($upload_files['name']);$index++)
{
if (was_file_uploaded($upload_files,$index) == true) zeile 384 bei mir
$pic_count++;
Hoffe Ihr könnt mir helfen Chmod rechte sind gesetzt.
Fehler:
Fatal error: Call to undefined function: was_file_uploaded() in /var/www/vhosts/********/subdomains/my-familyboard/httpdocs/forum/album_upload.php on line 384
PhpCode:
//--- Multiple File Upload mod : begin
//--- version : 1.0.3
// save the user entered picture title
$org_pic_title = $pic_title;
// ----------------------------------------------------------------
// count the numbers of _VALID_ uploaded picture
// ----------------------------------------------------------------
$pic_count = 0;
$thumb_count = 0;
$upload_files = $HTTP_POST_FILES['pic_file'];
$thumbnail_upload_files = $HTTP_POST_FILES['pic_thumbnail'];
for($index = 0; $index < count($upload_files['name']);$index++)
{
if (was_file_uploaded($upload_files,$index) == true) zeile 384 bei mir
$pic_count++;
Hoffe Ihr könnt mir helfen Chmod rechte sind gesetzt.