amanamission
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Database error on installI first tried it with localhost and after that didn’t work, I reexamined my MySql database info and saw that it says
Host: MYSQLHOSTNeedless to say, that didn’t work either…
and for the record, I also re-copy/pasted my database name, username & password to make sure that there wasn’t a typo or extra space or anything. Still showing error in connecting.
Forum: Fixing WordPress
In reply to: Comment box not enabledFinally got permalinks working on Netfirms, thank you very much joel!
I suggest all Netfirms users with permalinks problems read his blog. It’s a little tricky, but it works!
Forum: Fixing WordPress
In reply to: Comment box not enabledFrom Netfirms support:
NOTE: WordPress v2.0 has reported issues with WordPress v2.0 Permalinks and PHP 5. Therefore we suggest that you activate PHP version 4 from your Netfirms Control Panel if you wish to use WordPress permalinks.So maybe the other hosts (like the one in this thread) are running into an issue with PHP 5.
There are many, many issues with permalinks and recent upgrades.
Forum: Fixing WordPress
In reply to: Comment box not enabledOkay, but I don’t see why you have to attack me over this…it’s certainly not my fault there is a conflict with the server configuration. And the fact remains that this started to be a problem with recent updates of WordPress, so it’s as true that WP doesn’t support Netfirms as that Netfirms doesn’t support WP.
When an update doesn’t work with certain common configurations, I call this a bug. Call it what you like. I’m sure you’ll be better able to advise the next Netfirms user with these issues.
BTW, the hacks didn’t work either.Forum: Fixing WordPress
In reply to: Comment box not enabledWell, actually, this is the first real piece of information I’ve gotten about this. It does seem that Netfirms started having compatibility issues with 2.0. Fortunately, I’ve found a couple of articles containing hacks that users say worked for them, and if I solve the problem, I’ll post it here so future users can waste less time with this.
The issue seems to be that Netfirms does not support Allow Overwrite.
So not a WP bug after all, just a compatibility issue with a large host. Hopefully these hacks still work.Forum: Fixing WordPress
In reply to: Comment box not enabledI’m aware that Netfirms stinks, but what has that to do with it? I’m not using the one-button install…and I can’t change hosts, for a variety of reasons I’m stuck with it. What, exactly, prevents Netfirms from completing this transaction. Is it a lack of software?
Forum: Fixing WordPress
In reply to: Comment box not enabledYeah, that’s the work-around I put in to compensate for the error…that link is part of the post. I discovered that I could reach the comment page by adding that link, so it’s almost ok…except that I have to add it to each post.
I’m not sure what information you want about my setup. It’s pretty straightforward and a lot of the oddities users seem to be seeing are the result of many, many experiments, most of which have been undone.
I am hosting five domains, three of which are blogs, and I assure you that nothing is unusual about my setup.
What facts do you think would be helpful?Forum: Fixing WordPress
In reply to: Comment box not enabledwhooami”Good luck. I’ve moved on. people get one shot with my help — thats all. “
please do.
mrmist- “Did you do that? What were the results? Did the .htaccess file change as you changed the options for permalinks? “
thank you for your help mrmist!
I did try doing that quote:It was suggested that I set the the .htaccess to full perms and try to resave the permalink structure and see if it works and then change the .htaccess back to the default.
I believe that I have literally tried every combination of .htaccess and permalink structure to no avail.
I was changing the perms in the .htaccess contained within the blog directory.
I am hosting 5 domains and 3 blogs on this host. All of the blogs are having the same problem.
Each directory containing a blog has a corresponding .htaccess file. Each .htaccess file looks like this –
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
There is also one .htaccess file in the root directory for all of my domains. It looks the same.
Do I need to change the .htaccess in each blog directory to say the location, or is the rewrite base location implied because the .htaccess file is in that directory.
To answer your question – Did you do that? What were the results? Did the .htaccess file change as you changed the options for permalinks?”
I am not sure. But above is how it looks now.
Forum: Fixing WordPress
In reply to: Comment box not enabledThanks for the response
I read every reply carefully and try to address each point and question made. I answered mrmist yesterday about my .htaccess files
Quote-“Well, that could have something to do with it…
I tried to view the .htaccess file and the the message came back –
Forbidden
You don’t have permission to access /consciousness/.htaccess on this server.I changed the perms for full access for the owner, public can read and group can read and write (public and group are set to default…)
but the comments are still not working.
What should the .htaccess be set to?
Could there be another way to set the URL correct? ”
I never got a clear answer.
It was suggested that I set the the .htaccess to full perms and try to resave the permalink structure and see if it works and then change the .htaccess back to the default.
I believe that I have literally tried every combination of .htaccess and permalink structure to no avail.
I’ll try this new code – does anyone know whether line 4 is better written –
RewriteBase /blog/
or simply
RewriteBase /and Which folder should I look for (or insert?) this code into?
Forum: Fixing WordPress
In reply to: Comment box not enabledThanks for nothing.
And for doing your best to make sure no one else looks at it either.Forum: Fixing WordPress
In reply to: Comment box not enabledBecause of the ssl certificate, my site is actually located at behind the sslpowered.
When I first installed WP it I had the WordPress address (URL) and the Blog address (URL) (in WP Options settings) directing to https://www.bookofmoron.com but I just changed the WordPress address URL to the sslpowered thinking that that may have been part of why the .htaccess wasn’t rewriting.
That was an test to see if I could fix it, it didn’t work, and I already changed it back.
I am not sure how you got to “/index1.html” or why it exists at all, as the address is index.php but when I click on the link it seems to be going to the blog…
It may be due to how I have it set up – except that everything works just fine using the default permalinks…when I use the pretty permalinks, the url for the comment fails to include a simple “?p={page number}” before the #respond.
Whether or not it’s a WordPress bug, it is an oversight. It seems that just about everyone would want their permalinks set to post name rather than questions marks and numbers.
The option to change the permalinks exists, but it virtually disables the functionality of the blog, because people can’t view individual posts by clicking the title, and cant respond by clicking the respond button.
I just need some support in how to fix this – at least some evidence that anyone understands my problem.
I’ve looked for other people having this problem, and they all seem to fix it by doing without the pretty permalinks ??
Forum: Fixing WordPress
In reply to: Comment box not enabledQuote:
zhaval
Member“AmanaMission
Check this link, perhaps you can find something helpful..
Hmm…doesn’t seem to be addressing the same issue…
I created a temporary work-around be adding the url to the comments page as part of every post…but that isn’t really a great solution, because the post url still doesn’t work – if you click on the title of a post, the url shows the post name correctly, but the page continues to display the blog homepage with all of the posts
??Forum: Fixing WordPress
In reply to: Comment box not enabledResetting perms for .htaccess doesn’t seem to do it either! Could this be related to the version of PHP (5.2)I’m running?
zhaval, if you see this…did you give up on permalinks or did you get it to work somehow…if you fixed it, can you please show me exactly how you did it?
I wonder what is similar about our server configuration to cause this. Zhaval, if you are still subscribed, I’d like to brainstorm a little more, as you probably know more about this than anyone.
I could really use a talented troubleshooter to help me get around this! I promise my blog will be really great!
Forum: Fixing WordPress
In reply to: Comment box not enabledWell, that could have something to do with it…
I tried to view the .htaccess file and the the message came back –
Forbidden
You don’t have permission to access /consciousness/.htaccess on this server.I changed the perms for full access for the owner, public can read and group can read and write (public and group are set to default…)
but the comments are still not working.
What should the .htaccess be set to?
Could there be another way to set the URL correct?
Forum: Fixing WordPress
In reply to: Comment box not enabledI am pretty sure that the files are being updated, because the urls for the links are changing.
Which file, exactly, would be one affecting this?