Can anyone please help!
]]>I am getting the following error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING in /home/concier4/public_html/wp-config.php on line 22
I have been calling and emailing my hosting provider to help me, but to be honest, they are useless.
It is driving me crazy. Does anyone here know how I can fix this error?
NB – I get the same error message for wp-admin and my site, so cannnot edit/access the back end.
Thanks in advance,
Layla.
]]>I have included the following into my wp-config.php file at lines 102 and 103 in my localhost :
define( ‘FORCE_SSL_LOGIN’, true );
define( ‘FORCE_SSL_ADMIN’, true);
But since then I am getting these error messages at the login screen for my WP dashboard:
Notice: Constant FORCE_SSL_LOGIN already defined in D:\xampp\htdocs\wordpress01\wp-config.php on line 102
Notice: Constant FORCE_SSL_ADMIN already defined in D:\xampp\htdocs\wordpress01\wp-config.php on line 103
Kindly explain why I am getting these error messages and how I can rectify the situation to force ssl login.
Regards
Debashis
]]>WordPress 3.5 add new media is not working, so it’s impossible now to add a new file when I want to post a new post or page.
From other threads I’ve found this solution:
Add: define(‘CONCATENATE_SCRIPTS’, false ); in your wp-config.php file just before require_once(ABSPATH . ‘wp-settings.php’);
I’m new at this and don’t know how to locate that file. Any help would be appreciated.
]]>“To allow use of this page to automatically repair database problems, please add the following line to your wp-config.php file. Once this line is added to your config, reload this page.
define(‘WP_ALLOW_REPAIR’, true);”
I have no idea where my wp-config.php file is or how to do this. Can any one help?
]]>I an new to Word Press and have just created a new account here.
I am hoping I can get a resolution to my problem.
I am using the 5 minutes installation guide and am having a problem with step 5: (see below). When I navigate to
https://eastcoasttechwriter.ca/wordpress/wp-admin/install.php
I am getting a blank page in my browser.
In the wp-config.php file there is one place I don’t understand
what I need to put here.
/** WordPress absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
Can someone please help me.
=========================
5.Open /wp-admin/install.php in your browser. This should setup the tables needed for your blog. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums with as much data as you can gather.
]]>