Closed Thread
Results 1 to 7 of 7

Thread: No funcionan los enlaces de mi menu

  1. #1
    Rey_Lich's Avatar
    Rey_Lich is offline x10 Sophmore Rey_Lich is an unknown quantity at this point
    Join Date
    Dec 2006
    Posts
    147

    No funcionan los enlaces de mi menu

    en mi pagina www.web-games.com.ar no me funcionan los enlaces del menu de la parte superior, cuando hago clic por ejemplo en "home" me aparece en la barra de direcciones http://www.web-games.com.ar/themes/G...ad.php?go=Home y la pagina me aparece en blanco. Este mismo menu me funciona en otro servidor (ya que estoy mudando mi web de ese servidor a este)
    Aca les pongo el codigo del archivo head.php
    PHP Code:
    <?php
    /*--------------------------------------------+
    | PHP-Fusion v6 - Content Management System   |
    |---------------------------------------------|
    | author: Nick Jones (Digitanium) © 2002-2006 |
    | web: http://www.php-fusion.co.uk            |
    | email: nick@php-fusion.co.uk                |
    |---------------------------------------------|
    | Released under the terms and conditions of  |
    | the GNU General Public License (Version 2)  |
    +--------------------------------------------*/
    /*--------------------------------------------+
    | Theme Designed for PHP-Fusion v6            |
    |---------------------------------------------|
    | Released By: Fusion-Themes © 2007           |
    | Author: FT Design Team                      |
    | web: http://fusion-themes.com               |
    | email: webmaster@fusion-themes.com          |
    |---------------------------------------------|
    | Released under the terms and conditions of  |
    | the GNU General Public License (Version 2)  |
    +--------------------------------------------*/
    require_once "../../../../maincore.php";

    if(
    $_GET['go'] == 'Home'){
            
    header ('Location: '.BASEDIR.'index.php');
    }

    if(
    $_GET['go'] == 'Gallery'){
            
    header ('Location: '.BASEDIR.'photogallery.php');
            
    //header ('Location: '.BASEDIR.'infusions/lbgallery/photogallery.php');
    }

    if(
    $_GET['go'] == 'Forum'){
            
    header ('Location: '.BASEDIR.'forum/index.php');
    }

    if(
    $_GET['go'] == 'Downloads'){
            
    header ('Location: '.BASEDIR.'downloads.php');
    }

    if(
    $_GET['go'] == 'Messages'){
            
    header ('Location: '.BASEDIR.'messages.php');
    }

    if(
    $_GET['go'] == 'EditP'){
            
    header ('Location: '.BASEDIR.'edit_profile.php');
    }

    ?>

  2. #2
    KainAngel's Avatar
    KainAngel is offline x10 Lieutenant KainAngel is an unknown quantity at this point
    Join Date
    Sep 2006
    Location
    In another world
    Posts
    423

    Re: No funcionan los enlaces de mi menu

    Hola, eso es cosa de tu theme, tendras que modificar el menu (en flash) para hacer que los enlaces apunten hacia donde deben (photogallery.php, forum/index.php etc etc), o bien en algun fichero del theme.
    Last edited by KainAngel; 07-04-2007 at 10:41 PM.

  3. #3
    Reclutador's Avatar
    Reclutador is offline Lord Of The Keys Reclutador is an unknown quantity at this point
    Join Date
    Aug 2005
    Location
    .: Spain :.
    Posts
    1,936

    Re: No funcionan los enlaces de mi menu

    Es como te ha dicho KainAngel, pero me parece un poco extraño que el require once hace muchos /../ [Subidas de directorio], Comprueba que ambas cosas que te hemos dicho están bien (Para comprobar lo que yo te digo nada mas sigue la lista de directorios, a ver si está el archivo maincore.php donde él te dice.


  4. #4
    Rey_Lich's Avatar
    Rey_Lich is offline x10 Sophmore Rey_Lich is an unknown quantity at this point
    Join Date
    Dec 2006
    Posts
    147

    Re: No funcionan los enlaces de mi menu

    Ya se modificar el archivo flash, e incluso llegue a usar este menu y otro modificado en otro servidor y funcionan bien, no entiendo como usando exactamente los mismos archivos no me manda a la pagina

    este es por ejemplo, el codigo del boton home del menu

    Code:
    on (release)
    {
        getURL(myRoot + "head.php?go=Home", "");
    }

  5. #5
    KainAngel's Avatar
    KainAngel is offline x10 Lieutenant KainAngel is an unknown quantity at this point
    Join Date
    Sep 2006
    Location
    In another world
    Posts
    423

    Re: No funcionan los enlaces de mi menu

    Activaste el mod-rewrite o algo parecido??.

    Saludos.

  6. #6
    Rey_Lich's Avatar
    Rey_Lich is offline x10 Sophmore Rey_Lich is an unknown quantity at this point
    Join Date
    Dec 2006
    Posts
    147

    Re: No funcionan los enlaces de mi menu

    Eso es lo de CHMOD? Cuando cambio los permisos a 664 me aparece esto
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, webmaster@gargz.x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7a mod_auth_passthrough/1.8 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.3 Server at www.web-games.com.ar Port 80

  7. #7
    Reclutador's Avatar
    Reclutador is offline Lord Of The Keys Reclutador is an unknown quantity at this point
    Join Date
    Aug 2005
    Location
    .: Spain :.
    Posts
    1,936

    Re: No funcionan los enlaces de mi menu

    Ahora que me acuerdo, puede ser por cosas desactivadas en el PHP del adfree server.. Prueba a usar el script en otra carpeta y configuarlo. Si no te funciona tampoco es que esas opciones están desactivadas en els ervidor el cual te encuentras


Closed Thread

Similar Threads

  1. Moving Menu
    By Christopher in forum Scripts & 3rd Party Apps
    Replies: 2
    Last Post: 09-19-2006, 12:33 PM
  2. menu
    By 03moscropl in forum Graphics & Webdesign
    Replies: 1
    Last Post: 11-02-2005, 04:16 PM
  3. How do you make Scrolling Menu Bars and Jump Bars
    By Album in forum Free Hosting
    Replies: 3
    Last Post: 10-16-2005, 11:04 AM
  4. x10 forum Menu
    By n4tec in forum Feedback and Suggestions
    Replies: 3
    Last Post: 09-07-2005, 06:05 PM
  5. request for vbb menu style
    By kevinson in forum Scripts & 3rd Party Apps
    Replies: 3
    Last Post: 08-02-2005, 01:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers