11
If you want, PM me your login/password for your site and FTP, and I'll take a look at that.
From my experience, in these kind of situations, you have somewhere duplicated protector files.
For example, In your original installation, you have your TrustPath like:
/www/trustpath
which you then define in your mainfile.php
The Protector files are there
Your XOOPS installation is in
/www/xoops
then you copy the files from XOOPS 2.4.3, which automatically creates:
/www/xoops/xoops_lib
which also contains Protector files.
You run the file check, which shows that you have correct files, but you are still having conflict because there duplicate Protector files in:
/www/trustpath
/www/xoops/xoops_lib
Of course, I don't know if this is your case, but that's most of the time I've experienced with other users.