Forums / Install & configuration / login problem

"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".

login problem

Author Message

Vito Musto

Saturday 03 May 2003 12:07:12 am

hi,
open "http://www.mysite.it/Exponential/index_admin.php
insert admin/publish
but the login point to url http://www.mysite.it/Exponential/index_admin.php/user/login/login
where i fail ?

Thank

Astrid van Zanten

Saturday 03 May 2003 12:02:43 pm

try: http://www.mysite.it/Exponential/index.php/admin

HK Lam

Sunday 04 May 2003 6:04:02 am

Hi,

I having similar problems. After installing Exponential 3, I can't get the login screen.

I have tried

http://www.mysite.net/Exponential-3.0-2/index.php
Getting a blank screen.

and

http://www.mysite.net/Exponential-3.0-2/index.php/admin
Getting the following message on the browser:

"The requested URL /Exponential-3.0-2/index.php/admin was not found on this server."

My installation is as follow:
SuSE Linux
Apache 2.0.40
PHP 4.2.3
Mysql 3.23.52

I'm using non-virtualhost setup, and have set in httpd.conf

<Directory /usr/local/apache2/htdocs/Exponential-3.0-2/>
Options Indexes FollowSymLinks ExecCGI
AllowOverride None
</Directory>

Have copied .htaccess_root to .htaccess

Tested my PHP & Apache setup using a simple php file - works OK. I checked the error_log in Apache.
Getting these lines:
".... Permission denied: access to /Exponential-3.0-2/var/index.html denied."
".... Permission denied: access to /Exponential-3.0-2/var/index.html.var denied."

Any help will be much appreciated.

Thanks.

Jan Borsodi

Monday 05 May 2003 2:52:10 am

Try to remove the .htaccess file and see if it's the one that causes the problems.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

HK Lam

Monday 05 May 2003 6:15:39 am

Removed .htaccess, problem persists.

In the browser, view page source e.g http://www.mysite.net/Exponential-3.0-2/index.php , revealed no php script, only text below:

<html><body></body></html>

Thanks

HK Lam

Monday 05 May 2003 8:04:56 am

I tried a few things based on some posting in the forum:

Set Register_globals On in php.ini

Set AcceptPathInfo On in httpd.conf
http://ezwiki.blanko.info/index.php/3XPS_Apache2

Still having the problem.

Jan Borsodi

Tuesday 06 May 2003 1:49:47 am

Could I suggest trying another Apache 2 version or downgrading to the 1.x series. Some versions of Apache 2 has problems running Exponential and PHP.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

HK Lam

Tuesday 06 May 2003 6:10:35 pm

Jan, what would be your recommended versions of Apache, PHP and MySQL to run Exponential 3. This is probably a million dollar question! If you can recommend the versions for Apache 1.3.xx and Apache 2.0.xx.

I may opt for the more stable Apache 1.3 as I am aware that there is no compelling reason to run Apache 2.0 on Linux.

Thanks

Jan Borsodi

Wednesday 07 May 2003 8:06:59 am

You could try Apache 2.0.42 or 1.3.27.
Also Exponential 2.2.7 is known to work on 2.0.44 and 2.0.45, it could be that Exponential 3.x also works on this.

Note: The Apache 2.0 series might have problems on some sites with heavy loads due it's new thread system.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq