I can't be of much help with this specific module, but I can offer some general suggestions.
First and foremost is that your problem is not likely to be related to the database.
The most common cause of this type of problem is something is amiss with one of the .php files in the /includes/modules/shipping/ folder, so the 1st thing to do is identify which one. This is generally quite easy. 1st make a backup of all the files in the folder (don't keep the backups in this folder). Next, *delete* all of the files in this folder and then copy the backups back to the /modules/shipping/folder one at a time, until you find the offending file.
It is then a matter of identifying the actual cause of the problem. Quite often this problem is caused by having a backup of one of the files in the folder itself. Either remove the backup or rename it so that it doesn't end with ".php".
If you are lucky that is all you'll need to do. If unlucky it means that the file itself has a syntax or similar error (usually the result of it being edited for some reason).
Hope this helps.
Cheers
RodG



Reply With Quote
