error
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WordPress 1.2.1 Redirection Limit For this URLAfter erasing everything and starting over multiple times, I have found a workaround that lets me install – and login!
I first installed 1.2.1, ran /wp-admin/install.php and when I tried to login, get the Redirection limit exceeded error.
Then I deleted the cookies and closed the browser window.
Then I removed the 1.2.1 files and replaced them with the 2004-11-02 nightly build.
Then I ran /wp-admin/upgrade.php and logged in successfully.
Aside from having to run a nightly build, everything seems to be fine. New version looks good, too!Forum: Installing WordPress
In reply to: Error establishing a database connection!Now that I think about it, I think that should read instead:
GRANT ALL PRIVILEGES ON wordpress TO 'admin_de'@'localhost'
IDENTIFIED BY '****' WITH GRANT OPTION;Forum: Installing WordPress
In reply to: Blank Page on InstallThis did indeed fix the problem. Make sure your PHP has mysql support built in. If you aren’t sure, run phpinfo(); and look for the mysql section. If it’s missing, you don’t have MySQL support.
Forum: Installing WordPress
In reply to: WordPress 1.2.1 Redirection Limit For this URLAAH! This is my problem exactly. And I too have Gentoo Linux. I’ve tried both 1.2.1 from portage and I dumped it for the 2004-11-02 nightly build and I have the same trouble with either. But from looking at the Apache logs, it is definitely caught in a loop of some kind. Perhaps someone more familiar with WP will recognize the problem:
192.168.0.4 - - [05/Nov/2004:19:47:50 -0600] "GET /wordpress/wp-admin/ HTTP/1.1" 302 - "http://192.168.0.4/wordpress/wp-login.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041029 Powerslug/1.0RC1 (All your Firefox/1.0RC1 are belong to Firesomething)"
192.168.0.4 - - [05/Nov/2004:19:47:50 -0600] "GET /wordpress/wp-login.php?redirect_to=%2Fwordpress%2Fwp-admin%2F HTTP/1.1" 302 - "http://192.168.0.4/wordpress/wp-login.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041029 Powerslug/1.0RC1 (All your Firefox/1.0RC1 are belong to Firesomething)"Forum: Installing WordPress
In reply to: Blank Page on Installmacmanx, the problem being reported here is unrelated to that blog entry. Posting it over and over does no one any good. But this might: I think I solved this problem. As it turns out, mod_php had been compiled without MySQL support. Oooooops! Waiting for it to recompile right now…
Forum: Installing WordPress
In reply to: Blank Page on InstallI’m using nightly build 2004-11-02 with PHP 5.0.2 and Apache 2.0.52 on Gentoo Linux, and I also get the blank install page /wordpress/wp-admin/install.php From reading a previously closed topic, it would seem that was fixed, but apparently it isn’t?