kjoy
Forum Replies Created
-
I’m having a similar problem with the plugin. I’m using WordPress 4.0 and it is not working as it previously was. I’ve tried both gmail and yahoo SMTP server information and both fail to send test emails. I’ve also tried sending to different email addresses on different servers. I also deactivated all other plugins and it still doesn’t work.
The SMTP debugging output is:
SMTP -> ERROR: Failed to connect to server: Connection timed out (110)
So after looking into it a bit more, it looks like my calendar feed from Google Calendars with the category ‘Special Events’ is renaming itself for some reason to ‘113’. This is what was causing the problem. If anyone knows why that would happen any insight is appreciated.
Hi,
I tried this and it still doesn’t work. Any other thoughts?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Do Not Allo PO BoxesI would like to use this code as I can’t ship to PO Boxes either, but when I place it in my functions.php file it still allows me to enter a PO Box as my shipping address. Any insight?
I do, I did that and it worked. Thanks!
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog "select images" button disappearedThanks! One more question: is there any way to copy over the gallery items i have in Catablog to a different server. I noticed when I just copied the catablog plugin folder to another server to test it, none of them came with it.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog "select images" button disappearedThe regular one is not working either. Same thing happens. I will let you know what the host says.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog "select images" button disappearedSo I tried the options you recommended and it seems that it is a server error! I spoke with my site host and they said it is coming up with this error message:
[Thu Jun 14 20:15:05 2012] [error] [client 69.195.67.141] client denied by server configuration: /home4/dishing2/public_html/wp-includes/js/swfupload/swfupload.swf, referer: http://dishingjh.com/wp-admin/admin.php?page=catablog-upload
In order to fix it, the host is wondering if there are there any special parameters that need to be updated for the plugin to work? Or anything else that may pertain to that error message?
Thank you!
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Lightbox wont work on Vimeo linkI was able to solve the problem. THanks!
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog "select images" button disappearedDo you have any other ideas on what could be causing this? I’m desperate!
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog "select images" button disappearedI’m using 1.6.3
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog "select images" button disappearedI set my theme to TwentyTen and disabled all other plugins and there is still no select images button. I am using WordPress 3.3.2 and I haven’t upgrade my theme recently.
Thank you MelanieMcGee! That was an easy fix that will work for me.
Forum: Fixing WordPress
In reply to: Permalinks not working after site directory transferOkay, the server error is fixed, but I’m still having the same permalink issues. Are the permalinks solely based on the .htaccess file? WordPress is telling me to add the following mod_rewrite rules into it:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /new-site/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /new-site/index.php [L]
</IfModule>but when I do, nothing happens.
Forum: Fixing WordPress
In reply to: Permalinks not working after site directory transferI did. Everything transferred, but I can’t fix the permalinks. And even worse yet, I just stepped away from my computer for about an hour, and when I came back and went to http://www.dishingjh.com now all that comes up is this error message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I can access my admin dashboard, but not the actual website. Is this related to permalinks? Even though it was working fine and I didn’t change anything?