Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

[CLOSED] "deleteFile" function in FILE.PHP doesn't work 26 Jun 2012 13:06 #2682

the function doesn't work. it doesn't delete the files.

Please Log in or Create an account to join the conversation.

Last edit: by admin.

Re: "deleteFile" function in FILE.PHP doesn't work 26 Jun 2012 13:14 #2683

I found out. it's due to the filepath parsing.

Please Log in or Create an account to join the conversation.

Re: "deleteFile" function in FILE.PHP doesn't work 26 Jun 2012 15:02 #2684

the problem is not even that.
it seems there is some kind of conflict in the JFile/JCOOKFile class.
even using the unlink() function directly with the file (but using it inside the class) the file will not be deleted.

if I use the unlink() function directly in the jmodel.item.php (bypassing the switch "delete, trash, thumbs") it perfectly works.
The following user(s) said Thank You: admin

Please Log in or Create an account to join the conversation.

Re: "deleteFile" function in FILE.PHP doesn't work 25 Jul 2012 18:43 #2889

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
I had a look, and I can't find the issue.
It is working for me.

If you want to delete the file, you must select 'delete'

When choosing 'remove (unlink)', it only erase the link of the image, and leave the file. This is the normal behavior.
Is it correct for you or do you have an issue using 'Delete' ?
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Re: "deleteFile" function in FILE.PHP doesn't work 25 Jul 2012 18:53 #2890

I don't remember now, I have to take a look again on the code where it didn't work.I'll do on the next days I guess.
by the way, I'm talking about the php unlink() function.

Please Log in or Create an account to join the conversation.

Re: "deleteFile" function in FILE.PHP doesn't work 25 Jul 2012 19:46 #2891

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Are you running under Windows, Mac OSX, or Unix ?

The component do not call unlink php function.
It uses the Jooma Framework, through JFile Class.

... but it is the same.

Tell me when you have more informations.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.258 seconds

Hi guys Before I ask for help just like to say I tried the tutorials on how to make a 2.5 component WOW.... HECTIC!! J-Cook is really amazing in its simplicity!!
Dorac (Forum)  

Get Started