Page 7 of 9

Posted: Wed 14. Dec 2005, 18:05
by oli
thank you, jscholtysik!

Posted: Wed 14. Dec 2005, 18:11
by StudioZ
Thank you again Papnasse for the updates 8)
Much appreciated :D
Oh yes... there is also an extra SQL line, to get OG's cool
new Anchor feature:
ALTER TABLE `phpwcms_articlecontent` ADD `acontent_anchor` INT( 1 ) NOT NULL ;

Cheers,

Posted: Wed 14. Dec 2005, 18:46
by sustia
StudioZ wrote:Thank you again Papnasse for the updates 8)
Much appreciated :D
Oh yes... there is also an extra SQL line, to get OG's cool
new Anchor feature:
ALTER TABLE `phpwcms_articlecontent` ADD `acontent_anchor` INT( 1 ) NOT NULL ;

Cheers,
But upgrading the 1.2.6 version this doesn't work.
This only works from upgrading from 1.2.5 version, it's true?

Posted: Wed 14. Dec 2005, 19:00
by pepe
Put only the following line into the SQL Field, if upgrading the 1.2.6- DEV

ALTER TABLE `phpwcms_articlecontent` ADD `acontent_anchor` INT( 1 ) NOT NULL ;

thats it!

Posted: Wed 14. Dec 2005, 19:12
by jscholtysik
Hi sustia,


the sql file for the upgrade from 1.2.5 to 1.2.6 does also work with the upgrade.php. There are some errors because almost all lines are already executed, but for the line pepe mentioned there is no error message... ;-)

You can use the new file

13_1.2.5-DEV_to_1.2.6-DEV.sql


Joachim

Posted: Thu 15. Dec 2005, 09:05
by sustia
Ok, thanks jscholtysik and pepe, I've done the upgrade.

I received some errors, that's the reason that let me think that no upgrade was done, but it's all ok :D

Posted: Thu 29. Dec 2005, 14:51
by fredo
:oops:

Ich wollte nochmal vorsichtshalber nachfragen:
Ich hab derzeit v1.2.5-DEV vom 14.8.2005. Ich müßte jetzt auf DEV_1.2.6_14.12.2005 updaten?

In der Docu unter CVS-Versionen sind ja Updates für 1.2.5 und 1.2.6...da bin ich etwas verunsichert, ob ich das richte Update heruntergeladen habe.

Na jedenfalls wollte ich fragen, ob ich mit meinen Update richtig liege.

Gruß
Fredo

Posted: Wed 4. Jan 2006, 23:29
by kretschi
hab ein problem mit den bildern.

wähle ich ein contentpart mit einem bild "im text" = text fließt um das bild (links oder rechts ist egal) funktionerte alles bis zum update wunderbar.

jetzt wird zuerst das bild dargestellt und anschließend der text drunter. kein umfluß mehr. brauche dringend hilfe biiiteeeee.

update von 1.2.1 auf 1.2.6 14_12_05

besten dank im voraus

Posted: Thu 5. Jan 2006, 02:34
by flip-flop
Hi kretschi,

hier die Lösung: http://www.phpwcms.de/forum/viewtopic.php?p=55581#55581

Gruß Knut

Posted: Thu 5. Jan 2006, 07:48
by kretschi
hi knut,

vielen, vielen dank - jetzt ist's wieder so wie es mal war.
endlich kann man die layout vorlagen kopieren. oli g. du bist der beste

:wink:

Keyword//

Posted: Tue 10. Jan 2006, 18:12
by coopersred
I've noticed Keywords has been added to the admin section.

i can use to add a list of keywords which is great. But can't see how they are used anywhere. I'm hoping that in future this becomes a mater list of keywords to be used in articles. That would be a very useful feature.

Can anyone shed light on OG's thinking on this one?

Upgrading for Dummies/ Newsletter

Posted: Sun 22. Jan 2006, 15:18
by larmann
English below:
-------

Hallo,

ich habe nicht ganz verstanden, was ich jetzt machen muss. Ich nutzte DEV CVS 1.2.6 vom 27.11.2005, habe dort Picos-Edition des FCKEditors drin und den SETLEVEL Replacement Tag. Nun würde ich gerne mehrere Newletter anlegen und bemerke, dass ich wohl upgraden müsste. Wie mache ich das ohne meine durchgeführten Änderungen (SETLEVEL und Picos Edition) zu verlieren?

Vielen Dank für dieses Forum und phpwcms!

------------

Hi there,

I didn_t get the point where and how to upgrade: I'm using DEV CVS 1.2.6 by 27.11.2005, including Pico's-Edition of the FCKEditor and the SETLEVEL Replacement Tag. Now I'd like to create several newslettes and realise that I probably have to upgrade to get rid of the bug. How can I do this without loosing my changes (SETLEVEL and Picos Edition)?

Thanx a lot for this forum and phpwcms.

Posted: Sun 22. Jan 2006, 15:31
by flip-flop
Hi larmann,

das ist ziemlich einfach.
Die RT´s und der FCK werden von diesem Update nicht berührt, solange Du den Quellkode von System nicht verändert hast.
Es sind ja sowieso nur einige wenige Dateien. Die Datenbank müsste schon passen.

Fremd-RT´s werden grundsätzlich von einem Update nicht ausgetauscht.

Gruß Knut

Posted: Sun 22. Jan 2006, 16:03
by larmann
Wieso ist denn in der CVS_27.11-14.12 keine upgrade.php im Setup-Ordner? Wie geht das denn ohne?

Danke flip-flop! Du bist immer eine große Hilfe!

EDIT: Ich habe gerade das hier gefunden: http://www.phpwcms.de/forum/viewtopic.p ... te+upgrade

Was muss ich denn in das SQL-Feld kopieren? Diese hier: 13__1.2.5-DEV_to_1.2.6-DEV.sql Oder diese hier: phpwcms_init.sql

Danke!

Posted: Sun 22. Jan 2006, 16:14
by flip-flop
Weil es kein Datenbank-Update bei diesem Versionwechsel gibt. Es wird also keine neue Tabelle erzeugt oder mit anderem Inhalt gefüllt.
Es werden nur einige statische Dateien ausgetausch.

Gruß Knut