EvaCatHerder
Forum Replies Created
-
Forum: Plugins
In reply to: [WP 2FA - Two-factor authentication for WordPress] Conflict with WordfenceUnfortunately, this has brought an old bug back to life.
https://www.dropbox.com/s/ppfk0ai7a19d3c8/old%20bug.mov?dl=0Forum: Plugins
In reply to: [WP 2FA - Two-factor authentication for WordPress] Conflict with WordfenceHi-
Just checking in to see if you have made any progress on this bug yet.
Thanks,
EvaForum: Plugins
In reply to: [WP 2FA - Two-factor authentication for WordPress] Conflict with WordfenceHi,
1. I am using the free version of Wordfence.
2. This is the only item checked in login security and I cannot uncheck it -https://www.dropbox.com/s/7vhvp0u7uxg604c/Wordfence.jpg?dl=0
3. I uninstalled and reinstalled the plugin, reset the 2FA configuration and got the same error message.
Thanks.
Forum: Plugins
In reply to: [WP 2FA - Two-factor authentication for WordPress] 2FA Form is unreadableI was able to fix it by going to Full Screen and then going out of Full Screen and now it works.
Forum: Plugins
In reply to: [WP 2FA - Two-factor authentication for WordPress] 2FA Form is unreadableI am on a MacBook Pro, using Chrome and my resolution is the system default.
https://www.dropbox.com/s/ihn3ydavopkkhiz/WP_2FA_User_Profile.jpg?dl=0
https://www.dropbox.com/s/vcn9lhy34zjzpe8/WP_2FA_User_Profile%20QR.jpg?dl=0I am having the exact same issue. This is the shortcode I am using: <
<?php if ( is_home() ) {
echo do_shortcode(‘[ngg_images gallery_ids=”5″ display_type=”photocrati-nextgen_basic_slideshow” gallery_width=500 gallery_height=125]’);
} ?>This worked up until I installed the latest update. I also tried clearing the image cache, but no change.
No custom code for EM. I tried switching to a default theme and that didn’t work either. Other thoughts?
Forum: Fixing WordPress
In reply to: require(wp-blog-header.php) on 3.4I was copying the text from the file itself, not “view source” and I am as stumped as you are about how that got in there. I replaced the wp-blog-header.php from my original WordPress zipped file and that fixed the problem.
Thank you all for your help!
Forum: Fixing WordPress
In reply to: require(wp-blog-header.php) on 3.4Here is the code on lines 15-20 of wp-blog-header.php:
require_once( ABSPATH . WPINC . ‘/template-loader.php’ );
(include_path=’.:/usr/local/lib/php:/usr/local/php5/lib/pear’);Forum: Fixing WordPress
In reply to: require(wp-blog-header.php) on 3.4That was definitely progress, but I am still getting this error: Parse error: syntax error, unexpected ‘=’ in /home/intuitionmatters/intuitionmatters.net/wordpress/wp-blog-header.php on line 17
Forum: Fixing WordPress
In reply to: require(wp-blog-header.php) on 3.4I do have an .htaccess file. This is what is in it:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressAll of the WordPress files are in inutitionmatters.net/wordpress. I have a copy of the index.php file in the root so I could set the site address as intuitionmatters.net.
Forum: Installing WordPress
In reply to: Site is just a white page after a manual installDone. Still same problem.
Forum: Installing WordPress
In reply to: Site is just a white page after a manual installI did exactly what you suggested and I got no error messages at all, still just a white page. I tried checking in Chrome, Firefox 4 and Safari, after clearing the cache.
Any other thoughts?