Forums / Install & configuration / Can't access administration

Can't access administration

Author Message

Mario Ivancic

Thursday 12 March 2009 8:06:38 am

Hi all,
I have strange behaviour of ezPublish.

I have transfered ezpublish 4.0 to new host. Site is working, but I can't access administration. I have cleaned cache. My username and password is correct.
The following error occur:

Access denied!

    * You do not have permission to access <site_admin>.
    * Please contact the site administrator.

--
http://www.escapestudio.net
http://twitter.com/MarioIvancic

Yannick Komotir

Monday 16 March 2009 8:59:59 am

Hi,

are you clear cache manually ?

<|- Software Engineer @ eZ Publish developpers -|>
@ http://twitter.com/yannixk

Jean-Yves Zinsou

Monday 16 March 2009 9:14:18 am

Hi there,
usually that kind of problems comes from a right access problem on the files.
Try to chmod -R the ezpublish folder...

HTH

Jey

Do Androids Dream of Electric Sheep?
I dream of eZpubliSheep....
------------------------------------------------------------------------
http://www.alma.fr

Guillaume Marty

Tuesday 17 March 2009 7:08:20 am

Hello Mario,

This shall do the trick:

cd /home/ezp/www
chown -R www-data:www-data var

Replace "/home/ezp/www" with the real path to your ezPublish install, and "www-data:www-data" by the user:usergroup apache runs as.

I hope this can help.