I think this error is commonly known at vbadvances. I am not sure what the fixe would be. I will give a manual setup module when I get home.
Or take a look at Brian's reply
http://www.vbadvanced.com/forum/show...id+module+file.
Quote:
Originally Posted by Brian
Try looking in your admincp/vba_cmps_admin.php file for this code:
PHP Code:
if (substr($modfile['name'], -7) != '.module')
Add this right Above it:
PHP Code:
clearstatscache();
And let me know if that helps.
|