Forum OpenACS Q&A: lars-blogger error

Collapse
Posted by Ben Koot on
Hi folks,

Until recently my weblog http://www.timedeskblog.com/etn/breaking-news/ worked fine, now all of a sudden I get this error... ad can not post any messages. Any idea what's wrong?

Thanks
Ben

Server Error
There was a server error processing your request. We apologize.

Here is a detailed dump of what took place at the time of the error,
which may assist a programmer in tracking down the problem:

can't read "category_id": no such variable
while executing
"lars_blogger::entry::new -entry_id $entry_id -package_id
$package_id -title $title -title_url $title_url -category_id
$category_id -content $con..."
("uplevel" body line 2)
invoked from within
"uplevel #$level $new_data"
("1" arm line 598)
invoked from within
"switch $errno {
0 {
# TCL_OK
}
1 {
# TCL_E..."
(procedure "ad_form" line 612)
invoked from within
"ad_form -extend -name entry -form {
{entry_date:text
{label "Entry date"}
{help_text "Format: YYYY-MM-DD HH24:MI:SS"}
{htm..."
("uplevel" body line 89)
invoked from within
"uplevel {
# As we are using the formbuilder return_url, title, title_url and
# content are not necessary in ad_page_contract. However Lars say..."
(procedure "code::tcl::/var/lib/aolserver/newinstance/packages/lars-blog..."
line 2)
invoked from within
"code::tcl::$__adp_stub"
invoked from within
"if { [file exists $__adp_stub.tcl] } {

# ensure that data source preparation procedure exists and is up-to-date
adp_init tcl $__adp_stub
..."
("uplevel" body line 3)
invoked from within
"uplevel {

if { [file exists $__adp_stub.tcl] } {

# ensure that data source preparation procedure exists and is up-to-date
adp_init t..."
(procedure "adp_prepare" line 2)
invoked from within
"adp_prepare "
(procedure "template::adp_parse" line 30)
invoked from within
"template::adp_parse [file root [ad_conn file]] {}"
(procedure "adp_parse_ad_conn_file" line 5)
invoked from within
"$handler"
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
$handler
} ad_script_abort val {
# do nothing
}"
invoked from within
"rp_serve_concrete_file [ad_conn file]"
(procedure "rp_serve_abstract_file" line 60)
invoked from within
"rp_serve_abstract_file "$root/$path""
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
rp_serve_abstract_file "$root/$path"
set tcl_url2file([ad_conn url]) [ad_conn file]
set tcl_url2path_info..."

Collapse
2: Re: lars-blogger error (response to 1)
Posted by Malte Sussdorff on
Which version are you running, did you make an upgrade in between, if you run out of CVS, when did you make the last CVS sync and if you did so, have you upgraded all packages? Last but not least, as this is a bug, why not use the bugtracker 😊.
Collapse
3: Re: lars-blogger error (response to 1)
Posted by Ben Koot on
Malte,
I am using 5.15, upgraded when the latest edition came available. I didn't use bugtracker as it seems to be an isolated problem on my site, not a general system failure. I was hoping this would help to reduce the number of official bugs in the bugtracker.

cheers
Ben