Muirfield / bad-plugins

PocketMine Plugins that are not good enough to be hosted in plugins.pocketmine.net
GNU General Public License v2.0
23 stars 17 forks source link

Error #3

Closed DaPigGuy closed 9 years ago

DaPigGuy commented 9 years ago

When i'm using the newest version of SimpleAuthHelper, I keep getting errors. When i check the lines causing them, all of the lines have: echo METHOD.",".LINE."($n)\n"; //##DEBUG;

DaPigGuy commented 9 years ago

After i removed all the echo METHOD.",".LINE."($n)\n"; //##DEBUG; ,I don't get the errors no more.

alejandroliu commented 9 years ago

You are using the source version or the phar version?

DaPigGuy commented 9 years ago

Source

DaPigGuy commented 9 years ago

Everything works fine after i removed all the echo METHOD.",".LINE."($n)\n"; //##DEBUG; , no errors or crashes. I think they are causing it.

alejandroliu commented 9 years ago

Those are trace lines that I use when testing/debugging. They are harmless. My mkplugin.php script will strip those when creating a phar file.

DaPigGuy commented 9 years ago

Ok.

alejandroliu commented 9 years ago

If you are using the source, just delete them (or use the phar file)

DaPigGuy commented 9 years ago

I already did ;)