• User

    Aiuto - Errore. PHPBB [phpBB Debug] PHP Notice

    Ciao a tutti, mi si è presentato oggi questo errore:

    
    [phpBB Debug] PHP Notice: in file /viewtopic.php on line 1654: Undefined index: Page
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3610: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3011)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3612: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3011)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3613: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3011)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3614: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3011)
    
    ```il problema ulteriore è che non si presenta in tutte le pagine, ad esempio:
    
    pagina con errore:
    link: enginepassionclub.com/forum/epc-3-trentino-giugno-09-t104-40.html
    
    pagina senza errore:
    link: enginepassionclub.com/forum/lecco-t61.html
    
    mi sapete aiutare? help....  :cry:

  • User

    Il primo errore è relativo alla seo (mai dato errori bho) il codice in questione è questo:

    
    // Output the page
    // ww.phpBB-SEO.com SEO TOOLKIT BEGIN - TITLE
    $extra_title = ($start > 0) ? ' - ' . $user->lang['Page'] . ( floor( ($start / $config['posts_per_page']) ) + 1 ) : '';
    page_header($topic_data['topic_title'] . ' : ' .  $topic_data['forum_name'] . $extra_title);
    // ww.phpBB-SEO.com SEO TOOLKIT END - TITLE
    
    ```sono le righe 1654 e 1655

  • User

    Non sò se posso, se non posso chiedo scusa in anticipo, allego i file citati dagli errori:

    ww.megaupload.com/?d=K7EQGITY

    Spero riuscirete a darmi una mano.. grazie in anticipo.


  • User

    Ho ripristinato i due file con due file da un backup, ma nessun risultato, penso dunque il problema sia esterno ad essi.

    Quello che ho costatato è che ad esempio il problema non sussiste alla pagina 1 di un topic ed è invece presente in tutte le altre dello stesso topic..