1
I'm trying to install the news module with my fresh installation of XOOPS.
I've extracted the news zip to the modules folder, and immediately after doing so, I tried installing it from the Modules > Administration panel. It says the module file is missing.
I went into my modules folder and checked the installation and it appears none of the permissions were set properly. Most everything was set to 700 or 600. After changing everything to *44, it appears it can see most of the files. I don't know much about permissions and how they work, but it appeared like it couldn't read the file so that was my first quick solve to it.
Couple of questions now ...
What permissions should everything be set to? Are there some that should be left at 700 or 600?
Now that I've set permissions on everything, it can actually see some sort of install file for the module but it's missing the icon and when I try to install it, it says:
SQL file not found at /home/corion/public_html/nvhc/html/modules/news/sql/mysql.sql
I've looked in the directory, and the file IS there. I've tried it with 744 and 755 as well as 777 permissions, but its just not working.
Any ideas?