Install does not start

Author Message

Bruno Matschiner

Thursday 07 December 2006 4:13:25 am

Hello,

I'm new to ezpublish.
I'm using XAMPP 1.5.5 for Windows with PHP 4.4.4 an MySQL 5.0.27.
I did change the memory_limit to 64MB. The max execution time is 60.
When i want to start the installation by starting with the index.php it does not do anything. Firefox gives me a "Server not found" an the IE a "Page could not be displayed" error.
When I switch to PHP 5 it starts with an error, but I get a message. PHP 4.4.4 and I just get the "Server not found" error.

What am I doing wrong?

Bruno Matschiner

Thursday 07 December 2006 7:40:28 am

To make things more clear:
index.ph wont even start executing.
I tried another php-script an all went ok.
Is there something wrong with PHP 4.4.4 or is the source code of ezpublish damaged?

I tried several versions of ezpublish and nothing worked.
If I uncomment the

if ( file_exists( 'ezp.xt' ) )
{
$fd = fopen( 'ezp.xt', 'w' ); fclose( $fd );
}
xdebug_start_trace( 'ezp' );

I got an error message. This shows me, that he does execute index.php.

Kristof Coomans

Friday 08 December 2006 1:00:14 am

Hi Bruno

Which error message did you get when uncommenting those lines of code?

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

Bruno Matschiner

Friday 08 December 2006 2:31:23 am

Thats the error I get when uncommenting the lines 25 to 29 in index.php:

Fatal error: Call to undefined function: xdebug_start_trace() in D:\websites\xampp\xampp-win32-1.5.5\htdocs\ezpublish\index.php on line 29

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 20:56:41
Script start
Timing: Jan 18 2025 20:56:41
Module start 'layout'
Timing: Jan 18 2025 20:56:41
Module start 'content'
Timing: Jan 18 2025 20:56:42
Module end 'content'
Timing: Jan 18 2025 20:56:42
Script end

Main resources:

Total runtime0.5019 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0070 587.9141152.6250
Module start 'layout' 0.00700.0022 740.539139.4609
Module start 'content' 0.00930.4912 780.0000544.3359
Module end 'content' 0.50050.0014 1,324.335912.1719
Script end 0.5019  1,336.5078 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.6500160.0002
Check MTime0.00140.2821160.0001
Mysql Total
Database connection0.00090.170410.0009
Mysqli_queries0.447489.1320600.0075
Looping result0.00070.1449580.0000
Template Total0.468693.420.2343
Template load0.00240.472320.0012
Template processing0.466292.879220.2331
Template load and register function0.00020.040010.0002
states
state_id_array0.00210.418210.0021
state_identifier_array0.00080.156420.0004
Override
Cache load0.00200.3925300.0001
Sytem overhead
Fetch class attribute can translate value0.00080.162120.0004
Fetch class attribute name0.00110.220750.0002
XML
Image XML parsing0.00070.134320.0003
class_abstraction
Instantiating content class attribute0.00000.001850.0000
General
dbfile0.00260.5178160.0002
String conversion0.00000.001440.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
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 18
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs