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 :)

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 09:18:13
Script start
Timing: Jan 31 2025 09:18:13
Module start 'layout'
Timing: Jan 31 2025 09:18:13
Module start 'content'
Timing: Jan 31 2025 09:18:13
Module end 'content'
Timing: Jan 31 2025 09:18:13
Script end

Main resources:

Total runtime0.0180 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 588.2578151.2266
Module start 'layout' 0.00550.0029 739.484436.6797
Module start 'content' 0.00840.0081 776.164198.1875
Module end 'content' 0.01650.0015 874.351637.9922
Script end 0.0180  912.3438 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002514.0543140.0002
Check MTime0.00115.8696140.0001
Mysql Total
Database connection0.00073.929810.0007
Mysqli_queries0.002715.185430.0009
Looping result0.00000.088510.0000
Template Total0.00116.310.0011
Template load0.00094.721310.0009
Template processing0.00031.501110.0003
Override
Cache load0.00063.170010.0006
General
dbfile0.003318.385880.0004
String conversion0.00000.054240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs