Visualizzazione dei risultati da 1 a 6 su 6

Discussione: php errore

  1. #1

    php errore

    Che significa???

    Fatal error: Call to undefined function: themeheader() in /membri/byteworld/header.php on line 47

  2. #2
    penso che tu non la abbia definita

  3. #3
    siccome ho usato php nuke e il database MySql di altervista dove lo risolvo il problema?

  4. #4

  5. #5
    non ho risolto niente me lo continua a dare!
    posto il codice della pagina per far chiarezza .
    Codice PHP:
    <?php

    /************************************************************************/
    /* PHP-NUKE: Advanced Content Management System                         */
    /* ============================================                         */
    /*                                                                      */
    /* Copyright (c) 2002 by Francisco Burzi                                */
    /* [url]http://phpnuke.org[/url]                                                   */
    /*                                                                      */
    /* This program is free software. You can redistribute it and/or modify */
    /* it under the terms of the GNU General Public License as published by */
    /* the Free Software Foundation; either version 2 of the License.       */
    /************************************************************************/

    if (eregi("header.php",$_SERVER['PHP_SELF'])) {
        
    Header("Location: index.php");
        die();
    }

    require_once(
    "mainfile.php");

    ##################################################
    # Include some common header for HTML generation #
    ##################################################

    $header 1;

    function 
    head() {
        global 
    $slogan$sitename$banners$nukeurl$Version_Num$artpage$topic$hlpfile$user$hr$theme$cookie$bgcolor1$bgcolor2$bgcolor3$bgcolor4$textcolor1$textcolor2$forumpage$adminpage$userpage$pagetitle;
        
    $ThemeSel get_theme();
        include(
    "themes/$ThemeSel/theme.php");
        echo 
    "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";
        echo 
    "<html>\n";
        echo 
    "<head>\n";
        echo 
    "<title>$sitename $pagetitle</title>\n";

        include(
    "includes/meta.php");
        include(
    "includes/javascript.php");

        if (
    file_exists("themes/$ThemeSel/images/favicon.ico")) {
        echo 
    "<link REL=\"shortcut icon\" HREF=\"themes/$ThemeSel/images/favicon.ico\" TYPE=\"image/x-icon\">\n";
        }

        echo 
    "<LINK REL=\"StyleSheet\" HREF=\"themes/$ThemeSel/style/style.css\" TYPE=\"text/css\">\n\n\n";
        include(
    "includes/my_header.php");
        echo 
    "\n\n\n</head>\n\n";
       
    themeheader();   
    }

    online();
    head();
    include(
    "includes/counter.php");
    global 
    $home;
    if (
    $home == 1) {
        
    message_box();
        
    blocks(Center);
    }

    ?>

  6. #6
    controlla bene che non manchi qualche tema (cartella themes) o almeno che ci sia deepblue....
    Visita il mio Forum:
    www.piroteca.altervista.org/forum

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.