thumbnails and upload problems
Permalink
Hi!
The website I developped work perfectly on my local computer, but unfortunately it doesn't work on production environment.
I get issues with two functionnalities:
first, I use the "image helper" getThumbnail function to generate thumbnail on a search engine.
Unfortunately it doesn't work:
it seems that the engine can't access to to the generated thumbnails...
I contacted the provider to check if the PHP SAFE MODE was activated but I still haven't any answer from them...
Also, when I try to upload new files or pictures, I have an error, probably a permission issue, but I checked twice that I had 775 rights on my /files directory. I also checked that the upload path was setted to "/files" on the concrete5 dashboard.
Thanks for your help...
The website I developped work perfectly on my local computer, but unfortunately it doesn't work on production environment.
I get issues with two functionnalities:
first, I use the "image helper" getThumbnail function to generate thumbnail on a search engine.
Unfortunately it doesn't work:
it seems that the engine can't access to to the generated thumbnails...
I contacted the provider to check if the PHP SAFE MODE was activated but I still haven't any answer from them...
Also, when I try to upload new files or pictures, I have an error, probably a permission issue, but I checked twice that I had 775 rights on my /files directory. I also checked that the upload path was setted to "/files" on the concrete5 dashboard.
Thanks for your help...
Also, 775 permissions will only help you if the apache user (or whatever user your webserver runs as) is set as either the owner or the group on the directory.
Try 777 on files. If that fixes it, then try setting the group to apache and then you should be able to go back to 755...
Jon