<html>
<body>
<br>
Hello John,<br><br>
You will find attached my PostgreSQL database dump for Serweb; As I said
I'm not sure that all the fields are good enough, maybe you will have to
change some of them... Let me know if you make some
modifications.<br><br>
In order to run Serweb with PGSQL please do as follow:<br>
1. load the SQL DDL file into your PGSQL<br><br>
2. load at least one account with the same domain listed in
/serweb/html/set_domain.php<br>
e.g. $config-&gt;domain = &quot;your_domain.com&quot;;<br><br>
2. modify:<br>
/serweb/html/config_data_layer.php<br>
$config-&gt;data_sql-&gt;type=&quot;pgsql&quot;;<br><br>
$config-&gt;data_sql-&gt;host[$i]['host']=&quot;localhost&quot;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
//database host<br>
$config-&gt;data_sql-&gt;host[$i]['port']=&quot;&quot;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
//database port - leave empty for default<br>
$config-&gt;data_sql-&gt;host[$i]['name']=&quot;database_name&quot;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
//database name<br>
$config-&gt;data_sql-&gt;host[$i]['user']=&quot;your_login&quot;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
//database conection user<br>
$config-&gt;data_sql-&gt;host[$i]['pass']=&quot;your_password&quot;;<br><br>
I'm using the last SERWEB from the CVS. I think that's all you need to
do. If you succeed to connect please let me know.<br><br>
Is there anybody using the last Serweb with Postgre ? Any chance to login
?<br><br>
Thanks,<br>
SB<br><br>
<br><br>
<b><i>John Draper &lt;crunch@webcrunchers.com&gt;</i></b> wrote: <br>

<dl>
<dd>SB wrote:<br><br>

<dd>&gt;<br>

<dd>&gt; Hello,<br>

<dd>&gt;<br>

<dd>&gt; I'm using SERWEB but I have some trouble to login when the 
<br>

<dd>&gt; login/password is correct. If the password is wrong, I have an
error <br>

<dd>&gt; message telling me &quot;wrong password&quot;. But if the
login/password is Ok, <br>

<dd>&gt; then the page start a long processing cycle without anything in
return <br>

<dd>&gt; (after 5 minutes, blank page or server unreachable).<br>

<dd>&gt;<br>

<dd>&gt; In my configuration, I have:<br>

<dd>&gt;<br>

<dd>&gt;clear_text_pw=1<br>

<dd>&gt;<br>

<dd>&gt; <br>

<dd>&gt;<br>

<dd>&gt; My default domain match with the admin user's domain i'm using
to <br>

<dd>&gt; login. The database I'm using is PostgreSQL (all serweb sql
scripts <br>

<dd>&gt; have been ported to PGSQL, I will provide all the sql files as
soon as <br>

<dd>&gt; everything is running smoothly).<br>

<dd>&gt;<br>

<dd>You have this running under PostGreSQL? WOW! Cool... I'm just now
<br>

<dd>getting started setting up my SER<br>

<dd>server, but have no clue on how to get it hooked into PostGres. Could
<br>

<dd>you point me to some documents you<br>

<dd>found that tells me how to do it?<br><br>

<dd>I'm using 0.8.10 by the way, should I install a newer
version?<br><br>

<dd>John<br><br>

</dl></body>
</html>