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

TOPIC:

accessing images 11 May 2015 10:15 #12969

Hi there,

im using j cook for the backend interface of my component the frontend is custom

i need to be able to access the images that are uploaded but the problem is the images folders is not accessible as the premissions are strict - does anyonw know how i can change this ?

tnx

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

accessing images 11 May 2015 10:29 #12971

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
I guess you are trying direct access.

in
classes/file/upload.php

You will find the chmod constants.
Keep in mind that the user is 'www-data' (generaly), wich correspond the the PHP user.
So if you are accessing with a indirect access (such as cook does), there isn't any problem.
If you want to access directly, then you have to dig a little bit.

I cannot answer you precisely, because even for me many times I get confused, and also because it is a part of my code I do not remember well.
I will have a look soon, when I will rewrite some missings features :
- Cook will propose 3 different ways to acces files (direct, indirect, Database index)
- JImage class (rewrite the cook proposed class)
- Fix the issue that cook block you to read files within the root of your Joomla. (security, but annoying)

I cannot help you more at the moment.
All contributions from users are welcome.
Coding is now a piece of cake

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

Last edit: by admin.
  • Page:
  • 1
Time to create page: 0.097 seconds

I jumped and started to work on a demo component... but 2 days later this demo component became the real component. I just showed today the end result to my customer and he turned to me and said... "this is more than I expected"... All of this is because Cook did cut about 70% of my work and provided me more ways to improve the usability of the component. The end result was 17 tables all related between than to generate a full dashboard for the travel agents. Thanks for Cook developers for such great tool. This component would not be possible to be done at short time with all the features in it
Griiettner (Forum)  

Get Started