Monday 28 September 2009 4:54:05 am
Hi,
When installing a new Ez Publish version 4.13, directly after the last page of the Setup (the register page) I get a "Fatal error: eZ Publish did not finish its request The execution of eZ Publish was abruptly ended, the debug output is present below." Below which nothing is presented
There is no Ez var/log/error.log
Neither is there a PHP error log (i've set logging to file in php.ini) nor can i find anything relevant in apache logs or system logs. The var/log/storage.log is created.
I've set the directory permissions according to the chmod and chown i got when doing a 'finetune'. (chown to wwwrun:www as this is the apache user). I even tried with chown -R wwwrun:www on and chmod -R ugoa+rwx. That doesn't make a difference.
I've copied a working installation from another server. Also an Ez 4.13 version. This works, both front end and the admin. However, when i set
[SiteAccessSettings]
CheckValidity=true and do the setup, i also get a fatal error. The only difference with the new setup is that this copy uses a database on another server. The local database is filled with data however (and with more data if i choose the web-interface instead of the plain).
The settings/override/site.ini.append.php is edited by the install. But only the [RegionalSettings] are set.
There is no /settings/siteacces/plain_site_user folder created. With ezwebin interface there is settings/siteaccess/ezwebin_site_user, which contains only a site.ini.append.php. The content is only the RegionalSettings and the vardir.
The access-type is set to hostname.
Initially I've copied the vhost settings from another working version. I also used the settings according to http://ez.no/doc/ez_publish/technical_manual/4_x/installation/virtual_host_setup
Main difference was the <IfModule sapi_apache2.c> to check for php, in the setup manual it is <IfModule mod_php5.c> I also tried access-type set to url, same error. Finetune reports an "AcceptPathInfo disabled or running in CGI mode" although "AcceptPathInfo On" is set in the vhost.conf
I've tried with and without a config.php. I tried both the stand alone and version with ezC included.
system:
dual opteron with 4GB memory.
opensuse 11.1
apache 2.2
php 5.29
mysql 5.0.67-12.16.1
apc (php cache) deïnstalled for now.
ezC installed by PEAR in /usr/share/php5/PEAR/ezc pear upgrade ezc/eZComponents returns "Nothing to upgrade" I'l be gratefull for pointers on how to solve this.
|