• Please help me resolve the following error message: Parse error: syntax error, unexpected ‘)’ in /home/content/o/n/e/one9ooh6/html/julius/wp-config.php on line 46. I have included a copy of the wp-config.php file:

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘wordpress_julius’);

    /** MySQL database username */
    define(‘DB_USER’, ‘wordpress_julius’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘Shelia60’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘wordpress_julius.db.3875184.hostedresource.com’);

    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘utf8’);

    /** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’, ”);

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
    *
    * @since 2.6.0
    */
    define(‘AUTH_KEY’, -J,PtFSms+kOC}=|IA>FuYSi`Og+b#oPI72|6S!q(Q}EY*m=&+mS~lhx*kT<$#,k);
    define(‘SECURE_AUTH_KEY’, itg2s?6_@pKoy::bV9LJ.Gn>I*~)(h?xJWahX,<w0rP]|dh!-i /!%p?^+G,ogM?);
    define(‘LOGGED_IN_KEY’, eL*|[Otl%he,JT)B5+6[1[%F|h&p>(–EERU3bjLV~U6XtE~<PU;W_hqjSW(b#R{));
    define(‘NONCE_KEY’, [OT(*I5:!_u-p<JBupq8G00i8Q9l*Hq?GZ;((#oJ.t S?VlQ-V-33UEV-F0cqzFS);
    /**#@-*/

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = ‘wp_’;

    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress. A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
    * language support.
    */
    define (‘WPLANG’, ”);

    /* That’s all, stop editing! Happy blogging. */

    /** WordPress absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);
    ?>

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • it appears you don’t have quotes around your secret keys

    go to https://api.wordpress.org/secret-key/1.1/

    and cut and paste the entire block from that page into wp-config. Delete those lines that are already in wp-config and paste these new ones in their place.

    Thread Starter one9ooh6

    (@one9ooh6)

    That worked..thanks so much…another post told me to remove the quotes….thanks! I am on my way to my first Word Press website….yayyy!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Parse Error!’ is closed to new replies.