Author Topic: Problem with images delete  (Read 2771 times)

0 Members and 1 Guest are viewing this topic.

Offline poffet

  • Newbie
  • *
  • Posts: 11
    • View Profile
Problem with images delete
« on: December 07, 2002, 05:15:04 PM »
Hi everybody !
I have a probleme when I delete images ! The database is update correctly but the files are not delete from the server.

Does anyone know this problem ?

Thanks

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Problem with images delete
« Reply #1 on: December 08, 2002, 05:54:49 PM »
Search in admin/images.php for
Code: [Select]
@unlink
and change it to
Code: [Select]
unlink
Remove the @. After that, check if there are any error messages while deleting images.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search