Bluetera
Forum Replies Created
-
I had this same problem and the solution given by fifthelement solved the problem for me. Thank you!
Forum: Plugins
In reply to: [Max Mega Menu] No links working except last menu item?Tom,
Thank you so much! That worked perfectly. I removed that reference of mega-menu from both the primary menu and the right side menu.
Have a great day!
Forum: Fixing WordPress
In reply to: next_posts_link not working… grrrr…In IE? Not sure why I can’t click them on my end.
Forum: Fixing WordPress
In reply to: next_posts_link not working… grrrr…Hmmm… well now I am having a problem with the previous/next links on the single.php page. The text for the links show up and are colored as if they are links, but the link itself does not work. I can see the link tag in the source code is applied, but for some reason you cannot click the link. Any ideas?
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="navigation"> <div class="alignleft"><?php previous_post_link('%link', 'Previous Post', TRUE); ?> </div> <div class="alignright"><?php next_post_link('%link', 'Next Post', TRUE); ?> </div> </div>
Thanks again.
Forum: Fixing WordPress
In reply to: next_posts_link not working… grrrr…I worked it all out. Changed those things you mentioned too. Thanks!
Forum: Fixing WordPress
In reply to: next_posts_link not working… grrrr…Nevermind… realized it was out of the loop.
Forum: Fixing WordPress
In reply to: next_posts_link not working… grrrr…Looks squished and hard to see in that code box above…
<div class="navigation"> <div class="alignleft"><?php next_posts_link( 'Older Entries ?', 0 ); ?> </div> <div class="alignright"><?php previous_posts_link( 'Newer Entries ?', 0 ) ?></div> </div>
Forum: Fixing WordPress
In reply to: Blog has been live for years, but Google won't rank??Ahhh I see that now. I think I had something wrong in the robots file. Thanks.
Forum: Fixing WordPress
In reply to: problems with login page not working… help??I did a bunch of digging and believe I have resolved the issue on my own.
I think there was a problem with email activations not being sent out at an earlier date (possibly from a faulty plugin that was later removed). So those users could not log in because they did not get the activation email.
Then there was the issue with the registration page. The changes I made to pluggable.php cleared up all errors in front and back end.
Now the activation emails are being sent and user login is working after account activation. I went into the database and manually updated the old users that did not get the activation email. For anyone that needs to do that, go to wp_users table, then edit the field user_status. 0 means active and 2 means inactive.
Forum: Fixing WordPress
In reply to: problems with login page not working… help??Please don’t ban me!! Just have more info to add! ??
The registration page, although giving me the error, is creating the accounts and applying the correct user role to them.
I’m still getting the white blank page when I try to submit a new user via admin.
UPDATE:
I went ahead and put that edit back into pluggable.php which eliminates the registration page warning and also eliminates the blank white page I get when I create a new user via admin. Still testing.
Forum: Fixing WordPress
In reply to: problems with login page not working… help??I saw where someone else was getting the same error. I tried the solution that was suggested there. It did make the errors go away, but the user accounts being created from that registration page are still having a login issue. I cannot log in with the newly created accounts. With or without this edit… the form IS creating the accounts, but you can’t log in with them. Login page just refreshes.
Here was the change I tried (I reverted back to the old until you let me know if you think I should use this change or not)…
This was in pluggable.php
Original:
require_once ABSPATH . WPINC . '/class-phpmailer.php'; require_once ABSPATH . WPINC . '/class-smtp.php';
Edited (this gets rid of the warning):
if ( !class_exists("PHPMailer") ) require_once ABSPATH . WPINC . '/class-phpmailer.php'; if ( !class_exists("PHPMailer") ) require_once ABSPATH . WPINC . '/class-smtp.php';
It seems like the registration process (from the custom register page) is not creating the accounts correctly or something. Because if you create an account from admin it works fine. Use the front end registration page and you can’t log in with that user.
Forum: Fixing WordPress
In reply to: problems with login page not working… help??Yes, that is all that’s on that line.
Could the problem be in the register.php page?
Here is some of the surrounding code so you can see…
* PHPMailer - PHP email transport class * @package PHPMailer * @author Andy Prevost * @copyright 2004 - 2009 Andy Prevost */ class PHPMailer { ///////////////////////////////////////////////// // PROPERTIES, PUBLIC ///////////////////////////////////////////////// /** * Email priority (1 = High, 3 = Normal, 5 = low). * @var int */ var $Priority = 3;
Forum: Fixing WordPress
In reply to: problems with login page not working… help??class-phpmailer.php line 34
class PHPMailer {
Forum: Fixing WordPress
In reply to: problems with login page not working… help??I know… I said earlier that newly created users do not have login problems. I said the problem was with old users (which is fine, I will just delete them)… but that the problem is now with the registration process.
No, no plugins like that. Just buddypress and wp-e-commerce
Forum: Fixing WordPress
In reply to: problems with login page not working… help??Hmmm.. there is no pm option on here?
user: testu
pass: atest