Installation Postgres 9.3 http://www.pontikis.net/blog/postgresql-9-debian-7-wheezy http://howto.biapy.com/fr/debian-gnu-linux/serveurs/bases-de-donnees/installer-postgresql-sur-debian apt-get install php5-pgsql nano /etc/apt/sources.list.d/pgdg.list # ajouter la ligne : deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main Exécuter wget https://www.postgresql.org/media/keys/ACCC4CF8.asc apt-key add ACCC4CF8.asc apt-get update apt-get install postgresql Config postgres command apt-get install postgresql apg PGSQL_PWD= »$(command apg -q …

Debian Read more »

Démarrage automatique du service apache: $systemctl enable httpd $systemctl is-enabled httpd systemctl is-enabled httpd autoriser port http firewall-cmd –permanent –zone=public –add-service=http Insallation Postgre (https://wiki.postgresql.org/wiki/YUM_Installation) nano /etc/yum.repos.d/CentOS-Base.repo Section « update » ajouter la ligne « exclude=postgresql* » yum localinstall http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-1.noarch.rpm yum list postgres yum install …

CentOS – Config Read more »

Debuggage php sous Eclipse : Php.ini [Xdebug] zend_extension=/usr/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so xdebug.remote_enable=On xdebug.remote_host= »localhost » xdebug.remote_port=9000 xdebug.remote_handler= »dbgp » http://xdebug.org/wizard.php Introducing xdebug http://blog.pascal-martin.fr/post/xdebug-debugging-graphique-eclipse-pdt#configuration-php-xdebug

Je début avec WordPress. En voulant mettre des permaliens du type http://server/2013/09/article, je suis tombé sur l’erreur : Catchable fatal error: Object of class WP_Error could not be converted to string in /home/ccaillat/www/wp-content/themes/responsive/core/includes/functions.php on line 570 Un var_dump de la …

Erreur avec le theme Responsive Read more »