Quote:
Originally Posted by SherryG
Hiya guys,
I'm getting the following message when trying to add an image:
Warning: fopen(/home/stamkcom/public_html/images/thumbs/35491169421067.jpg) [function.fopen]: failed to open stream: Permission denied in /includes/local_links_resize.php on line 166
Can anyone help me out? I would sincerely appreciate it 
|
Two things to check:
a) Maybe you need to give your web server write access to the /images/thumbs directory (mode 777)
b) Maybe your web server is running php with a restriction on the 'open_basedir' setting. You can check this by going to any of the LDM admin pages and taking a look at the box down the bottom left of the screen. If this parameter is set, you are only allowed to access files in the part of the web server's directory tree that are explicitly authorised in the setting of open_basedir.
Get back to me if you need more help.