Forums / Install & configuration / cannot enter into the admin console

cannot enter into the admin console

Author Message

Michael Zerbib

Monday 06 October 2008 8:15:20 am

Hi all,

I'm new with this CMS, I succeded in installing all requirements to install eZpublish.

Now I can access the demo portal, I can login as admin into the portal but I can't get access the the admin console (the checkbox selected....)

it's the same login and pwd, isn't it?
What's wrong?

thanks for your help

Michael Zerbib

Monday 06 October 2008 8:46:23 am

I must precise my configuration:
Windows XP SP3
Apache 1.3.3
PHP 5.2.6
MySQL 5.0.67

And I get an HTTP 500 error.

André R.

Monday 06 October 2008 9:09:36 am

Might be that the url stored in the settings to the admin interface is wrong?
Click settings when logged in to change it.

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

Michael Zerbib

Monday 06 October 2008 9:51:22 am

Thanks Andre for your quick response but I don't in my settings where I must change it.
There is no Site URL for admin purpose...

My default Portal Access is:
http://ezpublish/my_site/index.php/

My Admin login page URL is:
http://ezpublish/my_site/index.php/user/login

The Admin console Access URL that return an error is:
http://ezpublish/my_site/index.php/ezflow_site_admin/user/login

Gaetano Giunta

Monday 06 October 2008 11:13:31 am

"My default Portal Access is: http://ezpublish/my_site/index.php/"

in this url you are not using the name of the siteaccess. You will be then using the default siteaccess, which is configured in settings/override/site.ini, in the variable
[SiteSettings]
DefaultAccess

"My Admin login page URL is: http://ezpublish/my_site/index.php/user/login"

unless you have a configuration tailored for your site, this url is wrong, as you normally need to have the name of the siteaccess beteween index.php and user/login.
Did you set up custom rewrite rules in Apache?

"The Admin console Access URL that return an error is: http://ezpublish/my_site/index.php/ezflow_site_admin/user/login"

This url should be correct, as it indicates the ezflow_site_admin siteaccess in use. If it says "kernel 500" maybe it is because you do not have the ezflow_site_admin siteaccess setup, but have another one instead.

When you check the "send me to admin console" checkbox in the login form that appears on the standard site, you will be taken to an url that is set in the site.ini.append.php file in the siteaccess/default_siteacess dir (for default siteaccess see above), in the value
[SiteSettings]
AdditionalLoginFormActionURL

Principal Consultant International Business
Member of the Community Project Board

Michael Zerbib

Tuesday 07 October 2008 1:45:04 am

Thanks Gaetano.

Indeed you are right with siteaccess :) .
My default Portal Access is: http://ezpublish/monsite/index.php/fre
My Admin login page URL is: http://ezpublish/monsite/index.php/fre/user/login

the admin console URL (http://ezpublish/monsite/index.php/ezflow_site_admin/user/login) still return an error 500 but no mention of what...

what is strange is If I put a "/" at the end (http://ezpublish/monsite/index.php/ezflow_site_admin/user/login/) I'm accessing a new login page!!! but login fails also

How Can I check if I don't have the ezflow_site_admin siteaccess setup, but have another one instead?

Sorry If for you my questions are stupids but I'm new with CMS, PHP and Apache :)

Michael Zerbib

Tuesday 07 October 2008 3:44:05 am

I finally succeeded in accessing this area !!!!

I've increased "max_execution_time" in my php.ini from 30 to 120 and it worked.
did you already had a problem like that before?

OK now I can play with it, I'll certainly need your help in the next days :)