Forums / General / Crash on eZ Publish ini reading
Guillaume Kulakowski
Friday 21 August 2009 12:15:41 am
Hi,
I have a problem in reading some ini files.
On 1 Linux server I read and parse my ini file correctly, but on an another Linux server reading crash in the middle of the ini file : a call to a parameter don’t find the parameter.
To correct that, I must find the last parameter read and remove this return charset and put enter again.
In my editor (Eclipse); I can’t see any error in my ini file...
Have you an idea and perhaps a solution for my problem ? I have already put my editor in UTF-8 and return charset in Unix mod
My blog : http://www.llaumgui.com (not in eZ Publish ;-)) eZC on RHEL : http://blog.famillecollet.com/pages/Config-en eZC on Fedora : just "yum install php-channel-ezc"
André R.
Friday 21 August 2009 1:04:15 am
Do you have the line number the crash happens on (and the code + a fw lines up and down), I guess this is in ezini.php?
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Friday 21 August 2009 1:25:56 am
Sorry for the confusion,
It's not a crash but a break in the reading. Like if ezini don't read my ini file after a line.
++
Friday 21 August 2009 1:39:03 am
Ahh, well impossible to know without the file or something. Try to open it in other editors and see what you find.