Forums / Install & configuration / End of installation of 3.2 - can't log in as 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".

End of installation of 3.2 - can't log in as admin

Author Message

Eli Lev

Wednesday 24 September 2003 11:21:22 pm

Hi,

First of all - if this has been covered elsewhere please point me to url. I'm a newbee on Exponential and its my first install.

I've installed it on an ISP account (Apache 1.3.28, Php 4.3.2 - safe mode).

I got to the end - where I get:
"Exponential has been installed with the following site(s). You will find the username and password mentioned for each site.

Username: jkl
Password: abc

However, when I go to bother user and admin links - I get log in screen, but it doesn't let me in with username and password that were shown.

How should I proceed troubleshooting wise?

thank,

El

PS: Additional info. When I click on "sign up" - I get:
Fatal error: Call to a member function on a non-object in /home/stuff/public_html/Exponential/kernel/content/attribute_edit.php on line 80
Fatal error: Exponential did not finish it's request

The execution of Exponential was abruptly ended, the debug output is present below. [no debug shows below]

James Packham

Friday 26 September 2003 3:20:10 am

The first thing I'd do is enable debuging. Edit your /[ezpublisher root directory] /settings/site.ini find a line reading "Debug=disabled" (about line 345) and change it to enabled.

Now when you reload your pages you should get some nice useful debug output. The stuff at the top is most useful, because it describes specific errors. The rest describes the amount of time it took to do stuff and how much memory was used etc etc.

Do a search on the site for your error messages, the chances are someone else has had the same/similar problem.

~James~