samp_query.php
#1

Hey, I'm currently coding a website which will include certain information from the server, about the players, however, when I look on my xampp server it returns this error:
Код:
Fatal error: Cannot redeclare class QueryServerException in C:\xampp\htdocs\samp_query.php on line 270
Any help is appreciated. Thanks.
Reply
#2

Quote:
Originally Posted by Isolated
Посмотреть сообщение
Hey, I'm currently coding a website which will include certain information from the server, about the players, however, when I look on my xampp server it returns this error:
Код:
Fatal error: Cannot redeclare class QueryServerException in C:\xampp\htdocs\samp_query.php on line 270
Any help is appreciated. Thanks.
Bringing up some source code might help, expecially the line it's talking about.
Reply
#3

The line, is the untouched samp_query.php from the SA:MP development team, so I don't think that's the problem, however, I think it could be something to do with my actual script, due to the fact, the plain code works fine, but doesn't work with what I'm wanting, here is the code:
Reply
#4

The error comes from the "samp_query.php" file. Show us the code in this file, even if it's untouched. Or you can also use Westie's query class : https://sampforum.blast.hk/showthread.php?tid=104299

Also, the code you showed us has one condition with nothing in it (line 7).
Reply
#5

I fixed the problem, basically, I had included "samp_query.php" in more than one instance, so it tried to recall the function, which created that error. Anyone who has had the same problem should check here : http://stackoverflow.com/questions/7...edeclare-class

Thanks for your help and support in this matter.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)