PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
CMS, Shopsoftware & Forensysteme
Joomla!
Fehler bei Akeeba Backup mit Kickstart bei Xampp
Beitrag
<blockquote data-quote="7hotel" data-source="post: 2172592" data-attributes="member: 581255"><p><strong>AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp</strong></p><p></p><p>Ok, hier ist der Quellcode der index.php. Ich hoffe, du kannst damit etwas anfangen: <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":-)" title="Smile :-)" loading="lazy" data-shortname=":-)" /></p><p>Und vielen Dank für die Mühe!</p><p></p><p>Der Code:</p><p>[CODE]</p><p><?php</p><p>/**</p><p> * @package Joomla.Site</p><p> * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.</p><p> * @license GNU General Public License version 2 or later; see LICENSE.txt</p><p> */</p><p></p><p></p><p>// Set flag that this is a parent file.</p><p>define('_JEXEC', 1);</p><p>define('DS', DIRECTORY_SEPARATOR);</p><p></p><p></p><p>if (file_exists(dirname(__FILE__) . '/defines.php')) {</p><p> include_once dirname(__FILE__) . '/defines.php';</p><p>}</p><p></p><p></p><p>if (!defined('_JDEFINES')) {</p><p> define('JPATH_BASE', dirname(__FILE__));</p><p> require_once JPATH_BASE.'/includes/defines.php';</p><p>}</p><p></p><p></p><p>require_once JPATH_BASE.'/includes/framework.php';</p><p></p><p></p><p>// Mark afterLoad in the profiler.</p><p>JDEBUG ? $_PROFILER->mark('afterLoad') : null;</p><p></p><p></p><p>// Instantiate the application.</p><p>$app = JFactory::getApplication('site');</p><p></p><p></p><p>// Initialise the application.</p><p>$app->initialise();</p><p></p><p></p><p>// Mark afterIntialise in the profiler.</p><p>JDEBUG ? $_PROFILER->mark('afterInitialise') : null;</p><p></p><p></p><p>// Route the application.</p><p>$app->route();</p><p></p><p></p><p>// Mark afterRoute in the profiler.</p><p>JDEBUG ? $_PROFILER->mark('afterRoute') : null;</p><p></p><p></p><p>// Dispatch the application.</p><p>$app->dispatch();</p><p></p><p></p><p>// Mark afterDispatch in the profiler.</p><p>JDEBUG ? $_PROFILER->mark('afterDispatch') : null;</p><p></p><p></p><p>// Render the application.</p><p>$app->render();</p><p></p><p></p><p>// Mark afterRender in the profiler.</p><p>JDEBUG ? $_PROFILER->mark('afterRender') : null;</p><p></p><p></p><p>// Return the response.</p><p>echo $app;</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="7hotel, post: 2172592, member: 581255"] [b]AW: Fehler bei Akeeba Backup mit Kickstart bei Xampp[/b] 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; [/CODE] [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 7, ▼ = 3, ◇ = 2 und die Summe von ▲ und ▼ durch ◇ geteilt wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
CMS, Shopsoftware & Forensysteme
Joomla!
Fehler bei Akeeba Backup mit Kickstart bei Xampp
Oben