Antworten auf deine Fragen:
Neues Thema erstellen

Antworten zum Thema „Fehler bei Akeeba Backup mit Kickstart bei Xampp“

7hotel

Noch nicht viel geschrieben

Ein freundliches Hallo an alle,
ich habe folgendes Problem: Das Akeebabackup, welches ich von meiner Homepage erstellt hatte) wird ordentlich mit installiert (xampp), dennoch wird die index.php nicht als Seite, sondern als Text teilweise angzeigt.
Joomla Version: 2.5.7
Xampp: 1.73
Php 5.3

Fehleranzeigen gab es bei der Kickstartinstallation keine (alles war grün).
Hier der Text der angezeigten Index.php nach beendeter Installation (localhost/xxx/index.php):

mark('afterLoad') : null; // Instantiate the application. $app = JFactory::getApplication('site'); // Initialise the application. $app->initialise(); // Mark afterIntialise in the profiler. JDEBUG ? $_PROFILER->mark('afterInitialise') : null; // Route the application. $app->route(); // Mark afterRoute in the profiler. JDEBUG ? $_PROFILER->mark('afterRoute') : null; // Dispatch the application. $app->dispatch(); // Mark afterDispatch in the profiler. JDEBUG ? $_PROFILER->mark('afterDispatch') : null; // Render the application. $app->render(); // Mark afterRender in the profiler. JDEBUG ? $_PROFILER->mark('afterRender') : null; // Return the response. echo $app;


Ich hoffe, ich konnte die nötigen Details liefern, damit mir jemand helfen kann. Im Voraus also schon mal vielen Dank.
 

cythux

Aktives Mitglied

AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp

so hatte es bei mir geklappt

Code:
;   E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR  (Show only errors)
; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
; http://php.net/error-reporting
error_reporting = E_ALL | E_STRICT
; error_reporting = E_ERROR #Joomla
 

7hotel

Noch nicht viel geschrieben

AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp

Vielen Dank für die schnelle Antwort. Hilf mir bitte auf die Sprünge: Wo packe ich den Code denn hin?
 

cythux

Aktives Mitglied

AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp

der kommt in der php.ini rein
total vergessen zu posten
 

7hotel

Noch nicht viel geschrieben

AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp

Das habe ich nun gemacht, leider ohne Erfolg und ohne Änderung des Sachverhaltes. Und ich hatte mich schon so gefreut...
 

tr4ze

Mod | Forum

Teammitglied
PSD Beta Team
AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp

Also das dort oben sind ja auch keine Exceptions, sieht aus wie der Inhalt deiner Index.php.
Warum der ausgegeben wird kann viele Gründe haben, ohne einen Blick in denn Quellcode wird das schwierig. :)
 

7hotel

Noch nicht viel geschrieben

AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp

Ok, hier ist der Quellcode der index.php. Ich hoffe, du kannst damit etwas anfangen: :)
Und vielen Dank für die Mühe!

Der Code:
Code:
<?php
/**
 * @package		Joomla.Site
 * @copyright	Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */


// Set flag that this is a parent file.
define('_JEXEC', 1);
define('DS', DIRECTORY_SEPARATOR);


if (file_exists(dirname(__FILE__) . '/defines.php')) {
	include_once dirname(__FILE__) . '/defines.php';
}


if (!defined('_JDEFINES')) {
	define('JPATH_BASE', dirname(__FILE__));
	require_once JPATH_BASE.'/includes/defines.php';
}


require_once JPATH_BASE.'/includes/framework.php';


// Mark afterLoad in the profiler.
JDEBUG ? $_PROFILER->mark('afterLoad') : null;


// Instantiate the application.
$app = JFactory::getApplication('site');


// Initialise the application.
$app->initialise();


// Mark afterIntialise in the profiler.
JDEBUG ? $_PROFILER->mark('afterInitialise') : null;


// Route the application.
$app->route();


// Mark afterRoute in the profiler.
JDEBUG ? $_PROFILER->mark('afterRoute') : null;


// Dispatch the application.
$app->dispatch();


// Mark afterDispatch in the profiler.
JDEBUG ? $_PROFILER->mark('afterDispatch') : null;


// Render the application.
$app->render();


// Mark afterRender in the profiler.
JDEBUG ? $_PROFILER->mark('afterRender') : null;


// Return the response.
echo $app;
 

7hotel

Noch nicht viel geschrieben

AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp

Hat denn keiner eine Idee, oder keine Zeit? Oder fehlen noch Informationen? Oder ist die Problematik nicht klar????
Bitte um Hilfe!:(
Vielen Dank!
 

cythux

Aktives Mitglied

AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp

Ich bin da nun wirklich überfragt, da ich das nicht nachvoll ziehen kann, diese index.php genauso aussieht wie meine auch local. Ansonsten hätte ich auch schon etwas gepostet dazu

-> Hatte ich ja schon gestern gepostet und ansonsten habe ich
 

Mecky

Noch nicht viel geschrieben

AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp

Hallo,
beim gleichen Problem hat eine .htaccess Datei dieses Problem verursacht. Siehe
 

7hotel

Noch nicht viel geschrieben

AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp

Ja, suuuuuuper, vielen Dank! Es hat funtktioniert. Tolll!:D
 
Bilder bitte hier hochladen und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Antworten auf deine Fragen:
Neues Thema erstellen

Willkommen auf PSD-Tutorials.de

In unseren Foren vernetzt du dich mit anderen Personen, um dich rund um die Themen Fotografie, Grafik, Gestaltung, Bildbearbeitung und 3D auszutauschen. Außerdem schalten wir für dich regelmäßig kostenlose Inhalte frei. Liebe Grüße senden dir die PSD-Gründer Stefan und Matthias Petri aus Waren an der Müritz. Hier erfährst du mehr über uns.

Stefan und Matthias Petri von PSD-Tutorials.de

Nächster neuer Gratisinhalt

03
Stunden
:
:
25
Minuten
:
:
19
Sekunden

Neueste Themen & Antworten

Flatrate für Tutorials, Assets, Vorlagen

Zurzeit aktive Besucher

Statistik des Forums

Themen
175.187
Beiträge
2.582.068
Mitglieder
67.257
Neuestes Mitglied
Can Ergin
Oben