Ciao a tutti :)
Uso il CMS Xoops, ed ho installato php myadmin messo a disposizione da altervista.
Io vorrei rendere il mio sito conforme allo standard w3c ed in particolare XHTML 1.0 Transitional.
Dopo aver utilizzato il validator messo a disposizione dal w3c mi sono reso conto che c'erano degli errori di conformità nei link generati in automatico dai moduli xoops.
Mi spiego meglio...
Aggiungendo un download nel modulo PD-Downloads di Xoops (questo vale anche per altri 2 moduli), si genera il relativo link al file aggiunto.
Il problema è che nel link generato in automatico, il validator, mi dà degli errori...eccone alcuni:
Codice:
Warning Line 294 column 208: cannot generate system identifier for general entity "artid".
...es/sections/index.php?op=viewarticle&artid=6"> DeeJay TV</a></td></tr>
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
Codice:
Error Line 294 column 208: general entity "artid" not defined and no default entity.
...es/sections/index.php?op=viewarticle&artid=6"> DeeJay TV</a></td></tr>
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
Dal report degli errori mi è stato linkato un sito per poter risolvere tale problema. Il sito è il seguente.
In questo sito viene spiegato che per poter risolvere il problema occorre apportare delle modifiche al file php.ini...il problema è che tale file risiede sui server di altervista e noi utenti non possiamo modificarlo.
Domanda: Come risolvo?
Grazie a tutti
MaXxXx