Posted on: 04/10/02 08:35am
By: Anonymous (Anonymous)
Hi all -
I have tried to install both a weather
block and ShoutBox, both of which are
returning the same error:
1054: Unknown column 'help' in 'field list'
This is the same error I get if I try to
install phpblock_no_such_function() -- Huh,
now I'm wondering if I properly inserted
the functions into lib-custom.php ? Might
have to check syntax from the command line.
Thanks. Richard ...
Missing DB field
Posted on: 04/10/02 09:35am
By: Tony
Do this in your favorite MySQL editor:
alter table blocks add help varchar(128) DEFAULT NULL,
-----
The reason people blame things on previous generations is that there's only one other choice.
Missing DB field
Posted on: 04/10/02 03:02pm
By: Anonymous (richard9)
Thanks Tony -
It worked right away.
Now I need to get more instructions on the getweather block.
Richard