flan / hymmnoserver

Automatically exported from code.google.com/p/hymmnoserver
Other
8 stars 4 forks source link

word.php displays an empty window. #8

Open chaoko99 opened 4 days ago

chaoko99 commented 4 days ago

In the past, (Prior to migration I assume) it would pop out a window with some additional information on the word, as well as an easy way to pull up related words. Now it just displays a page with no body text like so. image

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<?php/*
All code, unless otherwise indicated, is original, and subject to the terms of
the GNU GPLv3 or, at your option, any later version of the GPL.

All content is derived from public domain, promotional, or otherwise-compatible
sources and published uniformly under the
Creative Commons Attribution-Share Alike 3.0 license.

See license.README for details.

(C) Neil Tallim, 2009-2021
*/?>

<?php/*
All code, unless otherwise indicated, is original, and subject to the terms of
the GNU GPLv3 or, at your option, any later version of the GPL.

All content is derived from public domain, promotional, or otherwise-compatible
sources and published uniformly under the
Creative Commons Attribution-Share Alike 3.0 license.

See license.README for details.

(C) Neil Tallim, 2009
*/?>

<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Hymmnoserver - Word</title>
        <link rel="icon" type="image/vnd.microsoft.icon" href="[./favicon.ico](view-source:https://hymmnoserver.uguu.ca/favicon.ico)"/>
<link rel="stylesheet" href="[./resources/hymmnoserver.css](view-source:https://hymmnoserver.uguu.ca/resources/hymmnoserver.css)"/>
<script type="text/javascript" src="[./resources/hymmnoserver.js](view-source:https://hymmnoserver.uguu.ca/resources/hymmnoserver.js)"></script>
<meta content="application/xhtml+xml; charset=UTF-8" http-equiv="content-type"/>
    </head>
    <body style="width: 500px;">
These are being called by the JS function `javascript:popUpWord('FOO', 50)` , but i don't really know enough about JS to summon any diagnosing information for you.
flan commented 4 days ago

Thanks for reporting this.

Unfortunately, I won't be able to take at look at it in detail until later this week, but I don't think it's a JavaScript issue. More likely, as you suggested, it's related to the migration and some path I may have changed in the internal PHP mapping.