I hacked to got out of the previous descriped error by
adding IGNORE to
query in tables.sql line 244:
INSERT IGNORE INTO ArticleImages (NrArticle, IdImage,
Number) SELECT
NrArticle, Id, Number FROM ImagesDup;
But now 2 other issues happend:
1. The campsite-create-instance script does not transfer
templates anymore:
fluter2:/usr/local/campsite/bin# ./campsite-create-instance
--db_name
fluter_campsite
The apache virtual host configuration file:
/usr/local/campsite/etc/fluter_campsite/fluter_campsite-vhos
t.conf
was created.
Previous run printed message that templates are transferred:
fluter2:/usr/local/campsite/bin# ./campsite-create-instance
--db_name
fluter_campsite
tables.sql (2.1.x): Templates transfered successfuly
(...)
Because the transfer_templates.php is called before line 244
I cannot
imagine that my change affects this behavior.
2. The browser show following error page:
There were errors!
Internal error: Invalid value "46" of
"issue number"
Note: Issue 46 does exists, it is the newest published
issue.
|