mailou | 2 Jun 2012 19:55
Picon
Gravatar

Re: Sauvegarde impossible



Le 2 juin 2012 18:52, Eric Guirbal <eric.guirbal <at> gmail.com> a écrit :
Le 02/06/2012 15:34, mailou a écrit :
Voilà la réponse:
/etc/php5/conf.d/pdo_sqlite.ini:extension=pdo_sqlite.so
/etc/php5/cli/conf.d/pdo_sqlite.ini:extension=pdo_sqlite.so
/etc/php5/cli/php5.ini:extension = sqlite3.so
/etc/php5/cli/php.ini:extension = sqlite3.so
/etc/php5/apache2/conf.d/pdo_sqlite.ini:extension=pdo_sqlite.so
/etc/php5/apache2/php.ini:extension = sqlite3.so

Nickel. Es-tu sur que le serveur Apache fonctionne ? Cette commande

ps aux | grep apache
Réponse:
 
root      5100  0.0  0.2 232892  9588 ?        Ss   10:34   0:01 /usr/sbin/apache2 -k start
www-data  5105  0.0  0.9 260732 37572 ?        S    10:34   0:01 /usr/sbin/apache2 -k start
www-data  5107  0.0  0.7 251272 27596 ?        S    10:34   0:00 /usr/sbin/apache2 -k start
www-data  5108  0.0  0.4 242160 18100 ?        S    10:34   0:00 /usr/sbin/apache2 -k start
www-data  5109  0.0  0.7 251328 27856 ?        S    10:34   0:00 /usr/sbin/apache2 -k start
www-data  5530  0.0  0.3 237024 13048 ?        S    13:56   0:00 /usr/sbin/apache2 -k start
www-data  5531  0.0  0.3 238188 13492 ?        S    13:56   0:00 /usr/sbin/apache2 -k start
www-data  5532  0.0  0.4 241680 16780 ?        S    13:56   0:00 /usr/sbin/apache2 -k start
www-data  5533  0.0  0.7 251420 27548 ?        S    13:56   0:00 /usr/sbin/apache2 -k start
www-data  5634  0.0  0.7 253940 30220 ?        S    15:00   0:01 /usr/sbin/apache2 -k start
www-data  6914  0.0  0.7 253400 30148 ?        S    19:07   0:00 /usr/sbin/apache2 -k start
louis     7079  0.0  0.0   9364   932 pts/2    R+   19:50   0:00 grep --color=auto apache

doit retourner au moins une ligne. Si c'est le cas, crée le fichier

/var/www/index.php
Fichier créé 

avec le contenu

<?php
 phpinfo();
?>

et ouvre le dans ton navigateur: http://localhost/index.php
en fait c'est phpinfo qui s'ouvre 


Dans cette page, tu dois trouver un tableau sqlite3 avec la ligne

SQLite3 support enabled
 

ainsi qu'un tableau pdo_sqlite avec la ligne

PDO Driver for SQlite 3.x enabled
 

Tout est-il bon ?
Je ne crois pas, avec moi dès qu'on touche au terminal ça tourne au vinaigre, dommage j'aime mieux Linux que windows 

--
Éric
_______________________________________________
liste spip
spip <at> rezo.net - désabonnement : envoyer un mail à  spip-off <at> rezo.net

Infos et archives : http://listes.rezo.net/mailman/listinfo/spip
http://archives.rezo.net/spip.mbox/

Documentation de SPIP : http://www.spip.net/

Irc : de l'aide à toute heure : http://spip.net/irc

<div>
<br><br><div class="gmail_quote">Le 2 juin 2012 18:52, Eric Guirbal <span dir="ltr">&lt;<a href="mailto:eric.guirbal <at> gmail.com" target="_blank">eric.guirbal <at> gmail.com</a>&gt;</span> a &eacute;crit :<br><blockquote class="gmail_quote">
<div class="HOEnZb"><div class="h5">Le 02/06/2012 15:34, mailou a &eacute;crit :<br><blockquote class="gmail_quote">
Voil&agrave; la r&eacute;ponse:<br>
/etc/php5/conf.d/pdo_sqlite.ini:extension=pdo_sqlite.so<br>
/etc/php5/cli/conf.d/pdo_sqlite.ini:extension=pdo_sqlite.so<br>
/etc/php5/cli/php5.ini:extension = sqlite3.so<br>
/etc/php5/cli/php.ini:extension = sqlite3.so<br>
/etc/php5/apache2/conf.d/pdo_sqlite.ini:extension=pdo_sqlite.so<br>
/etc/php5/apache2/php.ini:extension = sqlite3.so<br>
</blockquote>
<br>
Nickel. Es-tu sur que le serveur Apache fonctionne ? Cette commande<br><br>
ps aux | grep apache<br>
</div></div>
</blockquote>
<div>R&eacute;ponse:</div>
<div>&nbsp;</div>
<blockquote class="gmail_quote"><div class="HOEnZb"><div class="h5">
<div class="h5">root &nbsp; &nbsp; &nbsp;5100 &nbsp;0.0 &nbsp;0.2 232892 &nbsp;9588 ? &nbsp; &nbsp; &nbsp; &nbsp;Ss &nbsp; 10:34 &nbsp; 0:01 /usr/sbin/apache2 -k start</div>
<div class="h5">www-data &nbsp;5105 &nbsp;0.0 &nbsp;0.9 260732 37572 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;10:34 &nbsp; 0:01 /usr/sbin/apache2 -k start</div>
<div class="h5">www-data &nbsp;5107 &nbsp;0.0 &nbsp;0.7 251272 27596 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;10:34 &nbsp; 0:00 /usr/sbin/apache2 -k start</div>
<div class="h5">www-data &nbsp;5108 &nbsp;0.0 &nbsp;0.4 242160 18100 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;10:34 &nbsp; 0:00 /usr/sbin/apache2 -k start</div>
<div class="h5">www-data &nbsp;5109 &nbsp;0.0 &nbsp;0.7 251328 27856 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;10:34 &nbsp; 0:00 /usr/sbin/apache2 -k start</div>
<div class="h5">www-data &nbsp;5530 &nbsp;0.0 &nbsp;0.3 237024 13048 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;13:56 &nbsp; 0:00 /usr/sbin/apache2 -k start</div>
<div class="h5">www-data &nbsp;5531 &nbsp;0.0 &nbsp;0.3 238188 13492 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;13:56 &nbsp; 0:00 /usr/sbin/apache2 -k start</div>
<div class="h5">www-data &nbsp;5532 &nbsp;0.0 &nbsp;0.4 241680 16780 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;13:56 &nbsp; 0:00 /usr/sbin/apache2 -k start</div>
<div class="h5">www-data &nbsp;5533 &nbsp;0.0 &nbsp;0.7 251420 27548 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;13:56 &nbsp; 0:00 /usr/sbin/apache2 -k start</div>
<div class="h5">www-data &nbsp;5634 &nbsp;0.0 &nbsp;0.7 253940 30220 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;15:00 &nbsp; 0:01 /usr/sbin/apache2 -k start</div>
<div class="h5">www-data &nbsp;6914 &nbsp;0.0 &nbsp;0.7 253400 30148 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;19:07 &nbsp; 0:00 /usr/sbin/apache2 -k start</div>
<div class="h5">louis &nbsp; &nbsp; 7079 &nbsp;0.0 &nbsp;0.0 &nbsp; 9364 &nbsp; 932 pts/2 &nbsp; &nbsp;R+ &nbsp; 19:50 &nbsp; 0:00 grep --color=auto apache</div>
<div><br></div>
doit retourner au moins une ligne. Si c'est le cas, cr&eacute;e le fichier<br><br>
/var/www/index.php<br>
</div></div></blockquote>
<div>Fichier cr&eacute;&eacute;&nbsp;</div>
<blockquote class="gmail_quote"><div class="HOEnZb"><div class="h5">
<br>
avec le contenu<br><br>
&lt;?php<br>
 &nbsp;phpinfo();<br>
?&gt;<br><br>
et ouvre le dans ton navigateur: <a href="http://localhost/index.php" target="_blank">http://localhost/index.php</a>
</div></div></blockquote>
<div>en fait c'est phpinfo qui s'ouvre&nbsp;</div>
<blockquote class="gmail_quote">
<div class="HOEnZb"><div class="h5">
<br><br>
Dans cette page, tu dois trouver un tableau sqlite3 avec la ligne<br><br>
SQLite3 support enabled<br>
</div></div>
</blockquote>
<div>&nbsp;</div>
<blockquote class="gmail_quote">
<div class="HOEnZb"><div class="h5">
<br>
ainsi qu'un tableau pdo_sqlite avec la ligne<br><br>
PDO Driver for SQlite 3.x enabled<br>
</div></div>
</blockquote>
<div>&nbsp;</div>
<blockquote class="gmail_quote">
<div class="HOEnZb"><div class="h5">
<br>
Tout est-il bon ?<br>
</div></div>
</blockquote>
<div>Je ne crois pas, avec moi d&egrave;s qu'on touche au terminal &ccedil;a tourne au vinaigre, dommage j'aime mieux Linux que windows&nbsp;</div>
<blockquote class="gmail_quote">
<div class="HOEnZb"><div class="h5">
<br>
-- <br>
&Eacute;ric<br>
</div></div>
_______________________________________________<br>
liste spip<br><a href="mailto:spip <at> rezo.net" target="_blank">spip <at> rezo.net</a> - d&eacute;sabonnement : envoyer un mail &agrave; &nbsp;<a href="mailto:spip-off <at> rezo.net" target="_blank">spip-off <at> rezo.net</a><br><br>
Infos et archives : <a href="http://listes.rezo.net/mailman/listinfo/spip" target="_blank">http://listes.rezo.net/mailman/listinfo/spip</a><br><a href="http://archives.rezo.net/spip.mbox/" target="_blank">http://archives.rezo.net/spip.mbox/</a><br><br>
Documentation de SPIP : <a href="http://www.spip.net/" target="_blank">http://www.spip.net/</a><br><br>
Irc : de l'aide &agrave; toute heure : <a href="http://spip.net/irc" target="_blank">http://spip.net/irc</a><br>
</blockquote>
</div>
<br>
</div>

Gmane