Mustache
Forum Replies Created
-
Forum: Plugins
In reply to: Please help…If you are technical, then go for the nightly, otherwise wait for the stable build release that address this issue (in your case, the next build).
Forum: Fixing WordPress
In reply to: External mail server helpI edited the class-pop.php include file (the $mailserver is blank by default)…
var $MAILSERVER = ‘mail.yourserver.com’; // Set this to hard code the server name
It’s working like a charm now…Forum: Fixing WordPress
In reply to: No input file specifiedUPDATE: I used the nightly build (wordpress-2004-05-10.zip) and I was able to get the database setup. I still get the error: No Input file specified when I launch wp-login.php.
Forum: Fixing WordPress
In reply to: No input file specifiedI’m having this issue as well (on a new setup). I’m on a windows ISS server platform where the MySQL host is different from the localhost (I have specified the host name in the wp-config file).
The Creation did not create the config file, so I edited it manually.
Running the install results in the “It doesn’t look like you’ve installed WP yet” and then the “No input file specifed” error.
I’m going to search some more and see if I can’t dig deeper into why this is taking place. I’m a ASP/MS-SQL programmer, so It’ll take me a few weeks to ‘wrap my head’ around PHP/MySQL, so please be patient with me. 🙂