hi, just installed a script on my server and I get this error Error: Requested page was not found! Details: Class TranslateController not found! please help if you know how to fix this. regards
It sounds like you have installed a third-party script but have not installed all the files that go with it. It is looking for a class, i.e. some sort of library which is probably supposed to be supplied with the script and would probably be in a file like "classes" or "libraries" or something. Other than that it's unlikely anyone can help based just on that information.
ok found the error. it needed an htaccess file in the script which it had not so I created one. thanx 4 your help