Forums / Install & configuration / Install eZ on a different server than IIS and PHP
Jacques Scherer
Monday 18 April 2005 9:15:47 am
Hello,
I have a question, Is'it possible to install eZ on one server and install IIS and PHP on an other server ? what is the best solution for make this, actually i have a problem with path, PHP'server dont know path of eZbinaries, when i try to execute a script php for create schema on SQL server i have many error and warning...:-( Anyone have a solution ? (I have try to change the include path in PHP, but no effect !) RegardsJacques
Xavier Dutoit
Tuesday 19 April 2005 12:38:29 am
Well the official databases are postgres and mysql (and if I'm right there is a commercial extension to deal with oracle). This might explain why you get error messages with sql server.
As for the scripts, do you mention the scripts in /bin/shell ? Again they are meant to run from the root of your installation from the cli. (in linux $ ./bin/shell/...sh)
X+
http://www.sydesy.com
Tuesday 19 April 2005 1:17:37 am
Hello , Thank's for your response, I have resolved my problem with a new install of PHP, now I have a new pb, when I excecute script for create schema on MSSQL server, I obtain this msg : <b> C:\php4\cli>php d:Ezinstall\bin\php\ezsqlinsertschema.php -d --clean-existing - -schema-file=extension/mssql/patch/3.5/share/db_schema.dba --insert-types=all -- type=mssql --host=xxxx.xxx.xxx\CMS --user=xxxx --password=xxxxx share/db_data.dba CMS_DEV
Fatal error: eZINI: Undefined group: 'FileSettings' in d:\Ezinstall\lib\ezutils\classes\ezdebug.php on line 428
C:\php4\cli> </b>
my configuration : Windows 2003 - IIS6 - PHP 4.3.11 - eZpublish 3.52 - plugin mssql in the same machine MS SQL Server service pack 3a on an other machine. Please help me I am running in a circle...:-((( RegardsJacques
Łukasz Serwatka
Tuesday 19 April 2005 2:28:36 am
IIS web server is not supported by eZ publish.http://www.ez.no/ez_publish/documentation/faq/general/does_ez_publish_run_under_iis
The MSSQL Database Extension makes it possible to use Microsoft SQL Server as a database for eZ publish.http://www.ez.no/solutions/solutions_and_software/mssql_database_extension
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Tuesday 19 April 2005 4:54:42 am
hi Lukasz, thanks, but the features described in documentations "install and configuration" allow eZpublih work fine with IIS, I know a site that use this (banca lombarda in luxembourg). We have purchased plugin MSSQL and download this. About of error, I think this is a problem of rights ??? or we have'nt all patchs for work with MSSQL. Regards Jacques
Tuesday 19 April 2005 5:02:23 am
All update scripts should be run from eZ root_dir.
$ cd D:\Ezinstall $ C:\php4\cli\php.exe -C bin\php\ezsqlinsertschema.php -d --clean-existing --schema-file=extension/mssql/patch/3.5/share/db_schema.dba --insert-types=all --type=mssql --host=xxxx.xxx.xxx\CMS --user=xxxx --password=xxxxx share/db_data.dba CMS_DEV
I hope it will help
Tuesday 19 April 2005 11:50:55 pm
HI Lukasz,
Many Thanks, it's work RegardsJacques