I seriously don't know WTF is happening here: Code: ParseError: "syntax error, unexpected end of file, expecting '`'" (EXCEPTION) in "/Plugin/src/PluginName/BaseBox" at line 143 My end-of-file ends like this: }. Normal, but suddenly PHP goes nuts.
Here is the debug backtrace: Code: #0 /LegoCore/src/LegoCore/Core/Lobby/Box/CommonBox(25): spl_autoload_call(string LegoCore\Core\Lobby\Box\BaseBox) 2016-05-31 [08:19:29] [Server thread/DEBUG]: #1 /src/spl/BaseClassLoader(128): include(string /root/pm/plugins/LegoCore/src/LegoCore/Core/Lobby/Box/CommonBox.php) 2016-05-31 [08:19:29] [Server thread/DEBUG]: #2 (): BaseClassLoader->loadClass(string LegoCore\Core\Lobby\Box\CommonBox) 2016-05-31 [08:19:29] [Server thread/DEBUG]: #3 /LegoCore/src/LegoCore/Core/Lobby/BrickManager(66): spl_autoload_call(string LegoCore\Core\Lobby\Box\CommonBox) 2016-05-31 [08:19:29] [Server thread/DEBUG]: #4 /LegoCore/src/LegoCore/Core/Lobby/BrickManager(55): LegoCore\Core\Lobby\BrickManager->loadBoxes(boolean)
Guys he probably doesn't want to show a lot of his code because it's what his server runs off of. If he makes his code public then anyone could copy his server.
No one asked him to share his code. We just need to see the part where the problem is and try to help him fix it. Plus, if he is trying to get help without showing the code, he might as well had not asked for help at all.
Solved. There was a secret ` mark in my code. *facepalm* BTW, the ` was ACTUALLY hidden. I had to restart my laptop to find it.