Menu

error in line 340 ?

Help
Rick Moos
2002-10-29
2002-11-02
  • Rick Moos

    Rick Moos - 2002-10-29

    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

     
    • Andrew Fisher

      Andrew Fisher - 2002-11-02

      You need to remove unlink($image); from line 340 because your using an incomplete hack of the phpWsGallery module.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.