Forums / Install & configuration / Can't access administration

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Can't access administration

Author Message

Mario Ivancic

Thursday 12 March 2009 8:06:38 am

Hi all,
I have strange behaviour of Exponential.

I have transfered Exponential 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 Exponential 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 Exponential install, and "www-data:www-data" by the user:usergroup apache runs as.

I hope this can help.