Report this

What is the reason for this report?

Parse error: syntax error, unexpected '$table_prefix' (T_VARIABLE) in C:\xampp\htdocs\superlative\wp-config.php on line 66

Posted on August 13, 2020
Parse error: syntax error, unexpected '$table_prefix' (T_VARIABLE) in C:\xampp\htdocs\superlative\wp-config.php on line 66

this is the line 66 below
define( 'NONCE_SALT',       'v-$s(N;Bt)34 cQ%-m|/8qa3g$,jJ3H;@AnBXK}&hV|$Jkv*d.k<b{YE}>9152hU' );
define( 'WP_MAX_MEMORY_LIMIT', '500M' )
/**#@-*/

/**
 * 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!
 */
66. $table_prefix = 'wp_';


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

You are missng a closing ; after this line here:

define( 'WP_MAX_MEMORY_LIMIT', '500M' );

Hope that this helps. Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.