5
Quote:
So I need some help in recovering this, basically I get loads of empty module entries saying 'Module File for Not Found!' which basically mean the entire CMS grinds to a halt and I can't install/remove/modify any modules...
The good news is that this is easy to fix. What you have done is upload the wrong folder into the /module directory. Many modules come 'wrapped' in several layers of folders that you don't need, for example:
public_html/modules/whatevermodule
You need to discard the outer folders, ie. only upload the whatevermodule directory into /modules. If you put *anything else* in there it will generate the errors you are seeing.
In your current situation, you can simply delete anything reporting 'module file not found' as it is not currently installed (but leave the index.htm file alone).
Quote:
I've tried everything except the final stage which says about going into phpmyadmin and modifying all the tables manually - my host doesn't supply phpmyadmin preinstalled and so it's a pretty enormous task which I haven't a clue where to start with - I had a go but I just don't understand.
Do not do this, it will not help. However, there is a phpmyadmin module available that you may find useful to install later on, since your host doesn't provide it.
Quote:
I haven't even made a backup of the tables because I only installed XOOPS a little while ago and I was building the whole thing with the site shut.
Everyone makes this mistake at least once
However if you haven't got the modules installed properly yet then you have only lost a few minutes work in configuring the site.
Quote:
So can anyone help me out with just getting this site back to normal? I've been angrily told that if this 'silly CMS' isn't fixed by Monday they'll move to a 'proper CMS'...
1. Have a look in your /module directory. Delete anything that is reporting 'module file not found' in the admin => system => modules section of the control panel. The errors will disappear.
2. Take a look at each module you want to install. Remove any unecessary outer folders, and upload only the one bearing the module name into the /modules directory.
3. You should now be able to cleanly install all the modules you want.
But don't forget to check each module's readme as some require additional steps to be taken, such as making certain folders writable etc, and some newer ones like CBB may require additional tools to be uploaded in order to function (eg. Frameworks).
Please also download the
Operations Guide.