johnnyd85
Forum Replies Created
-
I’m sorry but this is not working. Below is your lines 2 & 3. Line 2 tells me to change the password to a random value. Then at the end of line 3, you state (again, with your real password in place): If you just had me change to a random one and save, I’m not getting it. Are you saying that in the wp-congig.php file I should be substituting my real password in between the single quote marks of where it says, ‘your password’in the following code? define( ‘WPMS_SMTP_PASS’, ‘your_password’ );
2) Refresh your site, then go to Settings > WP Mail SMTP and enter a random value as the password (for example, 123). Save these settings.
3) Go back to wp-config.php and switch the first line to say true. This is how you code should now look (again, with your real password in place):
This what you said above; “For now, though, you can get around this issue with the following steps:”
1) Set the first line of code define( ‘WPMS_ON’, true ); to false in wp-config.php.
So the code should be:
define( ‘WPMS_ON’, false );Where do I put the code? First line of code? As stated previously, do you mean on line 84 where it currently is blank or on line 1 where it says, ‘<?php or somewhere else? Thank you.
Forum: Fixing WordPress
In reply to: permalink and slugthank you but you must have responded at the same time I edited my request. The static page distorts the home page colors and the header is gone.
I’m a little confused. When you say on #1 to set define( ‘WPMS_ON’, true ); to false in wp-config.php. so the code should be:define( ‘WPMS_ON’, false );, do you mean line 83 where it currently shows the defaulted code of define(‘WP_DEBUG’, false);, or put it underneath on line 84 which is blank or on line 1 where it says, ‘<?php? Secondly, define( ‘WPMS_ON’, true ); is not even included within the wp-config.php page. As stated previously, I tried replacing defaulted line 83 define(‘WP_DEBUG’, false); with your suggested code and it didn’t work and I also tried leaving line 83 alone and put your suggested code on lines 84 and 85. Please advise.
72* For developers: WordPress debugging mode.
73*
74* Change this to true to enable the display of notices during development.
75* It is strongly recommended that plugin and theme developers use WP_DEBUG
76* in their development environments.
77*
78* For information on other constants that can be used for debugging,
79* visit the Codex.
80*
81* @link https://codex.ww.wp.xz.cn/Debugging_in_WordPress
82*/
83define(‘WP_DEBUG’, false);
84
85/* That’s all, stop editing! Happy blogging. */
86
87/** Absolute path to the WordPress directory. */
88if ( !defined(‘ABSPATH’) )
89define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
90
91/** Sets up WordPress vars and included files. */
92require_once(ABSPATH . ‘wp-settings.php’);
93Also the load time for these pages are very long.
I got the mail to work. However, a suggestion comes up; “With this in mind, we highly recommend you set up your password in your WordPress configuration file, wp-config.php for improved security.”
Here’s the code you’ll need to add:
define( ‘WPMS_ON’, true );
define( ‘WPMS_SMTP_PASS’, ‘your_password’ );I tried this and went back to refresh my WP Mail SMTP page. My password was grayed out which was good, but after doing a retest, it failed. Once I removed the code and refreshed the page, it worked again. I tried this two ways. One, I removed define(‘WP_DEBUG’, false); and replaced it. The second, I just pasted the suggested code on the next line underneath define(‘WP_DEBUG’, false);. Both ways it didn’t work. Please advise.
Versions:
WordPress: 4.9.6
WordPress MS: No
PHP: 5.6.36
WP Mail SMTP: 1.2.5Params:
Mailer: mail
Constants: NoServer:
PHP.mail(): Yes
Apache.mod_security: NoI have wordpress 3.9.1 and it still not working right. Text disappears. I am also using TinyMCE Advanced 4.0.2.Is the temporary solution to use text or visual, don’t switch while on the page, then change pages, come back to that page and use either the text or visual? Or do I need to completely log out of wordpress before accessing that page again? Or the worse case scenario, that I can never utilize visual if I utilize text first?
Is this a gimmick so as to have to purchase the upgraded version? Each time I try to backup files it states incomplete with no explanation why.