OVH Community, your new community space.

backup Kickstart Installation funktioniert nicht


Cortex
26.02.13, 11:16
Hallo,

das hat mich jetzt etwas verwirrt, ich habe es jetzt über einen anderen Browser versucht, und es funktioniert


Vielen Dank


Gruß Björn

hemmerseb
26.02.13, 11:09
Hallo,

ich kann kein Problem feststellen.

Beim Aufruf der Adresse http://domain.tld/kickstart.php wird folgende Seite angezeigt:
http://ovh.to/tDXz

Cortex
26.02.13, 10:59
Hallo,

vielen dank für die Hilfe, ich habe es so gemacht, jetzt habe ich ein anderes problem, jetzt steht dort folgendes, wenn ich /kickstart.php eingebe und auf enter drücke:



/*
Akeeba Kickstart 3.5.1 - The server-side archive extraction wizard
Copyright (C) 2008-2012 Nicholas K. Dionysopoulos / AkeebaBackup.com

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/

define('KICKSTART',1);
define('VERSION', '3.5.1');
define('KICKSTARTPRO', '0');
// Uncomment the following line to enable Kickstart's debug mode
//define('KSDEBUG', 1);

if(defined('KSDEBUG')) {
ini_set('error_log', dirname(__FILE__).'/kickstart_error_log' );
if(file_exists(dirname(__FILE__).'/kickstart_error_log')) {
@unlink(dirname(__FILE__).'/kickstart_error_log');
}
error_reporting(E_ALL | E_STRICT);
} else {
@error_reporting(E_NONE);
}

//



da steht noch viel viel mehr, nur das lässt sich nicht alles hier rein kopieren, ich hoffe das was ich kopiert habe reicht aus um mir zu helfen.

für hilfe wäre ich sehr dankbar

Gruß Björn

hemmerseb
26.02.13, 07:40
Hallo,

nur kurzer Google-Recherche bin ich auf folgenden Thread gestoßen:
http://www.joomlaportal.de/joomla-2-...kickstart.html

Du kannst mit Hilfe einer .htaccess-Datei PHP 5 aktivieren:
Code:
SetEnv PHP_VER 5
http://hilfe.ovh.de/Php5BeiOvh

Sebastian

Cortex
25.02.13, 20:31
Guten abend,

ich habe da ein problem, wenn ich die Domain adresse eingebe, und da hinter /kickstart.php anfüge und auf enter drücke, bekomme ich das mitgeteilt:

Parse error: syntax error, unexpected T_CLASS in /homez.534/bereitsc/www/kickstart.php on line 987

ich muss ehrlich gestehen das ich von der materie keine ahnung habe, aber laut video tutorial sollte das was anderes erscheinen.

Jetzt habe ich die hoffnung das man mir hier hoffentlich weiter helfen kann.

Ich bedanke mich schonmal im vorraus für die Hilfe.

Gruß Björn