1
n8wood
All links display blank page in IE only!
  • 2003/10/22 16:02

  • n8wood

  • Just popping in

  • Posts: 20

  • Since: 2003/2/5 1


Hi, I'm running 2.0.3 and have encountered a problem with IE browsers. The first page of my site loads up with no problems, but when I click on any link, the page comes up blank.

This does not happen in Mozilla. What is going on?

My site: freeflo.org

Thanks,
n8wood

2
ackbarr
Re: All links display blank page in IE only!

Well I don't know anything for certain, but two things to check. First, does enabling PHP debugging display any error messages in an IE browser? If not, perhaps IE is choking on the Non-SSL conversation on port 443. If possible, does making the site answer on a different port (say 8080) make any difference?

3
n8wood
Re: All links display blank page in IE only!
  • 2003/10/22 19:06

  • n8wood

  • Just popping in

  • Posts: 20

  • Since: 2003/2/5 1


debug output:
Quote:
Warning: session_destroy() [function.session-destroy]: Trying to destroy uninitialized session in /home/httpd/htdocs/include/common.php on line 140

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/httpd/htdocs/include/common.php:140) in /home/httpd/htdocs/include/common.php on line 147

Fatal error: Call to a member function on a non-object in /home/httpd/htdocs/header.php on line 115


I don't think the problem is port 443, because I have my Gallery site using that same port with no problems in IE.

Thanks for the help...

4
ackbarr
Re: All links display blank page in IE only!

ok take a look at Derya's reply in this thread
https://xoops.org/modules/newbb/viewtopic.php?topic_id=9969&forum=19#39260 If that doesn't work try disabling custom sessions in "System" -> "Preferences" -> "General Settings".

5
n8wood
Re: All links display blank page in IE only!
  • 2003/10/22 19:26

  • n8wood

  • Just popping in

  • Posts: 20

  • Since: 2003/2/5 1


Thanks.

I'm almost there. I upgraded to XOOPS 2.0.5 and disabled "custom sessions", now the first two errors are gone. But I'm getting this error:

Quote:
Fatal error: Call to a member function on a non-object in /home/httpd/htdocs/header.php on line 112

6
n8wood
Re: All links display blank page in IE only!
  • 2003/10/22 19:28

  • n8wood

  • Just popping in

  • Posts: 20

  • Since: 2003/2/5 1


This is what I found in header.php, line 112:

Quote:
$xoopsTpl->assign('xoops_pagetitle', $xoopsModule->getVar('name'));^M

7
ackbarr
Re: All links display blank page in IE only!

I don't know what that ^M is doing there. Replace your line 112 with this:

$xoopsTpl->assign('xoops_pagetitle'$xoopsModule->getVar('name'));

8
n8wood
Re: All links display blank page in IE only!
  • 2003/10/22 19:46

  • n8wood

  • Just popping in

  • Posts: 20

  • Since: 2003/2/5 1


Its showing the ^M because I'm editing the file in Linux. All the config file have that.

9
ackbarr
Re: All links display blank page in IE only!

that leads me to believe that the files were uploaded as binary files instead of text files to the server. Did you uncompress the installation archive on the server? or did you uncompress first then upload the files?

10
n8wood
Re: All links display blank page in IE only!
  • 2003/10/22 20:01

  • n8wood

  • Just popping in

  • Posts: 20

  • Since: 2003/2/5 1


I uncompressed them on the system through shell access. I don't think its a binary/ascii problem because the site still works fine in Mozilla. I think this is why I haven't had much traffic lately as no IE users can connect!

Login

Who's Online

259 user(s) are online (160 user(s) are browsing Support Forums)


Members: 0


Guests: 259


more...

Donat-O-Meter

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

Latest GitHub Commits