Jump to content

Error while uploading image


Highland3r

Recommended Posts

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/root/public_html/images/category/c7bdfac4bedf72b85713aa675ff9e6f9.jpg' for writing in /home/sites/mydomain.co.uk/public_html/admin/library/functions.php on line 255

 

Warning: Cannot modify header information - headers already sent by (output started at /home/sites/mydomain.co.uk/public_html/admin/library/functions.php:255) in /home/sites/mydomain.co.uk/public_html/admin/category/processCategory.php on line 115

 

Function code reads

        Line 255:  imagejpeg($dest,$destFile, $quality);
         Line 256:  break;
     Line 257:  case 3:
      Line 258:     imagepng($dest,$destFile);
  Line 259:  }
  Line 260:  return $destFile;
Line 261:
Line 262:}

 

Proccess Catagory code

    // finally remove the category from database;
    $sql = "DELETE FROM tbl_category 
            WHERE cat_id IN (" . implode(',', $categories) . ")";
    dbQuery($sql);
    
    header('Location: index.php');
}


/*
Recursively find all children of $catId

 

 

 

Any help appreciated

Link to comment
https://forums.phpfreaks.com/topic/165693-error-while-uploading-image/
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

Could someone please help with this problem ?

Warning: move_uploaded_file(/root/public_html/images/category/1cbb7d02e8a545ff42355f56d40f6cd0.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/sites/mysite.co.uk/public_html/admin/category/processCategory.php on line 149

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phppMcysd' to '/root/public_html/images/category/1cbb7d02e8a545ff42355f56d40f6cd0.jpg' in /home/sites/mysite.co.uk/public_html/admin/category/processCategory.php on line 149

Warning: Cannot modify header information - headers already sent by (output started at /home/sites/mysite.co.uk/public_html/admin/category/processCategory.php:149) in /home/sites/mysite.co.uk/public_html/admin/category/processCategory.php on line 220

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.