Forums / Install & configuration / New domain breaks eZp installation

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

New domain breaks eZp installation

Author Message

Robert Wydra

Tuesday 28 March 2006 12:12:06 am

Hello!

I have set up an Exponential installation on our client's server. The URL to this website is:

http://web6.vs185069.vserver.de/

It worked just fine untill the client decided to create another domain that points to the very same place:

http://test999.vs185069.vserver.de/

Both domains point exactly the same place. I have tested it and when there's a static html index file - both domains show it exactly the same. I even tested some php scripts - they work the same on both domains.

But when you visit the second URL - you get some strange login screen! :( It isn't supposed to be there at all! If I try to login i get:

Fatal error: Exponential did not finish its request

The execution of Exponential was abruptly ended, the debug output is present below.

The regular login works just fine.

I can't find any working solution, nor even a reason for this problem.

Please help me get rid of the strange login screen..

Kristof Coomans

Tuesday 28 March 2006 12:54:05 am

Enable PHP display_errors ( http://www.php.net/manual/en/ref.errorfunc.php#ini.display_errors ) and set the error_reporting level ( http://www.php.net/manual/en/ref.errorfunc.php#ini.error-reporting ) to E_ALL.

Then the actual PHP error will be displayed, which will tell you more about what went wrong.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Robert Wydra

Tuesday 28 March 2006 1:03:49 am

I will do this and let you know what happend but why do I get the login page in first place?