|
From: Eric D. <eri...@ja...> - 2001-03-18 19:17:53
|
I tried installing a Bender site with a Simple Story and I got this.
Seems that the templates are wrong?
What is the email address of the account? [ad...@ww...]
er...@te...
DBD::mysql::db do failed: Column count doesn't match value count at row
1 at bin/install-slashsite line 260.
Failed on :INSERT INTO templates VALUES ('featurebox','[% USE Slash
%]\n<TABLE BGCOLOR=\"#000000\" BORDER=0 WIDTH=\"100%\" CELLPADDING=0
CELLSPACING=1>\n <TR>\n <TD>\n\n
<TABLE WIDTH=\"100%\" CELLSPACING=1 BORDER=0 CELLPADDING=2
BGCOLOR=\"#000000\">\n
<TR>\n <TD
BGCOLOR=\"#000000\">\n <FONT
COLOR=\"#ffffff\"><B> [% story.title
%] </B></FONT>\n </TD>\n
</TR>\n </TABLE>\n\n <TABLE WIDTH=\"100%\"
CELLSPACING=1 BORDER=0 CELLPADDING=7
BGCOLOR=\"#fefefe\">\n<TR>\n <TD
VALIGN=\"TOP\">\n <P><I>by [% author
%]</I></P>\n <FONT SIZE=\"-1\">
[% story.introtext %] </font>\n
<P><I><A HREF=\"/article.pl?sid=[% story.sid
%]\">more</A></I></P>\n
</TD>\n <TD BGCOLOR=\"#e6e6e6\">
\n <IMG ALIGN=\"RIGHT\" SRC=\"[% story.picture %]\">
\n </TD>\n
</TR>\n </TABLE>\n\n </TD>\n
</TR>\n</TABLE>\n',100,NULL,NULL,'misc');:
DBD::mysql::db do failed: Column count doesn't match value count at row
1 at bin/install-slashsite line 260.
Failed on :INSERT INTO templates VALUES ('footer','
</TD>\n <TD>\n <IMG SRC=\"shim.gif\"
WIDTH=\"1\" HEIGHT=\"797\" BORDER=\"0\">\n
</TD>\n </TR>\n
</TABLE>\n\n</BODY>\n\n</HTML>\n',100,NULL,NULL,'misc');:
DBD::mysql::db do failed: Column count doesn't match value count at row
1 at bin/install-slashsite line 260.
Failed on :INSERT INTO templates VALUES ('header','<BODY
BGCOLOR=\"#ffffff\">\n<TABLE BORDER=\"0\" CELLPADDING=\"0\"
CELLSPACING=\"0\" WIDTH=\"800\">\n <TR>\n <TD
colspan=\"2\">\n <IMG NAME=\"frontpage_r1_c1\"
SRC=\"frontpage_r1_c1.gif\" WIDTH=\"800\" HEIGHT=\"159\"
BORDER=\"0\">\n </TD>\n</TR>\n\n <TR VALIGN=TOP>\n
<TD rowspan=\"2\" VALIGN=\"TOP\" ALIGN=\"LEFT\"
BACKGROUND=\"frontpage_r4_c1.gif\">\n <IMG
SRC=\"shim.gif\" WIDTH=\"108\" BORDER=\"0\">\n
</TD>\n <TD VALIGN=\"TOP\">\n <IMG
name=\"frontpage_r4_c3\" SRC=\"frontpage_r4_c3.gif\" WIDTH=\"692\"
HEIGHT=\"47\" BORDER=\"0\">\n </TD>\n </TR>\n\n
<TR>\n <TD ALIGN=LEFT
VALIGN=TOP>\n',100,NULL,NULL,'misc');:
DBD::mysql::db do failed: Column count doesn't match value count at row
1 at bin/install-slashsite line 260.
Failed on :INSERT INTO templates VALUES ('html-header','<!DOCTYPE HTML
PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\r\n<HTML><HEAD><TITLE>[%
title %]</TITLE>\r\n',100,NULL,NULL,'misc');:
DBD::mysql::db do failed: Column count doesn't match value count at row
1 at bin/install-slashsite line 260.
Failed on :INSERT INTO templates VALUES ('storybox','[% USE Slash
%]\n<TABLE WIDTH=\"100%\">\n <TR VALIGN=\"TOP\">\n <TD> <HR
noshade width=\"100%\" size=\"1\" color=\"#FFFFFF\"> </TD>\n </TR>\n
<TR VALIGN=\"TOP\">\n\n <TD ALIGN=LEFT> {[% story.title %]}
</TD>\n <TD ALIGN=RIGHT> [% Slash.timeCalc(story.time) %]
</TD>\n </TR>\n <TR VALIGN=\"TOP\">\n <TD> <I>by [%
author %]</I> </TD>\n </TR>\n <TR VALIGN=\"TOP\">\n <TD>
\n [% story.introtext %]\n [% IF story.text
%]\n <P><I><A HREF=\"/article.pl?sid=[% story.sid
%]\">more</A></I></P>\n [% END %]\n </TD>\n
</TR>\n</TABLE>\n',100,NULL,NULL,'misc');:
DBD::mysql::db do failed: Column count doesn't match value count at row
1 at bin/install-slashsite line 260.
Failed on :INSERT INTO templates VALUES ('storypage','[% USE Slash
%]\n<TABLE WIDTH=\"100%\">\n <TR VALIGN=\"TOP\">\n <TD
ALIGN=LEFT> [% story.title %] </TD>\n <TD ALIGN=RIGHT> [%
Slash.timeCalc(story.time) %] </TD>\n </TR>\n <TR
VALIGN=\"TOP\">\n <TD> <I>by [% author %]</I> </TD>\n
</TR>\n <TR VALIGN=\"TOP\">\n <TD> \n <IMG
SRC=\"[% story.picture %]\" ALIGN=\"RIGHT\"> \n [%
story.introtext %] \n [% story.text %]
\n </TD>\n </TR>\n</TABLE>\n',100,NULL,NULL,'misc');:
DBD::mysql::db do failed: Column count doesn't match value count at row
1 at bin/install-slashsite line 260.
Failed on :INSERT INTO templates VALUES ('infobox','[% USE Slash
%]\n<TABLE BGCOLOR=\"#000000\" BORDER=0 WIDTH=\"100%\" CELLPADDING=0
CELLSPACING=1>\n <TR>\n <TD>\n\n <TABLE WIDTH=\"100%\"
CELLSPACING=1 BORDER=0 CELLPADDING=2
BGCOLOR=\"#000000\">\n
<TR>\n <TD
BGCOLOR=\"#000000\">\n
<FONT COLOR=\"#ffffff\"><B> [% boxtitle
%] </B></FONT>\n </TD>\n
</TR>\n </TABLE>\n\n <TABLE WIDTH=\"100%\"
CELLSPACING=1 BORDER=0 CELLPADDING=7
BGCOLOR=\"#fefefe\">\n<TR>\n <TD
VALIGN=\"TOP\">\n [% boxinfo
%]\n </TD>\n
</TR>\n </TABLE>\n\n </TD>\n
</TR>\n</TABLE>\n',100,NULL,NULL,'misc');:
DBD::mysql::db do failed: Column count doesn't match value count at row
1 at bin/install-slashsite line 260.
Failed on :INSERT INTO templates VALUES ('storycontainer','[% USE Slash
%]\n<TABLE>\n <TR>\n <TD>\n [% FOREACH
article = stories %]\n [% story =
Slash.db.getStory(article.0) %]\n [% writer =
Slash.db.getAuthor(story.uid, \'nickname\') %]\n [%
INCLUDE storybox story=story author=writer %]\n [%
END %]\n </TD>\n <TD
VALIGN=\"TOP\">\n [% INCLUDE infobox %]\n
</TD>\n </TR>\n</TABLE>\n',100,NULL,NULL,'misc');:
DBD::mysql::db do failed: Column count doesn't match value count at row
1 at bin/install-slashsite line 260.
Failed on :INSERT INTO templates VALUES ('about','This is where you
would put information about your site.\n',100,NULL,NULL,'misc');:
DBD::mysql::db do failed: Column count doesn't match value count at row
1 at bin/install-slashsite line 260.
Failed on :INSERT INTO users_prefs VALUES (1,1,0,'EST',0,0,'');:
Unless any errors reported themself during the install you should now
have a slashsite. You will either need to edit your httpd.conf file
unless you are have Slash handle it. The correct syntax can be found in:
|