hearthmoon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: custom page template not workingThank you for your reply. Permalinks were the same on local and live site. Custom template should not be necessary for just one page as a comment in the article you kindly linked to pointed out. I did try turning a page into a custom templates as suggested, however, to no avail.
But the problem is resolved! After a good night’s sleep I noticed there was one page-{slug} that was working. What was different about this page? It had a longer name. Yep. Apparently you can’t give your page a three letter name, ever, not any three letters, even if it doesn’t appear to conflict with other pages.
Forum: Fixing WordPress
In reply to: Can't login to dashboardI did not do this, as I did not feel comfortable fooling around with this file. Someone from host company fixed the problem–a lot of corrupt files on my site. So, this is resolved.
Forum: Fixing WordPress
In reply to: Can't login to dashboardRenaming .htaccess brings up Internal Server Error when I reload the blog page.
AddHandler application/x-httpd-php54 .php .php5 .php4 .php3
RewriteEngine off
RewriteCond %{HTTP_REFERER} !^https://hearthmoon.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://hearthmoon.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://hearthmoonblog.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://hearthmoonblog.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoon.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoon.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoonblog.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoonblog.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.yellowbirchschool.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.yellowbirchschool.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.wwwhearth.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.wwwhearth.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://wwwhearth.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://wwwhearth.hearthmoonrising.com$ [NC]
#RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ – [F,NC]# 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><IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Can't login to dashboard.htaccess was last modified in April.
Forum: Fixing WordPress
In reply to: Can't login to dashboardNo I have not modified htaccess.
Forum: Fixing WordPress
In reply to: Can't login to dashboardThe browser tries to load the page and can’t. If you click the login link you can see what happens. I did rename the Weaver theme folder to disable it–what happened was that my page loaded as a white screen, nothing on it. I did check that link first, but I have done everything it says that I know how to do. I suspect it’s a problem with the theme. If I can activate twenty-fourteen from my host site control panel I could rule that out, but I don’t know how to do that.
Forum: Fixing WordPress
In reply to: Can't login to dashboardForum: Fixing WordPress
In reply to: Can't login to dashboardNo error, no warning, no blank screen. No chance to use a password. When I click the “login” link from my blog, it just gets hung up until finally the “page cannot be displayed” page comes up.
Forum: Fixing WordPress
In reply to: Media image upload http errorMy webhost company resolved this issue for me. I don’t know what the problem was.
Forum: Fixing WordPress
In reply to: Media image upload http errorstill having problems with this
Forum: Fixing WordPress
In reply to: Media image upload http errorStill having problems here with the media upload. I’ve been searching other threads and it seems like this is a very common problem, but no real solutions.
Forum: Fixing WordPress
In reply to: Media image upload http errorIs this a 3.9 problem? Not sure. We might be having different issues. I began having problems after the last of the 3.8 auto updates.
Forum: Fixing WordPress
In reply to: Media image upload http errorTo summarize things I have tried: changing permissions, disabling plugins, exploring temp folder on control panel (not full), exploring excessive backups (not a problem), looking at php_errorlog (nothing there), changing to default theme in a child folder, using in different browsers.
When I try to upload a photo from my computer I get “http error” and the picture does not show in the media library. About 15 minutes later, the picture does show, but I can’t select a size from the media panel. On the code in text for the post it shows my caption and my picture size as 1 pixel. When I manually change that, the picture does display in the post.
Forum: Fixing WordPress
In reply to: Media image upload http errorlol indeed. No, I’m not reinstalling a blog that’s been up 2+ years and 150 posts. I’m also still not clear whether the problem is with my server or with wordpress program, though it’s looking more like a wordpress issue.
Forum: Fixing WordPress
In reply to: Media image upload http errorOkay, I’m getting some more information about this…I just noticed that the media size on my uploaded pictures that have the http error are showing 1 pixel by 1 pixel. When I change the pixels in the html code for both the picture and the caption it is displaying okay. Still getting the http error on upload though. I guess I’ve found a workaround, but obviously this needs a better fix.