seanperryman
Forum Replies Created
-
Looks like it is a problem with IMAP having the Kerberos module installed by default, which apparently upsets Microsoft Exchange. Here are some links to instructions on how to fix it. A side note, these did not work for me as I am using Ubuntu as my server platform instead of CentOS. If you use CentOS (or RHEL) you should be fine.
http://forums.kayako.com/threads/fix-kerberos-error-on-email-parser.29626/
http://forums.kayako.com/threads/email-parser-imap-mail-queues-with-microsoft-exchange.30951/Just added in a WordPress error log viewing program and came up with this:
PHP Notice: Unknown: Kerberos error: No Kerberos credentials available (try running kinit) for [192.168.1.12] (errflg=1) in Unknown on line 0
(This was not in the php error log previously). This is something I can research. I will post the answer when I solve this problem.
EDIT: I am going to take a guess that I don’t have basic authentication available on my Exchange server. Checking into that now.
- This reply was modified 8 years, 2 months ago by seanperryman. Reason: Quick Update
It appears that it just isn’t running whatever recurring task/cron is required to import. When I look at the debug log I do not see anything pertaining to connecting to the IMAP server or anything of that nature.
Forum: Fixing WordPress
In reply to: Advanced page password protection set by user.Would it not work to just have people log out, or maybe even expire their session after so long (if they aren’t actively refreshing the page)? They would have to log back into the whole site, but that seems to be an easy and straightforward solution. In theory, if they are actively working on the site their session will continually be refreshed so they won’t experience any issues during the work day.
Here is a StackOverflow post talking about changing the default expiration time: https://stackoverflow.com/questions/9191359/how-to-change-session-expire-time-in-wordpress
Forum: Fixing WordPress
In reply to: Mobile device helpPersonally, I would start the design over with a theme that is specifically mobile responsive, but that is obviously not always the best option (or even an option at all in some cases). You might have luck with one of these plugins which claim to assist in making your website mobile responsive. You might look into using JetPack’s “Mobile Theme” option and see where that gets you.
Ref: https://www.searchenginejournal.com/5-fantastic-wordpress-plugins-make-site-mobile-responsive/111610/
Ref: https://jetpack.com/support/mobile-theme/Forum: Fixing WordPress
In reply to: wp-confih.phpYou should be able to go through the wp-config-sample.php and edit the values to match your database settings. Just enter your database settings, and utilize the site below to generate new salts. You can then move the wp-config-sample.php to wp-config.php and should be good to go.
Forum: Localhost Installs
In reply to: http to https by mistakeYou should be able to change the wp-options.php file to reflect the correct site URL. I’ve included an article that talks about this procedure, along with changing the site URL in the database if necessary.
Forum: Fixing WordPress
In reply to: Listing categories alphabeticallyIt looks as though you may have to dig into some code to accomplish this, I was not immediately able to locate a plugin that provides this particular functionality.
It doesn’t seem too daunting, this StackOverflow post describes a method that looks like it will work for you.
Ref: https://wordpress.stackexchange.com/questions/175699/post-list-category-plugin-alphabetical-order
Forum: Fixing WordPress
In reply to: Trouble with AdsenseCan you post a link or the code you are trying to input? The likely scenario is that there is an error in your HTML.
Forum: Fixing WordPress
In reply to: FooterThat would likely depend on the theme you are using, perhaps there is an option to display the footer on other pages? Or perhaps the footer widget is only applied to the home page, and you’d need to explore a different method of getting a cohesive footer across all of your pages.
Here is an article detailing a few footer-specific plugins that might help.
Ref: https://www.sourcewp.com/best-wordpress-footer-plugins/
Forum: Localhost Installs
In reply to: Database migration – Which is the best plugin to use.While I’ve not used that plugin personally, it looks to be a complete solution which will clone the site you’ve developed to a production server. If it is like other systems, it will provide you with an installer and an archive you would download to your computer, and then upload to your hosting provider.
There is a video on their plugin page that outlines the process, it looks really straightforward. Best of luck!
Forum: Fixing WordPress
In reply to: Wp-Admin Not LoadingYour wp-admin page loads just fine for me, could it be a browser cache issue? Can you try it from a different browser or perhaps a different computer?
If that doesn’t work could you possibly have a plugin installed which might have blocked you specifically? WordFence or something of the like? If this is the case you’d want to log into your site via FTP (or through cPanel) and disable the offending plugin manually.
Forum: Fixing WordPress
In reply to: Buddy Press Confirmation mail problemThis seems to be a pretty common problem, and likely stems from your hosting provider either not providing PHP mail() functionality, or is blocking outbound unauthenticated mail. You can get around this by utilizing a plugin (I prefer WP-SMTP https://ww.wp.xz.cn/plugins/wp-smtp/) and configuring it to use GMail (or another provider) to relay your outbound mail.
Forum: Fixing WordPress
In reply to: HTML appearing in featured postsHey, glad to hear it!
Forum: Fixing WordPress
In reply to: Moving a large website to WP?You can certainly recreate that site in WordPress, that shouldn’t be a problem. I don’t think it will be too much work recreating what you have now, there will certainly be a lot of data entry! It will definitely make the site more maintainable and friendly for those who must maintain it.
You can put your site in Maintenance Mode which will display a page to any users who browse the site, and will hide your content. Here is a quick article on how to do that: http://www.wpbeginner.com/plugins/how-to-put-your-wordpress-site-in-maintenance-mode/