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.
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.