cody1900
Goto Top

Booking-Monitor -- Fehler der CSS-Dateien -- Kein Design verfügbar

Also ich hab da mal folgendes Problem, vielleicht kennst du dich ja aus:

Thema: Booking-Monitor (Online Buchungssystem) OpenSource // Buchen und Verwalten von Gästezimmer und Ferienwohnungen

Das System wurde auf dem Webspace installiert. Die Installation lief problemlos durch, nach der Installation trat der Effekt auf, dass wohl die CSS Dateien nicht eingebunden werden, daher dieser Effekt, dass kein Template geladen wird.
Habe die Installation nach der Anleitung befolgt.

Hier mal der Link: buchung.gaestehauswalter-offenbach.de

Zum Vergleich hab ich das System mal auf nem Free-Hoster installiert:
walter47.bplaced.net/booking-monitor
Hier läuft alles einwandfrei!

Habe bereits mit dem Entwickler Kontakt aufgenommen. Dieser sagt ebenso, dass wohl die CSS Dateien nicht eingebunden werden oder nicht erreichbar sind. Er kann mir da nicht weiterhelfen. Soll es beim Hoster versuchen.
Diesen hab ich ebenfalls kontaktiert. Serverseitig ist alles okay. Der Premiumhoster meint, ein Skript wäre falsch eingestellt, was ich mir aber nicht erklären kann, da es die selbe Installationroutine wie bei dem Free-Hoster war.

Habe alle Configs gecheckt und bin jetzt echt mit meinem Latein am Ende.
Wahrscheinlich ist es wieder so ein winziger Fehler, der einfach nicht auffällt.

Vielleicht finde ich hier hilfreiche Tipps...

So Ende des Romans^^

DANKE!!!

Content-Key: 207806

Url: https://administrator.de/contentid/207806

Printed on: April 23, 2024 at 17:04 o'clock

Member: d4shoerncheN
d4shoerncheN Jun 11, 2013 at 10:22:59 (UTC)
Goto Top
Moin,

hätte mir dein Problem gern angeschaut. Aber bekomme nur ein "403 Forbidden Error".

Gruß
@d4shoerncheN
Member: cody1900
cody1900 Jun 11, 2013 at 15:59:29 (UTC)
Goto Top
Sorry, da war ein Fehler. Sollte nun aber passen!
DANKE!
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 at 05:54:33 (UTC)
Goto Top
Guten Morgen,

wie sieht deine Ordnerstruktur auf dem Server aus?

Befindet sich im Ordner "booking" noch ein Ordner Namens "booking" ?

Kommt der Fehler dauerhaft, auch wenn du das CMS noch einmal neu installierst?

Gruß
@d4shoerncheN
Member: cody1900
cody1900 Jun 12, 2013 at 06:42:53 (UTC)
Goto Top
Guten Morgen,

1097f4ad8b42762da1c123d542d74098

So ist die Ordnerstruktur.
Auch wenn ich das System neu installiere, tritt der Fehler wieder auf...

Danke!
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 at 06:47:51 (UTC)
Goto Top
Hallo,

auf welche URL / welchen Ordner verlinkt deine Subdomain?

Im Ordner CSS die Dateien vorhanden und dort auch Inhalt drin?

Ggf. vorübergehend mal aus der .htaccess eine htaccess.txt machen.

Gruß
Member: cody1900
cody1900 Jun 12, 2013 updated at 17:01:29 (UTC)
Goto Top
Hi,

wenn ich aus der .htaccess eine htaccess.txt mache, findet er den Pfad zum Ordner nicht mehr.

Also die Subdomain steht auf /booking.
Im CSS-Ordner sind alle Dateien da inkl. Inhalt.

Hier mal der Inhalt von der Datei "booking-monitor-acp.css", welche für das Design verantwortlich ist und nicht (richtig) geladen wird:

/*
* Booking Monitor CSS
* Copyright (c) 2009 Booking Monitor (http://www.booking-monitor.com)
* Licensed under the Booking Monitor License (http://www.booking-monitor.com/license).
*/

html {
	font-size: 70%;
}

body,form,table,thead,tbody,th,td  {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: #e8e8e8;
	/*background:  url(../images/main-bg.gif);*/
}

h1,h2,h3,ul,li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a:focus {
	outline: none;
}

p {
	margin: 1em 0;
}

.width {
	width: 1200px;
}

.full {
	width: 100%;
}

div#body {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
}

div#head {
	background: transparent url(../images/head-bg.gif) 0 0 repeat-x;
	height: 69px;
}

div#logo {
	float: left;
	width: 300px;
	height: 69px;
	background: transparent url(../images/logo.gif) 0 0 no-repeat;
}


/* Top navi */

div#top-right-nav {
	float: right;
}

div#top-right-nav ul {
	float: left;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#top-right-nav li {
	float: left;
}

div#top-right-nav li a {
	float: left;
	display: block;
	padding: 10px 8px 5px 8px;
	border-left: 1px solid #D4D4D4;
	/*color: #7D7D7D;*/
	text-decoration: none;
}

div#top-right-nav li a:hover {
	background: transparent url(../images/tn-hover.gif) 0 0 repeat-x;
    color: #900;
}

div#lang-switch {
	float:right;
	margin: 8px 15px 0 0;
}

div#lang-switch select {
}

div#style-switch {
    float:right;
    margin: 8px 15px 0 0;
}

div#style-switch select {

}

div#font-size-switch {
    float:right;
    margin: 8px 15px 0 0;
}

/* breadcrumb */

div#breadcrumb-area {
	float: left;
	background-color: #e8e8e8;
	border-top: solid 1px #ccc;
}

div#breadcrumb-area .area {
	height: 32px;
	width: 200px;
	float: left;
	border-right: solid 1px #ccc;
}

div#breadcrumb-area .area div {
	color: #555;
	padding: 8px 0 0 15px;
}
/* Breadcrumbs   */

div#breadcrumb-area .breadcrumb {
	float: left;
	color: #555;
	white-space: nowrap;
	padding: 8px 0 0 20px;
}

div#breadcrumb-area .breadcrumb a {
	text-decoration: none;
	color: #555; /*c75700*/
	padding: 5px 5px 0 0;
}

div#breadcrumb-area .breadcrumb a:hover {
	text-decoration: underline;
}

div#breadcrumb-area .breadcrumb a.selected {
	color: #555 !important;
}

/* Content */

div#main {
	padding: 0 0 10px 0;
	min-height: 900px;
	background: #fafafa url(../images/border.gif) 200px 0 repeat-y;
}

div#left-nav {
	float: left;
	width: 200px;
}

div#left-nav h3 {
	padding: 25px 0 15px 0;
	font-weight: bold;
	font-size: 1em;
	/*color: #c75700;*/
}

div#left-nav ul {
	margin: 0 15px 20px 15px;
	padding: 0;
}

div#left-nav ul li {
	display: block;
	list-style: none;
	padding-bottom: 2px;
	border-bottom: dotted 1px silver;
	margin-top: 2px;
}

div#left-nav ul li a {
	text-decoration: none;
	margin-left: 10px;
	padding: 0 5px;
	color: #555;
	line-height: 1.7em;
}

div#left-nav ul li a:hover {
    color: #c00;
}

div#left-nav ul li a.z-sel {
	font-weight: bold;
}

div#left-nav ul li span.z-sel {
	float:right; /* left nav icon */
}

div#content-body {
	font-size: 1.1em;
	width: 960px;
	float: left;
	padding: .5em 0 .5em 1.5em;
}

div#content-body a {
	text-decoration: none;
}

div#content-body .res-summary a {
    color: #0B559B;
    border-bottom: dotted 1px #0B559B;
}

div#content-body .res-summary a:hover {
	color: #cc0000;
    border-bottom: solid 1px #cc0000;
}



div#content-body h1 {
	font-size: large;
	line-height: 28px;
    font-size: 20px;
	font-weight: bold;
	/*color: #555;*/
	margin-bottom: -5px;
	margin-top: 7px;
}

div#content-body h2 {
	line-height: 28px;
	font-size: 1.5em;
	font-weight: normal;
	/*color: #555;*/
}

div#content-body h3 {
	line-height: 18px;
	font-size: 1.2em;
	font-weight: bold;
	/*color: #555;*/
}

div#content-body .content ul {
	margin: 10px 0 10px 30px;
}

div#content-body .content {
	line-height: 1.5em;
	margin-bottom: 15px;
}

/* Widget */
.z-widget {
	margin: 0 0 1em 0;
}

.z-widget-header {
	border: 0 !important;
	padding: .5em 1em;
}

.z-widget-move {
	cursor: move;
}

.z-widget-header .z-widget-icon {
	float: right;
	margin-top: -3px;
}

.z-widget-content {
	padding: 0 1em;
}

/* Sortable */
.z-sortable { padding-bottom: 1em; }

.z-sortable-placeholder {
	visibility: visible !important;
	border-style: dashed !important;
	height: 2em;
	margin-bottom: 1em;
}

.z-sortable-placeholder * {
	visibility: hidden;
}

/* Messages */
.z-message {
	padding: 10px 10px 0 10px;
	margin: 0 0 -15px 0;
}

.z-message .z-icon {
	float: left;
	margin-right: .3em;
	margin-left: .7em;
}

/* Footer */
div#footer {
	height: 70px;
	border-top: solid 5px #8e8e8e;
	background: transparent url(../images/footer-bg.gif) 0px 0px repeat-x;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	/*color: #777;*/
	line-height: 1.5em;
}

div#footer a{
	padding: 2px;
	text-decoration: none;
	/*color: #777;*/
}

div#footer a:hover {
	background-color: #eee;
}

div#footer div#bmenu{
	text-align: center;
	margin-bottom: 10px;
}

div#footer div#copy {
	text-align: center;
}

.clear {
	clear: both;
	height: 0;
}

/* Form */
div.z-form {
	padding: 1em 0;
}

div.z-form-row {
	margin-bottom: 5px;
	clear: left;
}

label.z-form-lc {

}

div.z-form-ec {
	padding-top: .4em;
}

div.z-form-bc {

}

div.split label.z-form-lc {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}

div.split div.z-form-ec {
	float: left;
}

input {
	padding: 2px 5px;
}

.hint, div.tabs, .z-width {
	width: 80%;
}

input[type=text].short {
	width: 20%;
}

input[type=text].highlight, select.highlight {
	background: #ffc !important;
	/*border-color: #fda;*/
}

input[type=checkbox] {
	border: 0 !important;
	background: transparent !important;
}

div.tabs {
	margin-bottom: 10px;
}

div.tabs ul {
	background: transparent !important;
	border: 0 !important;
}

input.z-form-e {

}

input, textarea {
	font-size: 12px !important;
}

textarea {
    padding: 5px;
}

.z-rq {
	background-color: #ffc !important;
    background-image: none !important;
    background-repeat: repeat;
}


ul.z-form-el-errors {
	list-style-type: square;
	color: #b00;
}

ul.z-form-el-errors li {
	margin: .4em;
	margin-left: 2em;
}

.location, .offer, .occplan {
	margin-bottom: 3px;
	margin-top: 3px;
}

#availability-search #group, #availability-search #type,
#availability-search #object, #availability-search .location,
#loc-ctr select {
    width: 140px;
}

.hint {
	font-size: .9em;
	line-height: 1.5em;
	font-style: italic;
	color: #777;
	padding-top: .2em;
	margin-top: 0;
	font-family: Georgia;
}

/* Table */
table.z-list {
	background-color: #cdcdcd;
	margin: 0;
	width: 100%;
	position: relative;
    clear: both;
}

table.z-list th {
	/*background-color: #e6eeee;*/
	/*border: 1px solid #fff;*/
    border: 0 !important;
	/*font-family: arial;*/
	padding: 4px;
    font-weight: bold;
    white-space: nowrap;
}

table.z-list td {
	padding: 4px;
	/*font-family: arial;*/
	/*background-color: #fff;*/
}

table.z-list td.action {
	white-space: nowrap;
	width: 1%;
}

table.z-list td a, .ui-state-default a {
    border: 0 !important;
}

a.delete {

}

#dialog {
	display: none;
}

#active {
	width: auto !important;
}

.notice {
	white-space: normal !important;
	font-size: 11px;
	color: #777;
}

.z-padr, .z-padr-small {
	width: 100%;
}

.z-padr td, .z-padr th {
    padding: 2px 20px 2px 2px;
}

.z-padr-small td, .z-padr-small th {
	padding: 1px 10px 1px 1px;
}

.z-padr th {
	text-align: left;
}

th.first {
	width: 30%;
}

th.second {
	width: 10%;
}

th.third {
	width: 60%;
}

.z-padr input[type=text] {
	width: 90% !important;
}

/* Media */
div#media {

}

div#fileQueue {
	border: solid 1px #ccc;
	background-color: #fff;
	padding: 5px;
	width: 400px;
	height: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	overflow: auto;
	text-align: center;
}

div.z-limg-ctr {
	float:left;
	margin: 5px;
	background-color:#fff;
	padding: 2px;
	border: 1px solid #ccc;
	cursor: pointer;
	text-align: left;
}

div#uploaded {
	border: solid 1px #ccc;
	margin-bottom: 10px;
	width: 68%;
	height: 300px;
	overflow: auto;
	clear: left;
}

div#uploaded img.z-limg {
	width: 85px;
}

.z-borderless {
	border: 0 !important;
}

.message {
	padding: 2px;
}

.button-lnk {
	padding: 2px 5px;
	padding-left: 20px;
	text-decoration: none;
	position: relative;
}

.button-lnk span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}

div.occplan {
    display: none;
    text-align: center;
    padding: 15px !important;
}

div.left {
    float: left;
}

div.right {
    float: right;
}

.readonly {
    background-color: #f8f8f8 !important;
}

.nowrap, .nowrap * {
    white-space: nowrap;
}

.r-info {
    font-size: 11px !important;
}

dt {
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
}

.editable {
    cursor: pointer;
    color: #369;
}

.editable:hover {
    border-bottom: dotted 1px #369;
}

/* advanced search toggle */
.properties-ctr {
    white-space: nowrap;
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

.prop-toggle {
    line-height: 20px;
}

.search-result td {
    vertical-align: top;
}

/* legend */
div.z-legend {
	margin-top: 20px;
}

div.z-legend h2 {
	margin-bottom: 5px;
}

div.z-legend td {
	padding-right: 5px 1px;
}

.zl-label {
    padding-right: 20px;
}

.settlement-warn {
    color: #b00 !important;
}

/* create button */
a.z-create {
	padding: 3px 8px 4px 22px;
    font-weight: bold;
    font-size: 12px;
	position: relative;
	text-decoration: none;
	float: right;
	margin-top: -10px;
	margin-bottom: 7px;
    cursor: default;
}

a.z-create span {
	left: 0.2em;
	margin: -9px 5px 0 2px;
	position: absolute;
	top: 50%;
}

a.z-create:hover {
    cursor: pointer;
}

/* table director */
.z-director {
	margin: 10px 0;
	clear: both;
}

.z-director-inner {
	padding: 3px 10px;
	background-color: #f5f5f5;
}

/* action log */
.z-snapshot td.z-content {
    padding-left: 15px;
    vertical-align: top;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: dotted 1px #ccc;
}

.z-snapshot td.z-name {
    vertical-align: top;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: dotted 1px #ccc;
}

/* Tooltipp */
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}

.tooltip {
    cursor: pointer;
}

#tooltip h3, #tooltip div {
    margin: 0;
    font-weight: normal !important;
}

/* UI */
.ui-state-default {
    cursor: pointer;
}

/* Sonstiges */
.rule-allow {
    color: #090;
}

.rule-deny {
    color: #c00;
}

/* Spez. Button */
.spec-button {
    width: 660px;
    height: 52px;
    padding: 13px 0 0 0;
}

.spec-button li {
    display: inline;
    float: left;
    height: 41px;
    margin: 0 3px 0 0;
    position: relative;
}

.spec-button li a, .spec-button li a:link, .spec-button li a:visited {
    display: inline;
    float: left;
    height: 41px;
    background: url(../images/submenu_left.png) no-repeat;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.spec-button li a span, .spec-button li a:link span, .spec-button li a:visited span {
    display: inline;
    float: left;
    height: 30px;
    padding: 11px 30px 0 30px;
    background: url(../images/submenu_right.png) no-repeat 100% 0;
    cursor: pointer;
}

.spec-button li:hover a {
    background-position: 0 -41px;
    text-decoration: none;
}

.spec-button li:hover a span {
    background-position: 100% -41px;
}

textarea#license_key {
    width: 400px;
    height: 170px;
}

Also ich find darin nichts verdächtiges :/

DANKE!
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 updated at 07:04:13 (UTC)
Goto Top
Hallo,

erstell mal bitte noch einen Ordner Namens "booking" und kopiere (nicht verschieben) dort der Ordner "css" rein.
Also "/booking/booking/css"

Bitte die Codes immer in Code-Tags (ohne die XX) setzen.
<XXcode>
DEIN CODE
<XX/code>

Gruß
@d4shoerncheN
Member: cody1900
cody1900 Jun 12, 2013 at 07:06:45 (UTC)
Goto Top
Nun hab ich ein 403 Forbidden face-sad
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 at 07:10:59 (UTC)
Goto Top
Hallo,

Nun hab ich ein 403 Forbidden
hmm!?!

Poste mal den Inhalt deiner .htaccess.

Mir scheint als macht deine Subdomain Probleme, du verweist damit schon auf den Ordner /booking/ und das Script wird in der Installation auf das Hauptverzeichnis setzen und erstellt einen Ordner "booking" wo die CSS-Dateien etc. innenliegen.

Laut Quelltext möchte er seine CSS-Datei aus folgendem Pfad ziehen:
/booking/css/booking-monitor.css

da du dich aber bereits im Ordner "booking" befindest, sucht er nun "/booking/booking/css/*"

Gruß
@d4shoerncheN
Member: cody1900
cody1900 Jun 12, 2013 at 07:13:02 (UTC)
Goto Top
#php_value session.auto_start 0

<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteCond %{REQUEST_FILENAME} -s [OR]
	RewriteCond %{REQUEST_FILENAME} -l [OR]
	RewriteCond %{REQUEST_FILENAME} -d
	RewriteRule ^.*$ - [NC,L]
	RewriteRule ^.*$ index.php [NC,L]
</IfModule>

Hier die .htaccess
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 at 07:15:31 (UTC)
Goto Top
Hallo,

sieht alles okay aus.

Dann bitte noch die config.php (falls Zugangsdaten dort hinterlegt sind, bitte mit XXXXX markieren) und index.php.

Gruß
Member: cody1900
cody1900 Jun 12, 2013 at 07:20:05 (UTC)
Goto Top
<?php

/**
* Konfiguration
*
* @author       Alexander Wiederhold <support@booking-monitor.com>
* @copyright    Copyright (c) 2010 Booking Monitor UG (haftungsbeschränkt)
* @license      http://www.booking-monitor.com/license Booking Monitor License
*
* @package      BM
*/

if (true !== BM_VALID_APP_REQUEST)
    die('Direct access not allowed!');  



/**
* Mit folgender Einstellung können Sie festlegen, ob "mod_rewrite" 
* genutzt werden soll. Falls Sie "mod_rewrite" nutzen, werden die URL's 
* beispielsweise so aussehen: /acp/auth/login.
*
* Falls kein "mod_rewrite" genutzt wird, dann z.B. folgendermaßen: 
* /index.php?module=acp&controller=auth&action=login
*
* Mögliche Werte:
*
* 'auto' => Die Unterstützung von "mod_rewrite" wird (nur für Apache Webserver) 
*           automatisch erkannt und entsprechend ein- oder ausgeschaltet.
* 'use'  => Wird gezwungenermaßen "mod_rewrite" nutzen. Sollte der Webserver 
*           keine entsprechende Module geladen haben, wird das System nicht funktionieren.
* 'none' => Wird gezwungenermaßen "mod_rewrite" NICHT nutzen. 
*/
define('Z_MOD_REWRITE', 'none');  


/**
* Damit legen Sie fest ob es sich um Produktions- oder Entwicklungssystem
* handelt. Standardmäßig auskommentiert und wird für Entwickler automatisch
* auf 'development' gesetzt. 
*
* Mögliche Werte:
*
* 'production'  => Steht für Produktionssystem 
* 'development' => Steht für Entwicklungssystem 
*
* define('BM_APPLICATION_ENV', 'production'); 
*/

/**
* Damit können Sie die IP-Adresse des Entwicklers festlegen um
* die Systemfehler anzeigen zu lassen.
*/
define('BM_DEVELOPER_IP', '46.5.163.8');  

?>
Hier die config.php
Member: cody1900
cody1900 Jun 12, 2013 at 07:28:42 (UTC)
Goto Top
Laut Quelltext möchte er seine CSS-Datei aus folgendem Pfad ziehen:
/booking/css/booking-monitor.css

Woran siehst du, dass er auf diesen Pfad will?
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 at 07:32:58 (UTC)
Goto Top
Moin,

hast du die Installation mal ohne deine Subdomain versucht?

Sprich als Installationspfad dann HAUPTDOMAIN\booking\

angeben und nicht buchung.gaestehauswalter-offenbach.de

Gruß
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 updated at 07:34:10 (UTC)
Goto Top
Zitat von @cody1900:

Woran siehst du, dass er auf diesen Pfad will?
Steht im Quelltext deiner Webseite:
    <link type="text/css" href="/booking/css/booking-monitor.css" rel="stylesheet" />  
	<link type="text/css" href="/booking/css/booking-monitor-acp.css" rel="stylesheet" />  
	<link type="text/css" href="/booking/css/booking-monitor/jquery-ui-1.7.2.custom.css" rel="stylesheet" />  
	<link type="text/css" href="/booking/css/jquery.jgrowl.css" rel="stylesheet" />  
    <link type="text/css" href="/booking/css/booking-monitor-occplan.css" rel="stylesheet" />  
Member: cody1900
cody1900 Jun 12, 2013 at 07:34:51 (UTC)
Goto Top
Den Weg hatte ich noch nicht versucht..
Werde ich aber mal ;)
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 at 07:35:45 (UTC)
Goto Top
Hallo,

okay - denke dort wird dann auch das Problem liegen. Kannst ja berichten, wenn du es installiert hast.

Gruß
Member: cody1900
cody1900 Jun 12, 2013 at 07:37:03 (UTC)
Goto Top
Zitat von @d4shoerncheN:
Moin,

hast du die Installation mal ohne deine Subdomain versucht?

Sprich als Installationspfad dann HAUPTDOMAIN\booking\

angeben und nicht buchung.gaestehauswalter-offenbach.de

Gruß

Also wenn ich jetzt uber hauptdomain/booking gehe, dann kommt Fehler 404

Hast noch ne Idee was ich tun kann?
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 at 07:39:04 (UTC)
Goto Top
Hallo,

nein nicht wirklich.

Ich lade das mal bei mir hoch und schau mir das mal in Ruhe an, auch mit einer Subdomain.

Gruß
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 at 07:43:17 (UTC)
Goto Top
Eine Idee hätte ich noch,

schau mal im Ordner "\data\configs" und bearbeite dort die Datei "configuration.ini". Dort aus
baseurl = "/booking-monitor"
einmal
baseurl = "/booking"
machen.

Gruß
Member: cody1900
cody1900 Jun 12, 2013 at 08:31:19 (UTC)
Goto Top
Der Pfad dort stimmt schon überein.
Dort steh /booking

Vielleicht findest du ja was raus bei deiner Installation.
Danke!
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 at 08:35:34 (UTC)
Goto Top
Hallo,

mein Script bekommt auch Probleme sobald ich aus dem Standard-Ordner "booking-monitor" "booking" mache.
Versuch einmal den Ordner zu löschen, die dazugehörige Datenbank und belass den Ordnernamen wie er ist.

Gruß
Member: cody1900
cody1900 Jun 12, 2013 at 08:47:02 (UTC)
Goto Top
Also du meinst ne Neu-Installation unter booking-monitor?!
Member: d4shoerncheN
d4shoerncheN Jun 12, 2013 at 08:56:41 (UTC)
Goto Top
Ja, genau.
Member: cody1900
cody1900 Jun 12, 2013 at 13:13:56 (UTC)
Goto Top
Also ich hab das System nochmal neu in /booking-monitor hochgeladen.
Im Browser wollte ich dann via HAUPTDOMAIN/booking-monitor zugreife... FEHLER 404 face-sad
Wie schaut es bei dir aus?
Member: d4shoerncheN
d4shoerncheN Jun 13, 2013 at 06:19:32 (UTC)
Goto Top
Guten Morgen,

ich habe dir einmal eine PN geschrieben.

Gruß
Member: d4shoerncheN
d4shoerncheN Jun 16, 2013 at 11:21:54 (UTC)
Goto Top
Hallo,

wir konnten das Problem lösen.

Das Tool booking-monitor wurde mit einer Subdomain versehen und dort wurde auch die Installationsroutine aufgerufen. Diese möchte aber das man einen Ordner angibt, in dem das Script liegt - Hauptverzeichnis in Form von leer bleiben oder "/" ist nicht möglich.

Also wurde erst einmal ein Ordner angegeben "/booking-monitor" und die Routine durchgeführt. Nach erfolgreicher Installation merkt man schnell, dass die Templates nicht geladen werden.

Nun einmal in den Ordner "\data\configs" schauen und bearbeitet dort die Datei "configuration.ini". Die Datei besteht aus einer Zeile
baseurl = "/booking-monitor"  
dies wird in folgendes geändert und abgespeichert:
baseurl = "/"  
danach läuft es ohne Probleme.

Gruß
@d4shoerncheN