Hey,
does anyone know how to add external Classes to phpvms?
I tried to add the folder to the core/common/ folder so it looks like this:
Now I want to use this Classes and files in - for example “edit_profile”. I added the required files with “require” like this:
require \_\_DIR\_\_.'/../../../core/common/elephant.io/Client.php'; require \_\_DIR\_\_.'/../../../core/common/elephant.io/Engine/SocketIO/Version2X.php';
Now, if I refresh the page I got an 500 error (HTTP ERROR 500).
How do I include and use the files correctly?
Thank you