Ja, da war noch ein Fehler im Update (update.php) mit der einen SQL Aktion.
Habe das ganze nun korregiert und neu hochgeladen. Jetzt sollte es klappen.
http://www.cms2day.de/news/126.kleiner-f…i-update-3.9.7/
PHP-Quelltext |
|
1 |
UPDATE settings SET page_header = '<meta http-equiv="content-type" content="text/html; charset=UTF-8" />\r\n<meta http-equiv="imagetoolbar" content="no" />\r\n<meta http-equiv="content-language" content="de" />\r\n<meta name="page-type" content="information" />\r\n<meta name="doc-type" content="Web Page" />\r\n<meta name="distribution" content="global" />\r\n<meta name="robots" content="index,follow" />\r\n<meta name="revisit-after" content="7 days" />\r\n<meta name="resource-type" content="document" />\r\n<meta name="language" content="de" />'
|
PHP-Quelltext |
|
1 2 3 4 |
<p style="text-align: center;"><strong> </strong></p>
<p style="text-align: center;"><strong> </strong></p>
<p style="text-align: center;"><strong>Wartungsmodus</strong></p>
<p style="text-align: center;">Diese Webseite befindet sich derzeit in Bearbeitung.<br />Bitte schauen Sie zu einem späteren Zeitpunkt wieder vorbei.</p>
|
PHP-Quelltext |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>%TITEL%</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="generator" content="cms2day %VERSION%" />
<meta name="language" content="de" />
%CSS%
%JQUERY%
</head>
<body>
%NOSCRIPT%
%INHALT%
</body>
</html>
|
PHP-Quelltext |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
* {
margin: 0px;
padding: 0px;
outline: none;
}
html {
width: 100%;
height: 100%;
background: #e6e6e6;
margin: 0;
text-align: center;
}
body {
width: 100%;
height: 100%;
margin: 0px auto;
text-align: left;
font: normal 13px Arial;
line-height: 22px;
color: #444;
}
|