• User

    @MrPink said:

    Oltre a joomla.php, hai provato a controllare il file index all'interno di
    /templates/template-in-uso/ ?
    Probabilmente alcuni vengono anche da lì 🙂
    Ho verificato il file index php del template e tutti i php dei vari moduli e componenti sia frontende che backend, ma vi giuro ho serie difficoltà a comprendere dove siano gli errori...w3c mi restituisce come ben sapete un file di riepilogo (presumo a questo punto complessivo di diversi files). Da par mio utilizzando dreamweaver CS3 ho utilizzato la funzione valida xhtml, ed errori ne ho trovati davvero tanti, ma alla validazione ricevo sempre i soliti 127 dei quali non riesco a venire a capo... ad esempio:

    <LI class=msg_err>image Line 663, Column 7: XML Parsing Error: Opening and ending tag mismatch: param line 469 and html .
    </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag param line 468 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag param line 467 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag param line 466 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag param line 465 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag object line 464 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag center line 463 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag TR line 463 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag TBODY line 463 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag td line 461 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag tr line 460 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag table line 459 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag td line 457 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag tr line 455 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag tbody line 447 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag table line 445 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag td line 440 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag tr line 47 . </html><!-- 1197303000 -->
    <LI class=msg_err>image Line 663, Column 26: XML Parsing Error: Premature end of data in tag table line 27 . </html><!-- 1197303000 -->

    questa cosa fa riferimento proprio all'idex php del template ma non riesco a capire dove sia l'errore...

    Mi date una mano, oltre ai preziosi suggerimenti già postati?


  • Super User

    @GloboGsm said:

    Se si usa un template validato, joomla risulta validato, ma non appena si usano moduli o componenti esterni, il problema si ripresenta, quindi per avere un sito joomla validato al 100%, bisogna lavorare molto su moduli e componenti...

    Quoto lui perchè la risposta che cercavi ti è stata data, devi vedere quali componenti e moduli hanno le caratteristiche additate dal validatore.

    Io ritengo che quando si contruisce un sito in joomla, se si vuole codice pulito e valido, bisogna fare come quando si va al mercato, girare per trovare le cipolle e le salamelle migliori. 😄
    Ci sono tanti componenti e moduli buoni e puliti, bisogna saper girare e scegliere e in alternativa studiare tutti i filettini di sudetti moduli e componenti per scovare gli errori.

    E' un lavoro che non sempre si può fare, alle volte devi anche riscrivere pagine intere perchè qualcosa cozza con un altra e via dicendo.
    Ricordo che non sempre validazione è segno di qualità, se il tuo sito è pulito ma non funza non interesserà a nessuno. 😉
    Scruta il codice di tutti i file dei componenti e moduli che hai installato 🙂

    Ti svelo un segretone...apri il sito, scaricalo così dal browser(classico salva con nome), editalo con il tuo programma, che sia Dreamweaver o altro, e verifica assieme a papà Validatore le righe che vengono segnalate, capirai subito quali sono i componenti o i moduli che danno noia.
    Buon lavoro 😉


  • User

    GRAZIEEEEEEE...suggerimento eccezionale, onestamente, ma l'avevo detto che sono un neofita assoluto, non ci avevo pensato...mi metto subito al lavoro, e magari posto i moduli che danno conflitto, potrebbe essere utile ai posteri!!!


  • Super User

    @andferro said:

    GRAZIEEEEEEE...suggerimento eccezionale, onestamente, ma l'avevo detto che sono un neofita assoluto, non ci avevo pensato...mi metto subito al lavoro, e magari posto i moduli che danno conflitto, potrebbe essere utile ai posteri!!!
    😉
    Spirto giusto. 😄


  • User

    Problemissimo... fatto salva della pagina principale aperto dreamweaver, ma ora che pesci prendo?
    Es. il validatore mi restituisce questo errore

    • Line 12, Column 6: document type does not allow element "TITLE" here.
    • <title**>**miosito - Home</title>
    • The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
    • One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
    • image Line 14, Column 65: NET-enabling start-tag requires SHORTTAG YES.?eywords" content="miosito" />Il che significa, ed in effetti le righe indicate le individuo nel file index.htm che mi sono salvato, che c'è un errore di sintassi...fin qui ok...ma come capisco qual'è il modulo? posto che lerighe mi riportano questi dati
      LIne 14 <meta name="keywords" content="miosito" />
      Line 12 <title>miosito - Home</title>

  • Super User

    Alcune volte restituisce errori non precisi.
    Prova a disattivare qualche modulo, ad uno ad uno, e valida ogni volta e vedi quale ti fa comparire questo errore 😉


  • User

    altro problema... individuati alcuni moduli:
    mod_login.php
    mod_analogicclok.php
    mod_newsboxes.php
    mod_shynistat.php

    con dreamweaver ho apportato le correzioni (nulla dui che...correggi codice html, e converti in hyml 4.01 transitional), ma malgrado questo ricevo sempre errori.
    Ancor più strano è se faccio la validazione online, e ricevo 55 errori, contro la validazione del file miosito.htm, e ricevo 20 errori... cosa sbaglio?


  • Super User

    Rifatti solo a quella online quando il sito è su server remoto etc etc 🙂
    Se li hai individuati cerca di riparare 🙂


  • User Attivo

    Fai un check del tuo sito con CSE HTML Validator, ne esiste una versione free per uso personale. Apre le pagine direttamente dal web. Lo trovi qui
    Ciao

    Dario


  • User

    Sto impazzendo....
    il validatore mi restituisce questi errori

    • Line 483, Column 259: NET-enabling start-tag requires SHORTTAG YES.? width="129" align="left" border="0" /> </td><LI class=msg_warn> Line 489, Column 545: NET-enabling start-tag requires SHORTTAG YES.?mailanim.gif" width="129" border="0" /></a></p> </td>
    • Line 528, Column 190: NET-enabling start-tag requires SHORTTAG YES.?rivi una mail " height="30" /></span></a> Tutti e tre con la stessa motivazione:
      The sequence <FOO /> can be interpreted in at least two different ways,
      depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/'
      terminates the tag <FOO (with an implied '>'). However, since many browsers
      don't interpret it this way, even in the presence of an HMTL 4.01 Strict
      DOCTYPE, it is best to avoid it completely in pure HTML documents and
      reserve its use solely for those written in XHTML.

    Se provo a mdoficare l'html mi si correge da solo (del resto / è necessario per
    chiudere la sequenza)... di converso non so più che pesci prendere... Si tratta di un
    di un modulo che risede a destra nella homepage con dentro due immagini
    che prevedono l'una gli attributi ALTe MAILTO l'altra il solo atributo ALT.
    Che faccio? AIUTOOOOO

    LA NOTIZA BUONA E' CHE SONO RIUSCITO A SCENDERE A SOLI 16 ERRORI,
    MA QUESTI PROPRIO NON SO COME CORREGGERLI!!!

    Al solito GRAZIE per il preziosissimo aiuto


  • User

    Sono riuscito a correggere quasi tutti gli errori che mi dava w3c, per alcuni è stato sufficiente convertire il file index.php del mio template in xhtml 4.01 di transizione, per altri, ho come suggerito eliminato i moduli che davano conflitto (jv_tempo, seleniaclock), ma ora sono ad una svolta ed ho veramente bisogno del vostro aiuto.
    Ho gli ultimi due errori e non so più che pesci prendere.
    Ve li incollo con il relativo messaggio di w3c, magari mi date un suggerimento, un'idea...
    E allora queste sono le righe incriminate, rispettivamente la 63 e la 108 del file index.php del template
    63 <td colspan="2" background="templates/<?php echo $cur_template; ?>/images/img3.jpg">
    108 <table border="0" cellpadding="0" cellspacing="0" width="630" height="600">
    (in rosso il "dove" w3c individua l'errore)

    Questo quello che mi dice w3c (credo mi suggerisca di operare sul foglio di stile, ma onestamente non so come fare!!!)

    *You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). *
    *This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. *
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the *FAQ item on valid flash](http://validator.w3.org/docs/help.html#faq-flash). *


  • Super User

    andferro, è vietato aprire 2 discussioni per lo stesso quesito.
    per ora ho unito le due discussioni, intanto ti invito a leggere i regolamenti , per non incorrere in spiacevoli richiami.
    Grazie 😉


  • User

    chiedo umilmente scusa!!!