DiY-CMSDo It Yourslef Content Management System is a feature-rich, php-built, mysql-based, opensource and free CMS. It is suitable to manage any kind of contents. It is modular, extensible and easliy skinnable. Build your own modules for specific purposes, add certain functionalites to suit your needs and design a theme that represents the content of your website.
Intention:
Basic testing of module from user and guest
Environment:
New install of core system
users and download module installed
Standard settings as installed
Problems:
Admin user adds a file -> The file is regected for incorrect extension however it is a rar file and rar is allowed in the admin settings
Site side Extensions allowed to be uploaded are .jpg,.gif,.png,.php,.zip,.pdf
Admin Extensions allowed to be uploaded are
.zip,.pdf,.rar
Notes:
Appears that the system is using other settings for allowed uploads.
Continue from above problem:
Alter file to a zip to continue testing with an accepted file type and the file is accepted however the system stops with a database error where it is looking for the forum cat
"Error : Table 'diy.diy_forum_cat' doesn't exist"
The file does not appear to be uploaded even though the post is complete. When clicking to download the file the site goes into continual refresh of the page.
The file link appears to be valid as shown
/mod.php?mod=download&modfile=misc&action=goto&downid=2
but since the file is not available the script does not know what to do.