altocompta/doc/FAQ-fr-16.html
2006-07-26 06:48:25 +00:00

39 lines
1.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
<TITLE> PhpCompta FAQ: Je re&ccedil;ois une erreur postgresql &agrave; propos d'une table log qui n'existe pas</TITLE>
<LINK HREF="FAQ-fr-17.html" REL=next>
<LINK HREF="FAQ-fr-15.html" REL=previous>
<LINK HREF="FAQ-fr.html#toc16" REL=contents>
</HEAD>
<BODY>
<A HREF="FAQ-fr-17.html">Next</A>
<A HREF="FAQ-fr-15.html">Previous</A>
<A HREF="FAQ-fr.html#toc16">Contents</A>
<HR>
<H2><A NAME="s16">16.</A> <A HREF="FAQ-fr.html#toc16">Je re&ccedil;ois une erreur postgresql &agrave; propos d'une table log qui n'existe pas</A></H2>
<P>C'est normal, les sortie de d&eacute;boggages sont envoy&eacute;es dans une base de donn&eacute;es, ce
qui facilite la recherche, le tri,...</P>
<P> Vous avez deux possibilit&eacute;s,
<UL>
<LI>soit vous changez dans le fichier include/constant.php, define ("DEBUG","true"); par
define ("DEBUG","false");
</LI>
<LI> Se connecter en tant que postgres et taper les commandes
<PRE>
createdb -h localhost -O phpcompta log
psql -h localhost -U phpcompta -f sql/log/log.sql log
</PRE>
</LI>
</UL>
</P>
<HR>
<A HREF="FAQ-fr-17.html">Next</A>
<A HREF="FAQ-fr-15.html">Previous</A>
<A HREF="FAQ-fr.html#toc16">Contents</A>
</BODY>
</HTML>