Quote:
Originally Posted by Revan
What that error means is that includes/class_rpg_core isn't being included in global_start like it should.
open showthread_post_start.php and put at the top after the <?php
include(DIR . '/includes/class_rpg_core.php');
ad see if this helps.
|
Thank you! it works

why did it do this? It was working fine before, what made it suddenly do this?
[EDIT]
Ok now i get this error when trying to go into healing center, headquarters, etc...
Fatal error: Undefined class name 'rpg_core' in /home/xxxx/public_html/xxx/forums/headquarters.php on line 75
[/EDIT]