Erro de varredura: erro de sintaxe, ‘*’ inesperado em wp-config

Um usuário perguntou ?

Olá!

Já vi que muitas pessoas tiveram um problema semelhante, mas suas soluções não se aplicam ao meu site!

Eu tenho PHP 7.4 e meu erro de sintaxe está no arquivo wp-config!

Eu editei para adicionar wp_memory_limit de 96 e quebrou. Agora eu entendo isso:

Erro de digitalização: erro de sintaxe, ‘*’ inesperado, o arquivo deve terminar em /usr/home/shinglutenism.com/web/wp-config.php online 4

Se eu voltar para 64M não importa, não resolve.

Aqui estão as primeiras linhas do meu arquivo wp-config:

<?php

define('WP_CACHE', true); // Added by WP Rocket/**
 * The base configurations of the WordPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, and ABSPATH. You can find more information by visiting
 * {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
 * Codex page. You can get the MySQL settings from your web host.
 *
 * This file is used by the wp-config.php creation script during the
 * installation. You don't have to use the web site, you can just copy this file
 * to "wp-config.php" and fill in the values.
 *
 * @package WordPress
 */

Alguém pode me ajudar, por favor?

(@tp)

2 meses, 3 semanas atrás

Tente isso:

<?php

define('WP_CACHE', true); // Added by WP Rocket
/**
 * The base configurations of the WordPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, and ABSPATH. You can find more information by visiting
 * {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
 * Codex page. You can get the MySQL settings from your web host.
 *
 * This file is used by the wp-config.php creation script during the
 * installation. You don't have to use the web site, you can just copy this file
 * to "wp-config.php" and fill in the values.
 *
 * @package WordPress
 */

Resolveu seu problema?

0/0

Isto foi útil?

0 / 0

Deixe um comentário 0

Your email address will not be published. Required fields are marked *