Forums / General / Second time system crash ....
Paweł Mylka
Wednesday 27 April 2005 5:50:40 am
Second time I have a same problem. When I editing a new articel and pressing publishing button from time to time the system crash. What does it mean "the system crash". I cann't open any page on administartion section, always I have one error
Posible reason
The page cannpt be dispaled (20).Requested adress or modul cann't be found.
Adres zawiera literówkę. Spróbuj zmienić URL. Nazwa modułu zawiera literówkę. Spróbuj zmienić URL. Nie ma modułu <common_ini_settings> dostępnego na tej stronie. The site is using URL matching to determine which siteaccess to use, but the name of the siteaccess is missing from the URL. Try to add the name of the siteaccess, it should be specified before the name of the module
Do you know what can be wrong?
regards Paweł
Bård Farstad
Wednesday 27 April 2005 7:16:06 am
Are you using a PHP Accelerator? Some times these are known to cause unexpected results.
What is the configuration of your system?
--bård
Documentation: http://ez.no/doc
Wednesday 27 April 2005 8:03:36 am
No I don't using the php accelerator.
My system configuration is:
debian 2.6 kernel; apache2 prefork; php 4.3.10I am using ez version 3.5.1 on postgres....
regardsPaweł Mylka
Konrad Kosmowski
Monday 18 July 2005 12:11:39 pm
I've got the same on my installation. Have you changed any ini settings from admin web-interface? If so please check all your *.ini.append.php files (with grep or whatever) if they contain charset declaration. For some unknown reasons my installation totally gave up when (which I've come to after few days) one of those ini files contained iso-8859-2 declaration (the one modified via web-interface). I've set this up manually to iso-8859-1 and it started working. I don't really know what happened but maybe that will help somebody. =)