• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[HELP] Pokemon Area

Banned
Banned
Joined
Dec 23, 2013
Messages
134
Reaction score
10


When I set this up, I get these errors.... despite it works like normal but just so many errors on the top..
 
Newbie Spellweaver
Joined
Apr 22, 2014
Messages
9
Reaction score
0
Go into your php folder, search for the php.ini and search in there for short_open_tags and put there an On.
That should solve it.

If you got some more errors still just put a error_reporting(0); at the top of your index.php (within the php tags ofc)
So you got:
<?php
error_reporting(0);
...
Important: usually that's not what you should do, because the error reporting forces you to write better code :p
also, only do this if the php part works fine for you!
 
Banned
Banned
Joined
Dec 23, 2013
Messages
134
Reaction score
10
Go into your php folder, search for the php.ini and search in there for short_open_tags and put there an On.
That should solve it.

If you got some more errors still just put a error_reporting(0); at the top of your index.php (within the php tags ofc)
So you got:
<?php
error_reporting(0);
...
Important: usually that's not what you should do, because the error reporting forces you to write better code :p
also, only do this if the php part works fine for you!

I've tried that, Dosen't work (Doing short_open_tags be on)
 
Back
Top