Forums / Install & configuration / Error and Warning Message in EZ Admin Interface

Error and Warning Message in EZ Admin Interface

Author Message

Christian Pfeiffer

Wednesday 08 November 2006 5:58:31 am

Hi all,

since I use EZP I have always these messages eg. Error::1[4] See debug for more detail, or Warning::2[4]...

If I switch on the debugmode I just get another window which is refreshing every second and tell me that some error occured. For me everything is working well but I just want to know what it could be or how I could get more debug information. It can't be that on every second click in the "a" interface such a message occurs.

Thanks in advance.
Chris.

Claudia Kosny

Tuesday 14 November 2006 1:25:24 pm

Hi Christian

Sorry for the real late response...

What happens if you enable debug redirection as well? Also set the debug setting to inline instead of popup: http://ez.no/doc/ez_publish/technical_manual/3_8/reference/configuration_files/site_ini/debugsettings/debug

Then check for any debug information - maybe you can see something interesting now.

What version of EZ do you use? What version of PHP?

Claudia

Christian Pfeiffer

Friday 17 November 2006 12:55:15 am

Hi Claudia,

thanks for your reply. If I have a look inside the Error.log I now see some stuff appearing when I access the admin interface.

[ Nov 17 2006 09:39:56 ] [80.133.129.156] error/view.php:
Error ocurred using URI: /
[ Nov 17 2006 09:39:56 ] [80.133.129.156] eZINI:
Undefined group: 'Toolbar_admin_right'
[ Nov 17 2006 09:39:56 ] [80.133.129.156] eZINI:
Undefined group: 'Toolbar_admin_developer'
[ Nov 17 2006 09:39:56 ] [80.133.129.156] eZLocale:
Could not load country settings for GR
[ Nov 17 2006 09:39:56 ] [80.133.129.156] eZLocale:
Could not load language settings for ell

My question is where to set up the language settings cause the admin site is in english not in greek, but I support a greek site as well.

Inside the site.ini.append.php (admin siteaccess) I have under the
[RegionalSettings]
SiteLanguageList[]
ShowUntranslatedObjects=enabled

There is also an error regarding the ezImageHandler
[ Nov 17 2006 08:43:19 ] [145.7.xxx.xxx] eZImageHandler::changeFilePermissions:
Chmod 0666 var/storage/images/....................gif failed

Looks like an problem with the rights on that folder? --> I changed the whole /var folder recursivly to 777 but no changes, the error still occurs.

Any suggestions? Thanks in advance.
Christian.

<i>I'm using ezP 3.8.0 with PHP 4.4.4</i>

Christian Pfeiffer

Wednesday 29 November 2006 6:58:48 am

So I want to push this thread a bit:

The EZP ImageHandler issue I solved: It was an right problem on the folder: var/storage, PHP wasn't able to write there.

But I still have this language problem in my logs. That EZLocale can't load the greek country settings.

Any suggestions?

Thanks in advance.
Chris.

Claudia Kosny

Wednesday 29 November 2006 9:21:51 am

Hello Christian

Are you sure that you have the necessary files for the greek translation in the correct folders?
EZ does not come with a greek translation so you have to download and install it ( http://ez.no/content/download/98343/393111/file/ezpublish-3.6.1-ell-GR.zip )
Then make sure you have cleared the cache after setting the regional settings to ell-GR.

Claudia