mundi89
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: mail() suddenly disabled??I have found the solution and posted it here for those of you who are interested: https://urld.ca/article.php?id=1
Forum: Fixing WordPress
In reply to: Permalinks, IIS 6, PHP 5.2.1 (upgrade from 5.2.0)If you can deal with the /index.php here is a solution that might help?
https://urld.ca/article.php?id=1Forum: Fixing WordPress
In reply to: Permalinks under IIS 6 – server 2003Hi, I have created a guide for getting around this found here: https://urld.ca/article.php?id=1
I’m not sure if its exactly what your looking for. If you have any more questions just post here.
Forum: Fixing WordPress
In reply to: Make sidebar change depending on page idOkay, so if I want an image to appear in the sidebar on page 9, what is the syntax in sidebar.php
<?php if( is_page(9) ) ?>
Code for Image
….Forum: Plugins
In reply to: FeedWordPress Not Working with 2.1 PatchI am having LOADS of trouble with feedwordpress…. I just posted a comment on the terranetworks blog as well.
____
I have tried this isntallation on several blogs, and I seem to get different error’s each time. On one, i got everything working correctly except post’s from syndicated links never showed up. After that I started over, and the best I could do was get a screen that said “Cheatin, uh?” everytime I did anything related to feedwordpress. I just tried AGAIN tonight on another blog, and I am getting a new error (i have however seen this one before on one of my previous 8 installation attempts.)
I get this error:Warning: Cannot modify header information – headers already sent by (output started at C:\Inetpub\vhosts\domain.com\httpdocs\wp-admin\admin-header.php:16) in C:\Inetpub\vhosts\domain.com\httpdocs\wp-includes\functions.php on line 1219
WordPress then says “Are you sure you want to do this? Y/N” and when I select yes, my changes/new feeds don’t stick.
HELP!
Forum: Fixing WordPress
In reply to: mail() suddenly disabled??I’m really not sure… I don’t know much about this stuff.
Forum: Fixing WordPress
In reply to: mail() suddenly disabled??I read that, but it won’t solve the problem I have with contact forms. I use the inTouch plugin, which uses mail() to send the emails from the form…
right?
Forum: Fixing WordPress
In reply to: mail() suddenly disabled??bump, anyone have a solution?
Forum: Fixing WordPress
In reply to: mail() suddenly disabled??I read the page, I still don’t see the solution. Is there one?
Forum: Fixing WordPress
In reply to: mail() suddenly disabled????
I guess I’ll go back home to the server admin forums….
Forum: Fixing WordPress
In reply to: mail() suddenly disabled??I know I can’t get “pretty” per say, but I can get close without much trouble using two easy lines of code in a php.ini file. (ie. my links look like this https://mysite.ca/index.php/sign-up/)
There must be a way to re-enable mail in the php.ini file so that I can still use SEO friendly links and mail().
I only figured out pretty permalinks on IIS a few days ago, so I hadn’t noticed that mail() wasn’t working until today. This also explains why a contact form plugin I was using on another blog was failing…mail() was disabled!
Does anyone know of a way to “enable” mail() in a php.ini file? I am not much of a php guru so I really have no idea what to do…
Forum: Fixing WordPress
In reply to: mail() suddenly disabled??I am the host- lol
I just figured out what the problem was; I have a php.ini file in the main directory for that site for changing the permalink structure (stupid IIS thing). I removed that file and that cured the problem.
Edit:
Okay so removing the php.ini file brings back mail() for me but now my new permalink structure doesn’t work. Is there a line of code to put into the php.ini file to keep mail working while still allowing custom permalink structure on IIS?