• Resuelto lonegan

    (@lonegan)


    Mi servidor hizo unos cambios hace poco que trastoco varios aspectos de mi web y mi blog, he arreglado casi todo salvo este último. Cada vez que intento entrar en mi wordpress, esto es lo que aparece:

    ‘ . __(‘Welcome to your WordPress Dashboard! You will find helpful tips in the Help tab of each screen to assist you as you get to know the application.’) . ‘

    ‘ . ‘

    ‘ . __(‘The left-hand navigation menu provides links to the administration screens in your WordPress application. You can expand or collapse navigation sections by clicking on the arrow that appears on the right side of each navigation item when you hover over it. You can also minimize the navigation menu to a narrow icon strip by clicking on the separator lines between navigation sections that end in double arrowheads; when minimized, the submenu items will be displayed on hover.’) . ‘
    ‘ . ‘

    ‘ . __(‘You can configure your dashboard by choosing which modules to display, how many columns to display them in, and where each module should be placed. You can hide/show modules and select the number of columns in the Screen Options tab. To rearrange the modules, drag and drop by clicking on the title bar of the selected module and releasing when you see a gray dotted-line box appear in the location you want to place the module. You can also expand or collapse each module by clicking once on the the module’s title bar. In addition, some modules are configurable, and will show a “Configure” link in the title bar when you hover over it.’) . ‘
    ‘ . ‘

    ‘ . __(‘The modules on your Dashboard screen are:’) . ‘
    ‘ . ‘

    ‘ . __(‘Right Now – Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.’) . ‘
    ‘ . ‘

    ‘ . __(‘Recent Comments – Shows the most recent comments on your posts (configurable, up to 30) and allows you to moderate them.’) . ‘
    ‘ . ‘

    ‘ . __(‘Incoming Links – Shows links to your site found by Google Blog Search.’) . ‘
    ‘ . ‘

    ‘ . __(‘QuickPress – Allows you to create a new post and either publish it or save it as a draft.’) . ‘
    ‘ . ‘

    ‘ . __(‘Recent Drafts – Displays links to the 5 most recent draft posts you’ve started.’) . ‘
    ‘ . ‘

    ‘ . __(‘Other WordPress News – Shows the feed from WordPress Planet. You can configure it to show a different feed of your choosing.’) . ‘
    ‘ . ‘

    ‘ . __(‘Plugins – Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.’) . ‘
    ‘ . ‘

    ‘ . __(‘For more information:’) . ‘
    ‘ . ‘

    ‘ . __(‘Dashboard Documentation’) . ‘
    ‘ . ‘

    ‘ . __(‘Support Forums’) . ‘
    ‘ ); require_once(‘./admin-header.php’); $today = current_time(‘mysql’, 1); ?>

Viendo 9 respuestas - de la 1 a la 9 (de un total de 9)
  • Moderador erchache2000

    (@erchache2000)

    Parece que han desactivado el php de tu servidor XS

    Prueba esto, crea un archivo test.php en la carpeta raiz de tu hosting con el siguiente contenido:

    <? phpinfo(); ?>

    Luego carga en el navegador web, http://tudominio/test.php debería mostrarte la versión de php que ejecuta tu hosting.

    Prueba a ver si funciona y me cuentas…

    Iniciador del debate lonegan

    (@lonegan)

    Hola,

    Lo primero, muchas gracias por ayudarme, la verdad es que ando bastante bloqueado con el asunto.
    He creado como me dices el archivo test. php pero no se si lo he hecho bien, esto es lo que me dice cuando lo cargo:

    Parse error: syntax error, unexpected ‘&’ in /home/lonegan/public_html/test.php on line 2

    Un saludo

    Moderador erchache2000

    (@erchache2000)

    ¿Has usado notepad++ para escribir el archivo?

    ¿Línea 2? Solamente debería tener una línea <? phpinfo(); ?>

    Revisa el archivo que seguramente se te ha colado el &

    Iniciador del debate lonegan

    (@lonegan)

    Creo que lo estaba haciendo mal, ponía

    1 <?php
    2 <? phpinfo(); ?>
    3 ?>

    Lo he cambiado y ahora como me dices tan sólo pongo

    1 <? phpinfo(); ?>

    El resultado final cuando lo cargo es:

    <? phpinfo(); ?>

    Moderador erchache2000

    (@erchache2000)

    Efectivamente, es así.

    El archivo test.php solo contiene una línea que es <? phpinfo(); ?>

    Prueba a ejecutarla a ver si carga, te tiene que salir toda la información referente a php de tu hosting.

    Iniciador del debate lonegan

    (@lonegan)

    No me sale nada, pagina en blanco y una linea que pone <? phpinfo(); ?>

    Moderador Mariano Perez

    (@mpcdigital)

    Pon <?php phpinfo (); ?>

    Iniciador del debate lonegan

    (@lonegan)

    Todo sigue igual, pagina en blanco y <?php phpinfo (); ?>
    Te dejo el link
    jaimeburque.com/test.php

    Tambien lo he probado en
    jaimeburque.com/blog/test.php

    Moderador erchache2000

    (@erchache2000)

    Si solo te sale eso es que tienes desactivada la ejecución de php en tu hosting.

    Habla con el servicio técnico de tu hosting para que lo resuelva.

Viendo 9 respuestas - de la 1 a la 9 (de un total de 9)
  • El debate ‘No puedo acceder al panel de control de wordpress’ está cerrado a nuevas respuestas.