Why is there an error, hello. Can you help me with this problem? Code: Download this file Error in File image
The app you're using appears to have a bug in its console and cut off the error, this is what it actually looks like; Code: [Server thread/CRITICAL]: ParseError: "syntax error, unexpected '<', expecting end of file" (EXCEPTION) in "plugins/Line Notify/src/LineNotify/libs/Line/LineAPI" at line 41 This makes it clear, that the error is at the end of the LineAPI file. Specifically, the problem is the "<?" you put at the end of the file. The correct closing tag would be "?>", but you should not use a closing tag anyways. Your problem also has numerous other bugs that don't crash the server, but would make it not work. I suggest using an IDE if you can.