Status
Not open for further replies.

DanHibiki

New member
It's just as the title says.
It isn't possible to hunt, when we try to, it only shows a white screen.
We tried recreating everything, but still nothing.
We also checked the apache server, and upgraded from v1.0.0 to the current version.
Still nothing.

Can anyone provide a solution to this?

Thanks in advance.:)
 
Edit (forum)/includes/config.php and add this on its own line somewhere:

PHP:
ini_set('display_errors', true);
then load the hunt page again. it should display an error that was originally hidden. paste it here, then remove the line from config.php again.
 
This is what we've got.

Our Admin said:
Okay

So after some digging I've found the exact line that causes the error:

Code:
        // Create the battle
        $dm =& FORUMON::datamanager_init('Battle', $vbulletin);
                $dm->set_participant(array(
                        'id' => $vbulletin->userinfo['userid'],
                        'type' => 'player',
                        'pos' => 'left',
                        'info' => array('hp' => $monster['percent']['hp'], 'stamina' => $monster['percent']['stamina'], 'focus' => $monster['percent']['focus'], 'ap' => $monster['percent']['ap']),
                        'square' => 3
                ));
                $dm->set_participant(array(
                        'id' => $spawnid,
                        'type' => 'enemy',
                        'pos' => 'right',
                        'info' => array('hp' => 100, 'stamina' => 100, 'focus' => 100, 'ap' => 100),
                        'square' => 5
                ));

                $dm->set('battlestate', 'turn|0');
                $dm->set('turn', 0);
                $dm->set('bgimage', '');
                $dm->set('areaid', $areaid);

        [b]$battleid = $dm->save();[/b]

This (the one in bold..) is the exact line that causes the page to break. However, I can't really fix it because it doesn't tell me what the error is. Even with errors turned on, it comes back with a blank page.

Maybe these guys can help ?
 
Could you please try adding die(); after the bolded line in your admin's quote and then tell me the error?
 
Yeah... this seems odd.

There isn't any error - that's the problem.

I tried adding die(); after the line but it doesn't give me anything even if I set display_errors to true above it.

That's the weird thing, this line breaks the script without an error:

$battleid = $dm->save();

It's just weird =/
 
During a reinstall all player data is lost. The pro version allows you to export the game you have created, however.

Sent from my X10a using Tapatalk
 
We've still no luck with this.

I thought I should mention, this happened a while before the white screen issue started:

Thanks for the info ^-^

But since a few days I keep constantly getting a "Internal Server Error" Message after choosing the actions and clicking End Turn...
Tried it with several browser (FF, IE, Opera and Chrome) but always the same error...

Forumon.jpg

Any help?
 
You will need to look at Apache's error logs (not through cPanel, through the server itself).

It is sadly impossible for me to give any form of advice purely based on a generic error message :(

PS: IE6 isn't supported anymore, you should consider upgrading to a newer version of IE :)
 
Status
Not open for further replies.

Legacy Forumon RPG

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
233
Customer rating
0.00 star(s) 0 ratings
Back
Top