Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Error "ts3admin" not found #73

Open
K1ller0561 opened this issue Jan 6, 2020 · 3 comments
Open

Error "ts3admin" not found #73

K1ller0561 opened this issue Jan 6, 2020 · 3 comments

Comments

@K1ller0561
Copy link

Hello,

i need help with this error:

[Mon Jan 06 21:53:02.995198 2020] [php7:error] [pid 19692] [client xxx.xxx.xxx.xxx:00000] PHP Fatal error: Uncaught Error: Class 'ts3admin' not found in /var/www/_[EGU]Seiten/serverinterface/teamspeak/verification/de/index.php:9\nStack trace:\n#0 {main}\n thrown in /var/www/[EGU]_Seiten/serverinterface/teamspeak/verification/de/index.php on line 9

any idea? use the latest version.

greetings, Killer0561 (Sascha)

@lgund
Copy link
Collaborator

lgund commented Jan 6, 2020

Can you please send your source? I need to see what could be wrong

@K1ller0561
Copy link
Author

Here is the source file:
https://pastebin.com/Ct8b4J2w

greetings, Killer0561 (Sascha)

@VentyCZ
Copy link

VentyCZ commented Feb 2, 2020

You probably already figured it out, but I also encountered this error after upgrading.
The issue was, that the new version is using a namespace par0noid, so the fix is to replace

new ts3admin(

with

new par0noid\ts3admin(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants