Author
|
Message
|
Claus Jensen
|
Friday 21 March 2003 2:07:15 am
Hello, Have anybody used postgresql on ezpublish?! What did you do to get it to run? I cant get it to run as the ez base.
thanks, claÜs
|
Sergiy Pushchin
|
Friday 21 March 2003 5:35:42 am
I run it with postgresql.
I need more info from you to answer.
For postgresql we don't have demo data so there is only kernel_clean.sql How you tried to install it?
|
Andre Felipe Machado
|
Saturday 22 March 2003 9:15:29 am
Hello,
I am testing ez3RC2 now on PostgreSQL 7.2.3
Simply followed the install instructions.
Some systems does not start postmaster with -i option by default.
You will have to edit the script and restart postmaster
Regards. Andre Felipe
---
A Debian user never dies. Issues a last command:
shutdown -h now
http://www.techforce.com.br
|
Claus Jensen
|
Monday 24 March 2003 12:50:49 am
> Hello,
> I am testing ez3RC2 now on PostgreSQL 7.2.3
> Simply followed the install instructions.
> Some systems does not start postmaster with -i option by
> default.
> You will have to edit the script and restart postmaster
> Regards. > Andre Felipe Are you using a separate php install or the 4.3.0 that comes with the ezpublish installer? In the first case, what version of php are you using?
Thanks, claÜs
|
Andre Felipe Machado
|
Monday 24 March 2003 4:41:14 am
Hello,
I use, at local machine, php 4.1.1.
Istalled manually, to not mess up other programs already installed.
Inclued the following test.php file at your ez3 dir for reading your installation data.
<?
phpinfo(); ?>
Look for pgsql and postgres references.
You should have modules installed and so on.
Regards. Andre Felipe
---
A Debian user never dies. Issues a last command:
shutdown -h now
http://www.techforce.com.br
|
Christoph Nelles
|
Tuesday 25 March 2003 3:33:44 am
2 things :
- with 7.2.3 you are strongely advised to upgrade your Postgresql Version (see postgresql mailinglist/homepage) - with postgresql 7.3 some things were dropped, which were not SQL standards compliant. ezpublish relies on this. so, you can stick with your unsecure installation, or lose ezpublish compatibility :p
|