Recent Topics

1 Oct 02, 2006 23:47    

Your b2evolution version: 0.9.1
Your level of knowledge of Internet technologies: Basic Knowledge
Link to your b2evolution blog: http://

PHP Version:
MySQL Version:

What actions led up to your current issue?
Trying to save the General Blog tab

What have you tried to solve the issue?
[i][/i]

Description and Message

On my blog titled, "Steve", I am trying to Save the General tab off of the Blog tab and I receive:

Updating Blog [Steve blog]...
Parameter blog_stub is required!

Any help would be appreciated.

2 Oct 04, 2006 16:44

Resolved based on similar issue: http://forums.b2evolution.net/viewtopic.php?t=5886

Solution:

	
<?php } else { ?>
      <input type='hidden' name='blog_access_type' value='<?php echo $blog_access_type ?>' />
	  <input type='hidden' name='blog_siteurl' value='<?php echo $blog_siteurl ?>' />
	  <input type='hidden' name='blog_stub' value='<?php echo $blog_stub ?>' />

	<?php } ?>

3 Oct 04, 2006 19:49

So, have you "hacked"/changed your b2evo installation in that regard (when the error occurred)? - because I cannot reproduce it on the demo installation of 0.9.2.


Form is loading...