PHPdivinglog - Nothing shown in Explorer

3rd party extensions (phpDivingLog, dive computer downloader,...)
Post Reply
Michaelangelo
Posts: 4
Joined: Thu Aug 09, 2007 18:00

PHPdivinglog - Nothing shown in Explorer

Post by Michaelangelo »

This is really strange:

I allways work with Mozilla Firefox and I'm enthousiastic about PHPdivinglog: I wanted to show my friends how it works but... When I open my phpdivinglog in Explorer (7.0) a blank screen is shown, no data, no text, nothing...

I tried it again in my Firefox browser and there it shows up perfectly... To be sure there was nothing in the buffer I dumped another SQL-file with other dives and they showed up perfectly ... but still nothing in Explorer.

Serveral different computers gave the same result: is this a known bug? Or do I do something wrong in the config-file?
divinglog
Site Admin
Posts: 5768
Joined: Sat Feb 08, 2003 21:02
Location: Coburg
Contact:

Post by divinglog »

Can you post a link to your phpDivingLog, then I can look if it shows up on my computer.
Michaelangelo
Posts: 4
Joined: Thu Aug 09, 2007 18:00

Post by Michaelangelo »

divinglog
Site Admin
Posts: 5768
Joined: Sat Feb 08, 2003 21:02
Location: Coburg
Contact:

Post by divinglog »

The problem is in the page header:

Code: Select all

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="Content-Language" content="en-us">

    <title>Duiken met Michiel - </title>              <-- Add this closing tag


 <link rel="stylesheet" type="text/css" media="screen"
  href="includes/divelog.css">
<align=left>                                          <-- Delete this line
<script type="text/javascript"
Then the html code is ok and the IE7 displays the page.
Post Reply