New domain breaks eZp installation

Author Message

Robert Wydra

Tuesday 28 March 2006 12:12:06 am

Hello!

I have set up an eZ publish 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: eZ publish did not finish its request

The execution of eZ publish 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?

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 18 2025 19:38:18
Script start
Timing: Jan 18 2025 19:38:18
Module start 'layout'
Timing: Jan 18 2025 19:38:18
Module start 'content'
Timing: Jan 18 2025 19:38:19
Module end 'content'
Timing: Jan 18 2025 19:38:19
Script end

Main resources:

Total runtime0.6821 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0040 588.0391152.6406
Module start 'layout' 0.00400.0023 740.679739.4766
Module start 'content' 0.00630.6742 780.1563539.5781
Module end 'content' 0.68050.0015 1,319.734412.1406
Script end 0.6820  1,331.8750 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00290.4309160.0002
Check MTime0.00130.1843160.0001
Mysql Total
Database connection0.00070.104110.0007
Mysqli_queries0.633192.8256570.0111
Looping result0.00060.0833550.0000
Template Total0.646294.720.3231
Template load0.00190.272320.0009
Template processing0.644394.464720.3222
Template load and register function0.00010.017710.0001
states
state_id_array0.00130.188310.0013
state_identifier_array0.00170.250820.0009
Override
Cache load0.00150.2249220.0001
Sytem overhead
Fetch class attribute can translate value0.00080.118020.0004
Fetch class attribute name0.00100.147950.0002
XML
Image XML parsing0.00100.150420.0005
class_abstraction
Instantiating content class attribute0.00000.001460.0000
General
dbfile0.00090.1326220.0000
String conversion0.00000.002540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 13
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs