Re: Problem with extern.php
Have you tried this?
include('./punbb_1_1_2/extern.php?action=active');
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Problem with extern.php
Have you tried this?
include('./punbb_1_1_2/extern.php?action=active');
I tried and failed to do this with PHP v4.32. Someone told me that parameters couldn't be passed to include files like this because the "?action=active" part just gets treated as part of the filename which results in the same errors being experienced here.
Ok, try this then.
$_POST['action'] = 'active';
include('./punbb_1_1_2/extern.php');
PunBB Forums → PunBB 1.2 troubleshooting → Problem with extern.php
Powered by PunBB, supported by Informer Technologies, Inc.