juanfer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Forward through SSHNo input on this?
Forum: Fixing WordPress
In reply to: Problem when admin edits commentsI’m kind of new in this wp thing, and I have not played much with it yet. However your problem makes me thing of the option you will find under Options->Writing that tells wp to correct invalidly nested HTML tags or something like that.
Do you have that option checked? If you do, then try unchecking it.
Just a thought. I hope it helps.Forum: Fixing WordPress
In reply to: Moblog on Netfirms (blog by e-mail)I guess no one has any input on this matter. To bad for me. ??
Forum: Fixing WordPress
In reply to: Ooops POP3 connect: Error [65] [No route to host]Also, my pretty permalinks don’t work. They show on the status bar, but when I click on them all I get is the same index.php page. I tryed everything. I read the permalinks info on WordPress documentation pages and pretty much all the support questions in this forum and nothing. The weird thing is that I also have Joomla! installed in my account and configured to use pretty permalinks and it works, so it seems like Netfirms does support mod_rewrite and all that. I know my server is an Apache server and .htaccess is enabled but WordPress permalinks still don’t work.
Something weird also is that even though chmod for .htaccess is set to 666 and this file is in the right folder, when I update the permalinks structure the .htaccess file is updated (meaning the modified date and time change and WordPress tells me it was updated), but the .htaccess file looks the same:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /folder/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /folder/index.php [L]
</IfModule># END WordPress
And Netfirms support says they do support mod_rewrite with the following directives:
AuthType
ErrorDocument
RewriteEngine
RedirectWhat gives? Any help would be greatly appreciated.
Thanks.
Forum: Fixing WordPress
In reply to: Ooops POP3 connect: Error [65] [No route to host]I e-mailed Netfirms support (wich is the company that hosts my blog) and they did not answer my question about this. It seams like every time you contact customer sevice (and I’m talking CS from any company, not only Netfirms) they only read the first lines of your e-mail and then give you an answer from their FAQs wich you already read and didn’t help fix your problem.
I set up an e-mail account from their control panel that is supposed to offer pop access. If I use a pop client to access the account, I can see the messages there, so I’m sure the account is working. But after setting up the blog by e-mail option in WordPress with the right account info, and loading wp-mail.php, I keep on getting the same error message: ‘Ooops POP3 connect: Error [65] [No route to host]’.
I tried using a different pop e-mail account from my ISP and changing the settings in WordPress but it still doesn’t work. I get the same error message.
I’m wondering, if I can access the e-mail account from within my pop e-mail client, how come I can’t access it using wp-mail.php. It seems like the coding on this php page is the problem, and if it’s not, then does anyone know of a free e-mail account that offers pop access and works with the post by e-mail feature in WordPress?
Thanks.
Forum: Fixing WordPress
In reply to: wp-mail.phpjafer,
were you able to solve this problem? I’m having the same problem, and I have not been able to find any info about this. Any help would be greatly appreciated.
Thanks.