Suporte » Instalação » inicar o wordpress

  • Bom dia,

    Segui os passos de instalação, copiei via ftp para o alojamneto web do meu site (para a pasta www), criei a bd, mas quando vou para iniciar o wordpress (http://capasofa.pt/wp-admin)aparece-me só texto conforme em baixo, alguém sabe como ultrapassar isto?
    já tentei com a última e penúltima versão do wp e dá-me sempre isto.

    ‘ . __( ‘Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab above the screen title.’ ) . ‘

    ‘; $screen = get_current_screen(); $screen->add_help_tab( array( ‘id’ => ‘overview’, ‘title’ => __( ‘Overview’ ), ‘content’ => $help, ) ); // Help tabs. $help = ‘

    ‘ . __( ‘The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.’ ) . ‘
    ‘; $help .= ‘

    ‘ . __( ‘Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.’ ) . ‘
    ‘; $screen->add_help_tab( array( ‘id’ => ‘help-navigation’, ‘title’ => __( ‘Navigation’ ), ‘content’ => $help, ) ); $help = ‘

    ‘ . __( ‘You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well.’ ) . ‘
    ‘; $help .= ‘

    ‘ . __( ‘Screen Options — Use the Screen Options tab to choose which Dashboard boxes to show.’ ) . ‘
    ‘; $help .= ‘

    ‘ . __( ‘Drag and Drop — To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.’ ) . ‘
    ‘; $help .= ‘

    ‘ . __( ‘Box Controls — Click the title bar of the box to expand or collapse it. Some boxes added by plugins may have configurable content, and will show a “Configure” link in the title bar if you hover over it.’ ) . ‘
    ‘; $screen->add_help_tab( array( ‘id’ => ‘help-layout’, ‘title’ => __( ‘Layout’ ), ‘content’ => $help, ) ); $help = ‘

    ‘ . __( ‘The boxes on your Dashboard screen are:’ ) . ‘
    ‘; if ( current_user_can( ‘edit_posts’ ) ) { $help .= ‘

    ‘ . __( ‘At A Glance — Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.’ ) . ‘
    ‘; } $help .= ‘

    ‘ . __( ‘Activity — Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them.’ ) . ‘
    ‘; if ( is_blog_admin() && current_user_can( ‘edit_posts’ ) ) { $help .= ‘

    ‘ . __( “Quick Draft — Allows you to create a new post and save it as a draft. Also displays links to the 3 most recent draft posts you’ve started.” ) . ‘
    ‘; } $help .= ‘

    ‘ . sprintf( /* translators: %s: WordPress Planet URL. */ __( ‘WordPress Events and News — Upcoming events near you as well as the latest news from the official WordPress project and the WordPress Planet.’ ), __( ‘https://planet.wordpress.org/’ ) ) . ‘
    ‘; if ( current_user_can( ‘edit_theme_options’ ) ) { $help .= ‘

    ‘ . __( ‘Welcome — Shows links for some of the most common tasks when setting up a new site.’ ) . ‘
    ‘; } $screen->add_help_tab( array( ‘id’ => ‘help-content’, ‘title’ => __( ‘Content’ ), ‘content’ => $help, ) ); unset( $help ); $screen->set_help_sidebar( ‘

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

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

    ‘ . __( ‘Support’ ) . ‘
    ‘ ); require_once ABSPATH . ‘wp-admin/admin-header.php’; ?>

    user_email !== get_option( ‘admin_email’ ) ) ); if ( $hide ) { $classes .= ‘ hidden’; } ?>

    A página onde preciso de ajuda: [Inicie a sessão para ver a ligação]

A visualizar 2 respostas - de 1 a 2 (de um total de 2)
  • Olá,

    O seu servidor, provavelmente, não possui PHP ativado. Pre-requisito para rodar o WordPress.

    Eu recomendo sempre usar a Cloudways, que fornecem uma VPS Gerenciada, otimizada para a utilização do WordPress. Isso evita muita dor de cabeça.

    Se for experimentar, e quiser usar o cupom de desconto ACELERE, além dos três dias grátis, recebe mais 10% de desconto no primeiro mês.

    Abs!
    Marcelo Berwanger
    https://berwamger.co

    Thread Starter pedrodd79

    (@pedrodd79)

    Bom dia Marcelo,

    Obrigado pela resposta vou verificara questão do php e se não conseguir vou exprimentar o serviço que recomendas.

    Abraço,

    Pedro Domingos

A visualizar 2 respostas - de 1 a 2 (de um total de 2)
  • O tópico ‘inicar o wordpress’ está fechado a novas respostas.