whenever i upload an image i get this error :
Warning: Unlink failed (No such file or directory) in /vhost/2994871628/www/web/php/phpwebsite_en/mod/gallery/index.php on line 340
Warning: Cannot add header information - headers already sent by (output started at /vhost/2994871628/www/web/php/phpwebsite_en/mod/gallery/index.php:340) in /vhost/2994871628/www/web/php/phpwebsite_en/htmlheader.php on line 28
--------------------------------------------------------------------------
this is line 340 till 343 :
unlink($image);
if ($thumbnail != 'none')
{
if (!@move_uploaded_file($thumbnail, "$gal_path/media/thumbnails/$media_id.$thumbnail_extension"))
tia trixxx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
whenever i upload an image i get this error :
Warning: Unlink failed (No such file or directory) in /vhost/2994871628/www/web/php/phpwebsite_en/mod/gallery/index.php on line 340
Warning: Cannot add header information - headers already sent by (output started at /vhost/2994871628/www/web/php/phpwebsite_en/mod/gallery/index.php:340) in /vhost/2994871628/www/web/php/phpwebsite_en/htmlheader.php on line 28
--------------------------------------------------------------------------
this is line 340 till 343 :
unlink($image);
if ($thumbnail != 'none')
{
if (!@move_uploaded_file($thumbnail, "$gal_path/media/thumbnails/$media_id.$thumbnail_extension"))
tia trixxx
You need to remove unlink($image); from line 340 because your using an incomplete hack of the phpWsGallery module.