HTML-Errors in keyword_select.php HTML-Errors in keyword_select.php
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

HTML-Errors in keyword_select.php

Started by Joachim Müller, February 18, 2005, 09:05:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joachim Müller

Andi posted this in another thread - I separated it for better trackability:
Quote from: Andi on February 08, 2005, 12:59:07 PM
Few HTML-Errors in this file:
 $Source: /cvsroot/coppermine/devel/keyword_select.php,v $
 $Revision: 1.5 $
 $Author: gaugau $
 $Date: 2004/12/30 06:59:00 $

- missing </head> end-Tag
- missing <body></body> Tag (start and end)
- missing doctype declaration
-Form and Table Tags are not closed in this else-part:
} else {
   echo "<b><font color='red'><b>Sorry, No keywords available !</b></font> ";

- Missing end-quote in this link: <a href='keyword_create_dict.php'>Regenerate Dictionary</a>
Hmm, and hole file is not multilingual... ;)

This needs fixing before the language files go out, someone please self-assign and fix.

Joachim

Joachim Müller

assigning this to myself, will commit asap.

Joachim

Joachim Müller

committed to cvs. Please confirm fix.

Joachim

Andi

#3
uups:
QuoteParse error: parse error, unexpected T_STRING in D:\Localhost\dev-Coppermine\devel\keyword_select.php on line 95
$Source: /cvsroot/coppermine/devel/keyword_select.php,v $
  $Revision: 1.6 $
  $Author: gaugau $
  $Date: 2005/02/19 06:39:16 $

EDIT:
And one additional error:
QuoteNotice: Undefined index: keywordId in D:\Localhost\dev-Coppermine\devel\keyword_select.php on line 43

changes see in attached file  ;)
hope, I could help you... :)

Joachim Müller

committed your changes as suggested. Please confirm.

Joachim

Andi

hope, I could help you... :)