Recent Topics

1 Sep 17, 2005 01:03    

I encountered a error message when tried to create static page. (ver 0.9.1b-2005-09-16)

I propose a quick fix.

line 503-506 in blogs/admin/b2blogs.php:

		// GENERATION!
		$static_gen_saved_locale = $current_locale;
		$generating_static = true;
		flush();

change to:

		// GENERATION!
		$static_gen_saved_locale = $current_locale;
		$generating_static = true;
		$resolve_extra_path = false;
		flush();

(add a line, "$resolve_extra_path = false;")

3 Sep 19, 2005 14:21

okay, will be fixed in next release.

4 Sep 23, 2005 04:34

Thank You, jmuto, that worked for me, too.

William

5 Oct 01, 2005 01:45

Exactly the problem that I came here looking to get solved. Thanks for this.

6 Oct 31, 2005 05:32

Worked for me too. Thanks a lot.

8 Nov 20, 2005 18:57

I've just fixed this in CVS for 0.9.1 and Phoenix.

Thanks, jmuto.

10 Dec 28, 2005 19:22

muto san,

oki ni! :D


Form is loading...