9
Hi everyone. Thank you for all the feedback. I went through some of my php scripts including the .htaccess file in "uploads". What I have learned in the past is that the .htaccess is there for protection as it disables execution to any extensions listed in the file. Therefore, not allowing any scripts to be rewritten by either outsiders or modules you install. Depending on your server, a php.ini file inserted in the root of the website fixes most of the problems. Still, there are module specific issues that will not collaborate with the php.ini file and thus the need to manually edit your modules scripts which I DO NOT recommend doing if you are not php savy. Xoops install does not provide a php.ini (not to be confused with "include folder") so you will have to download one by googling "php.ini" or requesting one from your server provider if using a third party. To conclude, I am now able to see some images such as avatar and pics from CatAds module. Thanks everyone, I hope this helps a bit as it did me and good luck.