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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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... :)