|
Q: My class is not working. Why?
There are two possibilities:
the class was not written correctly, or the server is not properly
set. To see if the source code of your class is ok you should check
the API specifications.
If all seem right then run the server in console mode and see if
there are any errors.
You must always keep
in mind that you must enable the execution of classes by entering
the "ExecuteClasses" command in the "Scripts"
object of your server (or in the virtual host, if you are using
virtual hosts). This is required even if your class is a compiler
class.
|