• Resolved rezon8dev

    (@rezon8dev)


    hello please help!
    my site https://www.rezon8.net/index.php is not available (front or back end). I’m receiving this error: Parse error: syntax error, unexpected T_LNUMBER in /home/blazaebla/domains/rezon8.net/public_html/wp-config.php on line 16
    I made a few changes and flipped the debug = false to true and then back to false. I dont see any missing quotes or incorrect info in my wp-config file, Ill list the file here less the details:

    1 <?php
     2 /**
     3  * The base configurations of the WordPress.
     4  *
     5  * This file has the following configurations: MySQL settings, Table Prefix,
     6  * Secret Keys, WordPress Language, and ABSPATH. You can find more information
     7  * by visiting {@link https://codex.www.ads-software.com/Editing_wp-config.php Editing
     8  * wp-config.php} Codex page. You can get the MySQL settings from your web host.
     9  *
    10  * This file is used by the wp-config.php creation script during the
    11  * installation. You don't have to use the web site, you can just copy this file
    12  * to "wp-config.php" and fill in the values.
    13  *
    14  * @package WordPress
    15  */
    16
    17 // ** MySQL settings - You can get this info from your web host ** //
    18 /** The name of the database for WordPress */
    19 define('DB_NAME', 'CORRECT');
    20
    21 /** MySQL database username */
    22 define('DB_USER', 'CORRECT');
    23
    24 /** MySQL database password */
    25 define('DB_PASSWORD', 'CORRECT');
    26
    27 /** MySQL hostname */
    28 define('DB_HOST', 'localhost');
    29
    30 /** Database Charset to use in creating database tables. */
    31 define('DB_CHARSET', 'utf8');
    32
    33 /** The Database Collate type. Don't change this if in doubt. */
    34 define('DB_COLLATE', '');
    35
    36 /**#@+
    37  * Authentication Unique Keys and Salts.
    38  *
    39  * Change these to different unique phrases!
    40  * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/salt/ www.ads-software.com secret-key service}
    41  * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
    42  *
    43  * @since 2.6.0
    44  */
    45
    46 define('WP_ALLOW_MULTISITE', true);
    47 define('AUTH_KEY',         'CORRECT');
    48 define('SECURE_AUTH_KEY',  'CORRECT');
    49 define('LOGGED_IN_KEY',    'CORRECT');
    50 define('NONCE_KEY',        'CORRECT');
    51 define('AUTH_SALT',        'CORRECT');
    52 define('SECURE_AUTH_SALT', 'CORRECT');
    53 define('LOGGED_IN_SALT',   'CORRECT');
    54 define('NONCE_SALT',       'CORRECT');
    55 define('WP_TEMP_DIR',      '/CORRECT');
    56
    57 /**#@-*/
    58
    59 /**
    60  * WordPress Database Table prefix.
    61  *
    62  * You can have multiple installations in one database if you give each a unique
    63  * prefix. Only numbers, letters, and underscores please!
    64  */
    65 $table_prefix  = 'CORRECT';
    66
    67 /**
    68  * WordPress Localized Language, defaults to English.
    69  *
    70  * Change this to localize WordPress. A corresponding MO file for the chosen
    71  * language must be installed to wp-content/languages. For example, install
    72  * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
    73  * language support.
    74  */
    75 define('WPLANG', '');
    76
    77 /**
    78  * For developers: WordPress debugging mode.
    79  *
    80  * Change this to true to enable the display of notices during development.
    81  * It is strongly recommended that plugin and theme developers use WP_DEBUG
    82  * in their development environments.
    83  */
    84 define('WP_DEBUG', false);
    85
    86 /* That's all, stop editing! Happy blogging. */
    87
    88 /** Absolute path to the WordPress directory. */
    89 if ( !defined('ABSPATH') )
    90 	define('ABSPATH', dirname(__FILE__) . 'https://www.rezon8.net/');
    91
    92 /** Sets up WordPress vars and included files. */
    93 require_once(ABSPATH . 'wp-settings.php');?>

    Ive only replaced values above with the word CORRECT, no “” or anything else has ben altered. I also currently have my plugins folder renamed to .old in case those are a problem. I have access to the db and there are no crashed or loced tables. Im really puzzled can anyone help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rezon8dev

    (@rezon8dev)

    also, I have a index.html up so that is why I included the /index.php in my above url to the site.

    Thread Starter rezon8dev

    (@rezon8dev)

    case closed, wow for the record this is one of the dumbest errors I have made to date. I set text wrangler to number the lines, but actually in the file rather than on the side of the file. The issue was that the line numbers were actually saved as text inline on the file, WOW!~

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘front and back end unavailable – parse error’ is closed to new replies.