could you please repack the modulle with the settings:
Login as root via SSH (putty), and change to the following directory:
CODE: SELECT ALL
cd /raid/data/module/cfg
Open the database file with the module settings (after creating a safety copy first, better safe than sorry)
CODE: SELECT ALL
mkdir spotweb_backup
cp -a *.db spotweb_backup
sqlite module.db
*** YOU'VE OPENED THE DATABASE, PROCEED WITH CAUTION!!! ***
Modify the module name to what it should be:
CODE: SELECT ALL
update mod set module="spotweb" where module="Spotweb";
update mod set object="spotweb" where object="Spotweb";
update module set name="spotweb" where name="Spotweb";
.quit
it to simple to fix.
