Moderator
t-p
(@t-p)
Thread Starter
xuki87
(@xuki87)
ok, sincerly i only did from this
<?php
/**
* Il file base di configurazione di WordPress.
*
to this
<?php/**
* Il file base di configurazione di WordPress.
*
and the problem now is:
Parse error: syntax error, unexpected ‘define’ (T_STRING) in /homepages/33/d608909567/htdocs/wp-config.php on line 27
Where is the database name, i cchecked it 4 times there is no error! What to do? Thanks
Thread Starter
xuki87
(@xuki87)
Hi Tara,
there is nothing wrong on the code. And how can it be if i downloaded it from WP website? i only change the values nothing else!
I’m going crazy! Should i cancel and restart everything?
<?php/**
* Il file base di configurazione di WordPress.
*
* Questo file viene utilizzato, durante l’installazione, dallo script
* di creazione di wp-config.php. Non è necessario utilizzarlo solo via
* web, è anche possibile copiare questo file in «wp-config.php» e
* riempire i valori corretti.
*
* Questo file definisce le seguenti configurazioni:
*
* * Impostazioni MySQL
* * Prefisso Tabella
* * Chiavi Segrete
* * ABSPATH
*
* È possibile trovare ultetriori informazioni visitando la pagina del Codex:
*
* @link https://codex.wordpress.org/it:Modificare_wp-config.php
*
* È possibile ottenere le impostazioni per MySQL dal proprio fornitore di hosting.
*
* @package WordPress
*/
// ** Impostazioni MySQL - È possibile ottenere queste informazioni dal proprio fornitore di hosting ** //
/** Il nome del database di WordPress */
define('DB_NAME', 'xxxx');
/** Nome utente del database MySQL */
define('DB_USER', 'xxxxx');
/** Password del database MySQL */
define('DB_PASSWORD', 'xxxxx');
it said error @27 DB_NAME
Thread Starter
xuki87
(@xuki87)
Cancelled everything and restarted it… Thank you Tara
Moderator
t-p
(@t-p)
Glad to know you got it sorted 🙂