By khennygbade
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!
Hello,
You are missng a closing ; after this line here:
define( 'WP_MAX_MEMORY_LIMIT', '500M' );
Hope that this helps. Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.