11
Damien
Re: Why am i getting a blank page?
  • 2004/7/5 17:04

  • Damien

  • Just popping in

  • Posts: 25

  • Since: 2004/2/28


no it ends right there no extra lines after the ?>

damien

12
tl
Re: Why am i getting a blank page?
  • 2004/7/5 17:15

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


sorry, that was one possible cause I could think about.

13
Damien
Re: Why am i getting a blank page?
  • 2004/7/5 17:28

  • Damien

  • Just popping in

  • Posts: 25

  • Since: 2004/2/28


never b4 had a problem wiht XOOPS :( this is getting to be a pain

anywya thanks for the help. Going to install on another account and see if it works there

14
Damien
Re: Why am i getting a blank page?
  • 2004/7/5 17:34

  • Damien

  • Just popping in

  • Posts: 25

  • Since: 2004/2/28


created another account on the server and that had the same problem

15
phppp
Re: Why am i getting a blank page?
  • 2004/7/5 17:42

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


re-download xoops2.07 full pack and make a fresh installation.

If necessary, I would offer an account for testing xoops.

16
tl
Re: Why am i getting a blank page?
  • 2004/7/5 17:57

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Quote:

Damien wrote:
Parse error: parse error, unexpected T_IF in c:\domains\achohosting.com\wwwroot\mra\portal\include\common.php on line 91


i am using 2.007 (latest version), its a fresh install wiht nothing added or changed (except for teh debuging now)


I think line 91 is related to error reporting. It seems that there was an error when you added the reporting function. Make sure you got it right, then post the error messages if you could not figure it out.



17
Damien
Re: Why am i getting a blank page?
  • 2004/7/5 17:59

  • Damien

  • Just popping in

  • Posts: 25

  • Since: 2004/2/28


got a fresh copy and a copy of the version b4 uploading and installing as we speak

18
Damien
Re: Why am i getting a blank page?
  • 2004/7/5 18:00

  • Damien

  • Just popping in

  • Posts: 25

  • Since: 2004/2/28


Tl i don't quite follow

19
tl
Re: Why am i getting a blank page?
  • 2004/7/5 18:44

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Quote:

error_reporting(0);


Line 91 is the error reporting function. I had assumed that you had read WIKI trouble-shooting page and wanted to enable the error reporting function.

If you have not tried, please try that in case of your new installation doesn't work. Hope it will work. Good luck.

20
Damien
Re: Why am i getting a blank page?
  • 2004/7/5 18:56

  • Damien

  • Just popping in

  • Posts: 25

  • Since: 2004/2/28


i had changed it but can't have done it right, though i now done it again to what i think it should be

below is what i done to it now

// #################### Error reporting settings ##################
error_reporting(E_ALL);

if ($xoopsConfig['debug_mode'] == 1) {
error_reporting(E_ALL);
} else {
// Turn off error handler
$xoopsErrorHandler->activate(false);
}

if ($xoopsConfig['enable_badips'] == 1 && isset($HTTP_SERVER_VARS['REMOTE_ADDR']) && $HTTP_SERVER_VARS['REMOTE_ADDR'] != '') {
foreach ($xoopsConfig['bad_ips'] as $bi) {
if (!empty($bi) && preg_match("/".$bi."/", $HTTP_SERVER_VARS['REMOTE_ADDR'])) {
exit();
}
}
}
unset($bi);
unset($bad_ips);
unset($xoopsConfig['badips']);

// ################# Include version info file ##############

Login

Who's Online

134 user(s) are online (52 user(s) are browsing Support Forums)


Members: 0


Guests: 134


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits