2
Hi,
Try to enable PHP debug mode and look for clues - ignore notices and look only for warnings and fatal errors.
Quote:
i can't see the lower column on module page from where we install modules
This usualy happens when you have uncompatible module with your XOOPS version. It will prevent all other modules to appear...
TIP: when testing new modules, upload them one by one so if the module does not apear, you will not it will not work.
Some modules require developers own framework - frameworks and editors for phppp modules and smart objects for some smart factory modules for example. Some modules require PHP5!
If debuging does not help to find the problem module, delete all modules that are NOT installed from modules folder and try them one by one.
Try to post more information about your system - web server/version MySQL version, PHP version XOOPS version, installed modules/versions. You may find xoopsinfo module usefull for colecting this ...