You are reading the Drake CMS Official Forums archive, available for historical purposes only.
Drake CMS has been rebranded into Lanius CMS, visit the new Lanius CMS Official Forums if you need support about Lanius CMS or Drake CMS -> Lanius CMS migration.
First of all - THANK YOU DRAKE TEAM for this CMS!!
...
and here my experiences: The upgrade process fron v0.4.5 was
very smooth without any errors an all the website content showed
as expected. But while walking through the admin area looking for
all the new features, i stumbled accross some issues.
1) It is no longer possible to delete menus under 'Menu ->
Add/Edit Menus'.
2) After restoring my database backup
there was no more 'mod_wrapper' item under 'Modules -> Manage
module instances -> New'. Before the database backup the
'mod_wrapper' item was there.
3) There always occurs
an error when restoring a v0.4.6-database backup: SQL syntax
error in command INSERT at offset 668 /,'','',0,0/
Perhaps more to come ...
legolas558
Re: First upgrade impessions v0.4.6
13 September 2007 18:19
Anonymous
Quote:
First of all -
THANK YOU DRAKE TEAM for this CMS!!
I am
proud of this Team, we are making real progresses! In the
name of the Team I can say: thanks to you for trying it! Quote:
... and here my
experiences: The upgrade process from v0.4.5 was very smooth
without any errors an all the website content showed as expected.
But while walking through the admin area looking for all the new
features, i stumbled accross some issues.
1) It is no
longer possible to delete menus under 'Menu -> Add/Edit
Menus'.
Ooops..a bug. It will be fixed in
RC2
Quote:
2)
After restoring my database backup there was no more
'mod_wrapper' item under 'Modules -> Manage module instances
-> New'. Before the database backup the 'mod_wrapper' item was
there.
This is another bug...you will have back
the feature in RC2, or else you could manually insert the missing
reference from System -> Database -> Query:
Code:
INSERT INTO
dk_modules
(title,message,ordering,position,module,access,showtitle,showon,p
arams,iscore)
VALUES ('Wrapper
module','',25,'left','mod_wrapper',9,0,'','',1)
Quote:
3) There
always occurs an error when restoring a v0.4.6-database
backup: SQL syntax error in command INSERT at offset 668
/,'','',0,0/
Perhaps more to come ...
Can you please find that line and report us via the bug tracker?
Thank
you very much!
compuneur
Re: First upgrade impessions v0.4.6
13 September 2007 18:38
Anonymous
Hi legolas,
Quote:
INSERT INTO dk_modules
(title,message,ordering,position,module,access,showtitle,showon,p
arams,iscore) VALUES ('Wrapper
module','',25,'left','mod_wrapper',9,0,'','',1)
This
helped - thanks!
Quote:
Can you please find that line and report us via
the bug tracker?
Where should i start my search for
this line (cms-file, database-file ???) - i have really no idea.
legolas558
Re: First upgrade impessions v0.4.6
13 September 2007 19:00
Anonymous
Quote:
Quote:
Can you please find
that line and report us via the bug tracker?
Where
should i start my search for this line (cms-file, database-file
???) - i have really no idea.
Open your
0.4.5 database backup file and look for the string Code:
,'','',0,0
(exactly as written by the error message)
compuneur
Re: First upgrade impessions v0.4.6
13 September 2007 19:26
Anonymous
Ah, thanks - here is the bad line:
VALUES (77,'Current
events','Current events','Welcome to the demo website installed
by default with Drake CMS.<br />Begin customizing your
brand new Drake CMS using the <a
href="admin.php">admin backend</a>, where you
will be able to modify this message accessing <a
href="admin.php?com_option=newsflash">Components
-> Newsflash</a> and editing <a
href="admin.php?com_option=newsflash&task=edit&a
mp;cid[]=1">this
item</a>','',1,255,64,1189613685,1189613685,1,'admin',1,0,,
'','',0,0);