I just installed the program for the first time and am getting some errors when I try to use it. I was careful to follow all the installation procedures and set all the permissions correctly.
Here is what I'm getting... (yes, I am using MY domain)
"11. Now just point your browser at it!
http://fuzzymonkey.net/cgi-bin/blog/index.cgi. "
it returns,
Software error:
BBCode.pm did not return a true value at index.cgi line 14.
When I try...
"To post an entry:
http://www.mydomain.com/cgi-bin/blog/protected/post.cgi.
it returns,
Software error:
HTML::Parser object version 3.46 does not match bootstrap parameter 3.56 at /usr/lib/perl5/5.8.7/i686-linux/DynaLoader.pm line 253.
Compilation failed in require at ../lib/Entities.pm line 136.
Compilation failed in require at post.cgi line 6.
BEGIN failed--compilation aborted at post.cgi line 6.
When I try...
"To edit an entry:
http://www.mydomain.com/cgi-bin/blog/pr ... manage.cgi"
it returns,
Software error:
HTML::Parser object version 3.46 does not match bootstrap parameter 3.56 at /usr/lib/perl5/5.8.7/i686-linux/DynaLoader.pm line 253.
Compilation failed in require at ../lib//Entities.pm line 136.
Compilation failed in require at manage.cgi line 7.
BEGIN failed--compilation aborted at manage.cgi line 7.
From this, can you tell what I have done wrong?
Thanks!