This module is also not working on one of my installation -
Blog Engage / Published Blogs
Here's what I did:
1. Installed the module, together with its dependencies.
2. Created the "images" folder on root directory and CHMOD to 777. I guess the host has turn the folder INDEXES to OFF because I will see a 403 Forbidden error when I directly access it.
When I submit new news with photo, I am able to view the thumbnail on "
Step 3, confirm details", however there's no image that was actually uploaded in the "
images" folder when I view it via FTP. When I finally submit the news, I can still see that there is the thumbnail on the link summary but clicking it will, of course, result to "NOT FOUND" because as stated above there's no image that was really uploaded.
So, how does the script be able to create the thumbnail where it was not able to upload the image? Or does it create a thumbnail first then upload the created thumbnail to the "images" folder? Does this have to do with 403 Forbidden error, but I have already CHMOD it to 777?
Any suggestions/solutions on how to get this things fix is greatly appreciated.