Forums / Install & configuration / Can't login at admin

"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 login at admin

Author Message

Robin Sørlie

Tuesday 08 April 2003 7:45:07 pm

Hi.

Just download and installed Exponential 3, and everything seemed fine during installing. (except a php-time out when installing multilangual).

When I try to enter admin, there's no login screen. When I click the login url, the admin page just refreshes, still no login screen. How am I supposed to enter my username/password?

Link: http://62.70.18.196/~ezp/index.php/admin

Bård Farstad

Wednesday 09 April 2003 3:30:50 am

Try to enable debug output and look for error messages. This can be done in the file settings/site.ini

--bård

Documentation: http://ez.no/doc

Robin Sørlie

Wednesday 09 April 2003 7:21:37 am

Ok, done that.

Got an error at index.php :
Module did not return proper result: user

What causes that?

Here is the debug output:
eZ debug

Timing:
Apr 09 2003 10:30:41

Script start

Timing:
Apr 09 2003 10:30:41

Module start 'user'

Timing:
Apr 09 2003 10:30:41

Module end 'user'

Error: index.php
Apr 09 2003 10:30:41

Module did not return proper result: user

Timing:
Apr 09 2003 10:30:41

End

Timing points:
Checkpoint
Elapsed
Rel. Elapsed
Script start
0.0000 sec
0.0493 sec
Module start 'user'
0.0493 sec
0.0011 sec
Module end 'user'
0.0504 sec
0.2071 sec
End
0.2574 sec
 
Total runtime:
0.2577 sec

Time accumulators:
 Accumulator
 Elapsed
 Percent
 Count
 Average
Mysql Total

Mysql_queries
0.0005 sec
0.1904%
1
0.0005 sec
Looping result
0.0001 sec
0.0323%
1
0.0001 sec
Template Total
0.1316 sec
48.4%
1
0.1316 sec
Template load
0.0208 sec
7.6385%
1
0.0208 sec
Template processing
0.1104 sec
40.5713%
1
0.1104 sec
Template load and register function
0.0065 sec
2.3736%
4
0.0016 sec
Total script time:
0.2721 sec

Mvh
Robin

Robin Sørlie

Wednesday 09 April 2003 7:30:51 am

I also tried the index.php (got the demo site).
I got several warnings:

eZ debug

Timing:
Apr 09 2003 10:33:56

Script start

Timing:
Apr 09 2003 10:33:56

Module start 'content'

Warning: eZModuleOperationInfo::execute
Apr 09 2003 10:33:56

Missing main operation memento for key: c42f2b8e84569c60bed9dedea19ab028

Debug:
Apr 09 2003 10:33:56

checking viewmode 'full' #1

Debug:
Apr 09 2003 10:33:56

cache used #1

Debug:
Apr 09 2003 10:33:56

checking viewmode 'full' #1

Debug:
Apr 09 2003 10:33:56

cache used #2

Timing:
Apr 09 2003 10:33:56

Module end 'content'

Warning: PHP
Apr 09 2003 10:33:56

Undefined variable: to_file in /home/ezp/public_html/lib/ezimage/classes/ezimagemanager.php on line 410

Warning: PHP
Apr 09 2003 10:33:56

Undefined offset: 1 in /home/ezp/public_html/lib/ezimage/classes/ezimagemanager.php on line 410

Warning: PHP
Apr 09 2003 10:33:56

Undefined offset: 1 in /home/ezp/public_html/kernel/classes/datatypes/ezimage/ezimagevariation.php on line 209

Warning: PHP
Apr 09 2003 10:33:56

getimagesize: Read error! in /home/ezp/public_html/kernel/classes/datatypes/ezimage/ezimagevariation.php on line 211

Warning: PHP
Apr 09 2003 10:33:56

Undefined offset: 1 in /home/ezp/public_html/kernel/classes/datatypes/ezimage/ezimagevariation.php on line 216

Warning: PHP
Apr 09 2003 10:33:56

Undefined offset: 1 in /home/ezp/public_html/kernel/classes/datatypes/ezimage/ezimagevariation.php on line 223

Error: eZImageVariation
Apr 09 2003 10:33:56

Undefined attribute 'contentobject_attribute_id, version, requestedwidth, requestedheight', cannot get

Error: eZImageVariation
Apr 09 2003 10:33:56

Undefined attribute 'contentobject_attribute_id, version, requestedwidth, requestedheight', cannot get

Warning: PHP
Apr 09 2003 10:33:56

Undefined offset: 0 in /home/ezp/public_html/kernel/classes/datatypes/ezxmltext/handlers/output/ezxhtmlxmloutput.php on line 157

Timing:
Apr 09 2003 10:33:56

End

Timing points:
Checkpoint
Elapsed
Rel. Elapsed
Script start
0.0000 sec
0.2824 sec
Module start 'content'
0.2824 sec
0.6334 sec
Module end 'content'
0.9158 sec
1.3971 sec
End
2.3129 sec
 
Total runtime:
2.3131 sec

Time accumulators:
 Accumulator
 Elapsed
 Percent
 Count
 Average
Mysql Total

Mysql_queries
0.4320 sec
18.5593%
26
0.0166 sec
Looping result
0.0032 sec
0.1362%
21
0.0002 sec
Template Total
1.3957 sec
60.0%
1
1.3957 sec
Template load
0.0455 sec
1.9530%
1
0.0455 sec
Template processing
1.3498 sec
57.9889%
1
1.3498 sec
Template load and register function
0.0191 sec
0.8226%
5
0.0038 sec
General

INI string conversion
0.0871 sec
3.7435%
166
0.0005 sec
String conversion
0.0310 sec
1.3324%
167
0.0002 sec
String conversion w/ codepage reverse
0.0051 sec
0.2202%
1
0.0051 sec
Total script time:
2.3277 sec

Most of them I think is because I don't have ImageMagick installed, am I right?

But the last one worried me:
Undefined offset: 0 in /home/ezp/public_html/kernel/classes/datatypes/ezxmltext/handlers/output/ezxhtmlxmloutput.php on line 157

What does that mean?

And also the first line:
Warning: eZModuleOperationInfo::execute
Apr 09 2003 10:33:56

Missing main operation memento for key: c42f2b8e84569c60bed9dedea19ab028

What key is this?

-Robin

Robin Sørlie

Thursday 10 April 2003 2:52:58 pm

Made it!

Tried everything with no luck, started a new account on my server, a complete fresh install and everything seems fine (still). Did the install eksactly the same way as last time, but this time it worked. Strange.

Ok, then the fun begins:)

Matthew Rat

Thursday 24 April 2003 9:44:50 am

I get similar messages but not with admin module. I get them with my own template pages. I dont' know what this is either. While it doesn't seem to make anything "blow up", I think there has to be a relatively easy fix to this.