mattmend
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unsuccessfully moved blogNot sure what you mean. As I said initally, I copied index.php from blog/wp-admin to / and then edited it to point to ./blog/wp-blog-header.php. Anyhow, it’s resolved now. The added themes were not working properly after changing the address. Uploading them again and reapplying them resolved the issue.
Forum: Fixing WordPress
In reply to: Unsuccessfully moved blogChanging back to the default theme has corrected it for the moment. On a hunch I switched that back. Not sure why it fixed it though….
Forum: Fixing WordPress
In reply to: Unsuccessfully moved blogJust one error in the entire log:
[Tue Apr 22 10:09:47 2008] [error] [client 99.242.22.193] File does not exist: /home/40632/domains/thisnurse.ca/html/favicon.ico, referer: https://thisnurse.ca/
index.php at blog/wp-admin:
<?php /* Short and sweet */ define('WP_USE_THEMES', true); require('./wp-blog-header.php'); ?>
index.php at /
<?php /* Short and sweet */ define('WP_USE_THEMES', true); require('./blog/wp-blog-header.php'); ?>
Hope this helps. I’ll change it all back soon if I can’t get it running…
Forum: Fixing WordPress
In reply to: Unsuccessfully moved blogYes, you’re right it was just “written like that here”….
There are full URLs where necessary.
Forum: Fixing WordPress
In reply to: Unsuccessfully moved blogI didn’t edit the Permalinks before I set up the blog.
Forum: Fixing WordPress
In reply to: Unsuccessfully moved blogno. the address is https://thisnurse.ca www isn’t resolving yet. thisnurse.ca/blog/wp-admin/ is where WP is located.
Forum: Fixing WordPress
In reply to: Unsuccessfully moved blogYes, I did COPY it. The original exists in its original, unedited form at /blog.
Forum: Fixing WordPress
In reply to: Unsuccessfully moved blogI misspoke. Those were the instructions I used. I did not, however, have to move anything because the WordPress files all stayed in /blog. What I did change was the publishing address – to / . So the only file I moved (and edited) was index.php. Is there another step I’m missing?
Forum: Fixing WordPress
In reply to: Database error when deleting draft postsI first clicked ‘edit’ from the manage screen. Then clicked ‘delete post’ at the bottom of the ‘write post’ page.
Forum: Fixing WordPress
In reply to: Left with blank admin pagesYeah the blog’s been running fine since the upgrade. Only when I tried these new plugins.
Forum: Fixing WordPress
In reply to: Moving Index.php in 1.5Never mind. Problem solved. Some reason, doesn’t like entire URI spelled out in blogheader line. When I updated it to just a locally-referenced URI, it worked fine.
Forum: Fixing WordPress
In reply to: Moving Index.php in 1.5Interesting. The location was still set properly and I updated the require line as mentioned above but can’t get pages to load now. No syntax errors either. Odd.
Forum: Fixing WordPress
In reply to: Tons of Posts from Internet Poker SitesI added the word ‘poker’ to my comment spamlist and any comment with that word is now held for moderation. Not a great solution but did stop the current wave…
Forum: Fixing WordPress
In reply to: Email notification of new comments not workingFixed it myself. No mail server was running on the box. Enabling postfix did the trick…
Forum: Installing WordPress
In reply to: Starting over…Thanks. I’ll install that and give it a try.