Forums / Install & configuration / Install does not start

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

Install does not start

Author Message

Bruno Matschiner

Thursday 07 December 2006 4:13:25 am

Hello,

I'm new to Exponential.
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 Exponential damaged?

I tried several versions of Exponential 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\Exponential\index.php on line 29