Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it
    Registrato dal
    Jan 2001
    Messaggi
    103

    costruzione Templete mambo

    Salve a tutti,
    sto costruendo con Dreamweaver un templete per mambo. Il problema arriva quando lancio la pagina per controllarla in rete e mi da questo errore:
    codice:
    Fatal error: Call to undefined function: mosloadmodules() in /web/htdocs/www.casaraso.it/home/prova/enzus/index.php on line 25
    Non riesco a capire l'errore se volete vi do anche il codice tutto.
    Eccolo:
    codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Documento senza titolo</title>
    <style type="text/css">
    td img {display: block;}
    </style>
    <link href="file:///C|/Programmi/EasyPHP1-8/www/capitaleLavoro/templates/enzus/templete.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
    <div align="center">
      <table border="0" cellpadding="0" cellspacing="0" width="760">
        
        <tr>
          <td>[img]file:///C|/Programmi/EasyPHP1-8/www/capitaleLavoro/spacer.gif[/img]</td>
          <td>[img]file:///C|/Programmi/EasyPHP1-8/www/capitaleLavoro/spacer.gif[/img]</td>
          <td>[img]file:///C|/Programmi/EasyPHP1-8/www/capitaleLavoro/spacer.gif[/img]</td>
          <td>[img]file:///C|/Programmi/EasyPHP1-8/www/capitaleLavoro/spacer.gif[/img]</td>
          <td>[img]file:///C|/Programmi/EasyPHP1-8/www/capitaleLavoro/spacer.gif[/img]</td>
          <td>[img]file:///C|/Programmi/EasyPHP1-8/www/capitaleLavoro/spacer.gif[/img]</td>
        </tr>
        <tr>
          <td><?php mosLoadModules ( 'top' ); ?> [img]file:///C|/Documents and Settings/neho34/Documenti/casaraso/prova/pezzi/immagini/templete_r1_c1.gif[/img]</td>
          <td colspan="3" class="templete"></td>
          <td class="sopraLogo"></td>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/spacer.gif[/img]</td>
        </tr>
        <tr><?php mosMainBody(); ?>
          <td valign="top" class="latoAltoSx"></td>
          <td colspan="4" valign="top" class="sfondoPerFlash"></td>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/spacer.gif[/img]</td>
        </tr>
        <tr>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/templete_r3_c1.gif[/img]</td>
          <td class="sopraCartella1"></td>
          <td class="nodo1"></td>
          <td class="sopracartellaprincipale"></td>
          <td rowspan="4">[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/templete_r3_c5.gif[/img]</td>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/spacer.gif[/img]</td>
        </tr>
        <tr>
          <td valign="top" class="latoAltoSx"></td>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/templete_r4_c2.gif[/img]</td>
          <td valign="top" class="divisore1"></td>
          <td rowspan="5">[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/templete_r4_c4.gif[/img]</td>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/spacer.gif[/img]</td>
        </tr>
        <tr>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/templete_r5_c1.gif[/img]</td>
          <td class="sopraCartella2"></td>
          <td class="snodo2"></td>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/spacer.gif[/img]</td>
        </tr>
        <tr>
          <td rowspan="3" class="latoAltoSx"></td>
          <td rowspan="3">[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/templete_r6_c2.gif[/img]</td>
          <td rowspan="2" valign="top" class="latoCartella3"></td>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/spacer.gif[/img]</td>
        </tr>
        <tr>
          <td rowspan="2">[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/templete_r7_c5.gif[/img]</td>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/spacer.gif[/img]</td>
        </tr>
        <tr>
          <td rowspan="2" class="snodo3"></td>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/spacer.gif[/img]</td>
        </tr>
        <tr><?php mosLoadModules ( 'bottom' );?>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/templete_r9_c1.gif[/img]</td>
          <td class="sottoTutto"></td>
          <td colspan="2" class="sottoTutto2"></td>
          <td>[img]file:///C|/Documents and Settings/neho34/Documenti/capitaleLavoro/spacer.gif[/img]</td>
        </tr>
    	
      </table>
       
      
    </div>
    </body>
    </html>
    Spero che riusciate ad aiutarmi.
    Ciao
    neho

  2. #2
    semplice
    richiami una funzione che non hai definito, evidentemente on includi il file dove sta questa funzione

    devi capire dove e' scrittoil codice della funzione e poi capire come far includere quel file col mambo...
    http://www.mcganass.com

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.