CMSimple 4.5 steht zum Download bereit

CMSimple 4.0 und höher
Post Reply
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

CMSimple 4.5 steht zum Download bereit

Post by Gert »

Image Hallo,

CMSimple 4.5 steht zum Download bereit.

CMSimple 4.5 verwendet statt einer content.htm eine content.php und statt der log.txt eine log.php, weil sich .php Dateien besser gegen unberechtigten Aufruf im Browser schützen lassen, unabhängig vom Servertyp und davon, ob .htaccess auf dem Server zugelassen ist. Für Apache Server mit .htaccess wird aber auch weiterhin die entsprechende .htaccess Datei mit ausgeliefert.

Bei einem Update erfolgt die Umstellung automatisch, wenn alle Dateirechte richtig gesetzt sind.

Vor allem das Verzeichnis ./content/ muss mit Schreibrechten ausgestattet sein, damit Sicherheitskopien und neue Dateien erstellt werden können.

Ein Update CMSimple 4.0 => 4.5, mit dem alle CMSimple Installationen ab 4.0 problem- und schmerzlos aktualisiert werden können, steht auch wieder zur Verfügung.

Downloads: http://www.cmsimple.org/?Downloads___CMSimple

Viel Spass - Gert

==========================================================

Image Hello,

CMSimple 4.5 is available for download.

CMSimple 4.5 uses a content.php instead of a content.htm and a log.php instead of a log.txt, because .php files better can be protected against unauthorized call in the browser, regardless of the type of server and whether .htaccess is allowed or supported on the server. For Apache Servers with .htaccess the corresponding .htaccess file will be delivered furthermore.

When updating, the conversion is done automatically, when all file permissions are set correctly.

Especially the folder ./content/ must be writable, for backups of old files and creation of new files.

An Update CMSimple 4.0 => 4.5, for an easy and painless update of all installations of CMSimple 4.0 or higher, also is available.

Downloads: http://www.cmsimple.org/en/?Downloads___CMSimple

Have fun - Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Hixi
Posts: 84
Joined: Sat 22. Dec 2012, 22:46

Re: CMSimple 4.5 steht zum Download bereit

Post by Hixi »

Hallo Gert

Wir haben auf unserer eigenen Page http://www.bs-creations.ch, die mit deinem Template erstellt wurde, das Update installiert und die .XH-Endung entfernt. Jetzt erscheint die hässliche gelbe Fehlermeldung. Die Page ist so nicht mehr brauchbar. Was machen wir falsch? Wir haben über 20 Pages mit CMSimple 4.45 umgesetzt. Bevor wir alle Pages updaten, möchten wir wissen, was wir machen müssen, damit die Meldung nicht mehr erscheint.

Wir sind gespannt auf deine Antwort.

Beste Grüsse Susanne + Beat
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

Re: CMSimple 4.5 steht zum Download bereit

Post by Gert »

Hallo,

zuviel xh im Template ;)

Code: Select all

<?php 
if ($cf['xhtml']['endtags'] == 'true') {
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'."\n".
'<html xmlns="http://www.w3.org/1999/xhtml">'."\n";
} else {
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">'."\n".'<html>'."\n";} 
?>
Eine gute Gelegenheit, auf einen modernen, heute üblichen Doctype umzustellen:

Code: Select all

<!DOCTYPE html>
...
Eventuell werde ich das noch entschärfen ...

Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

Re: CMSimple 4.5 steht zum Download bereit

Post by Gert »

Gert wrote:Eventuell werde ich das noch entschärfen ...
Erledigt - die neuen Downloads bemeckern den xhtml Doctype nicht mehr.

Es reicht, die cms.php auszutauschen, wenn CMSimple 4.5 bereits läuft,

Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Hixi
Posts: 84
Joined: Sat 22. Dec 2012, 22:46

Re: CMSimple 4.5 steht zum Download bereit

Post by Hixi »

Hallo

Vielen Dank, jetzt klappt's wieder. Wir wären um eine Entschärfug froh, da wir doch einige Pages mit CMSimple 4.45 laufen haben.

Gruss Beat + Susanne
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

Re: CMSimple 4.5 steht zum Download bereit

Post by Gert »

Hixi wrote:Wir wären um eine Entschärfug froh ...
Ähm ... ist doch schon passiert, siehe mein voriger Post:
Gert wrote:Erledigt - die neuen Downloads bemeckern den xhtml Doctype nicht mehr.

Es reicht, die cms.php auszutauschen, wenn CMSimple 4.5 bereits läuft
Gert

PS: Oh - ich muss wohl noch weiter entschärfen ...
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Hixi
Posts: 84
Joined: Sat 22. Dec 2012, 22:46

Re: CMSimple 4.5 steht zum Download bereit

Post by Hixi »

Sorry, haben wir gar nicht gesehen. Alles bestens! :D
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

Re: CMSimple 4.5 steht zum Download bereit

Post by Gert »

Gert wrote:PS: Oh - ich muss wohl noch weiter entschärfen ...
Hixi wrote:Sorry, haben wir gar nicht gesehen. Alles bestens! :D
29.11.2014 - 13:25 Uhr: Jetzt sollte wirklich alles bestens sein ;)

Neue Downloads sind hochgeladen, die nun auch die original xhtml Doctypes nicht mehr bemeckern, jetzt auch mit so einem Template-Oldie getestet.

Trotzdem: Up to date ist <!DOCTYPE html>

Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Hixi
Posts: 84
Joined: Sat 22. Dec 2012, 22:46

Re: CMSimple 4.5 steht zum Download bereit

Post by Hixi »

Hi Gert

Wir haben das Update auf allen unserer 20 Seiten installiert, funktioniert prima. Vielen Dank.

Einen schönen Sonntag - Beat + Susanne
Post Reply