westpointer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Default theme looks great in FireFox, aligned left in IEI’m getting closer. I had to replace the align=”left” in my image tags with class=”alignleft”. Now … why are my links being pushed too the bottom? Must have an image too wide under the new theme.
Forum: Fixing WordPress
In reply to: [1.2.2] Double Spaces being turned into capital a, circumflex accentWhen textile1 is active, it fixes the problem. But I’d like to do away with running textile1. Also, fancy quotes are messed up without textile1 running, but look correct when it is running.
Forum: Fixing WordPress
In reply to: Dash convert to <del> tagGot it finally. It is actually a feature of the textile1 plugin.
Forum: Fixing WordPress
In reply to: Removing extra newlinesThat function is now in functions-formatting.php
Forum: Fixing WordPress
In reply to: My wp doesnt let me login:(Uninstalled FoxServ, downloaded Xampp. Installed that and got the Error on line 705 on step 3 of the install. Okay, found that error on the forums. Xampp now includes php 5 which doesn’t play well with the last stable release of WordPress.
Downloaded the latest build of WordPress. Did the install and it works! I’m able to login. Now running php 5 with WordPress ver 1.3-alpha-2.Forum: Fixing WordPress
In reply to: My wp doesnt let me login:((Sorry for the double post but decided this post may be better here)
Installed WordPress on my local machine yesterday. I’m having the login problem. I’ve tried all the steps outlined here – http://faq.wordpress.net/view.php?p=68. Still no success. After I enter the Login and Password and click OK, the wp-login.php screen reappears. I receive no error messages of any sort, regardless of if I enter a bogus user or an incorrect password or all correct information.
Vital stats:
PHP Version 4.2.2
OS: Windows NT 5.1 build 2600
Server API: Apache 2.0 filter
MySQL version: 4.0.1-alpha-nt
Browser: IE version 6.0.2800.1106.xpsp2.03422-1633 128bit cipher
WordPress version: 1.2 “Mingus”
I have noticed one oddity. If I’m on the index.php page, I can see the test post under “General”. However, if I hold my cursor over the link to the “General” section, the hyperlink reads “http://local/local/wordpress/index.php?cat=1”. Note the double local. However, if I hold my cursor over the “login” link I get “http://local/wordpress/wp-login.php”
Could that be the source of the problem?
BTW – I installed Apache/php/mySQL using the latest official release (not beta) of FoxServ.
A little more information. I can register users with no problem. I see the user appear in the wp_users table but the user cannot login.