Forums / Install & configuration / Newbie First Time Install.
kevin waterman
Monday 25 October 2004 3:39:12 pm
I have isntalled many CMS recently. I am using XAMPP as a test platform for now. Here is my setup: Apache/2.0.52 (Win32) mod_ssl/2.0.52 OpenSSL/0.9.7d PHP/5.0.2MySQL 3.23.57
This is my error:Fatal error: Cannot re-assign $this in C:\apachefriends\xampp\htdocs\xampp\ez\lib\ezutils\classes\ezdebug.php on line 193
Any advice?
Tuesday 26 October 2004 8:09:07 am
I am also installing on a different box and I am getting this error:
Here is the setup of this other box, It is runing Solaris: apache_1.3.24 Mysql 3.23.56PHP Version 4.2.1
Fatal error: Call to undefined function: file_get_contents() in /opt2/apache/htdocs/home/ez/lib/eztemplate/classes/eztemplatefileresource.php on line 245Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below.
I am not sure what I am doing wrong. Any help is much appreciated.
Lazaro Ferreira
Tuesday 26 October 2004 9:04:28 am
Hi,
None of your box meets EZP requirements, you can run EZP with php 4.2.x version, but this is not recommended because a documented problem (search http://ez.no) with php sessions, the recommended php version is 4.3.x and above
As error msg said, you are getting an undefined function, you better check if this function exist for your php setup, php documentation is at http://www.php.net
(last minute you need php 4.3.x or above to use that function)
Lazaro http://www.mzbusiness.com
Tuesday 26 October 2004 9:34:52 am
I am running PHP 5.0.2 on the box running xampp. That exceeds "php 4.2.x version" or does that mean within the main line of >4.2 but less than 5.0?
Thanks
Kevin Waterman
Tuesday 26 October 2004 9:36:27 am
MySQL is running high enough as well.
Tuesday 26 October 2004 10:28:14 am
HI,
AFAIK, ezp doesn't support PHP5.0 yet
But you can check for yourself here, search for EZP requisites here at http://ez.no
Tuesday 26 October 2004 1:06:39 pm
Ok, I am not trying to use the XAMPP switch function that downgrades the PHP to 4.3.9. Thanks. I will let you know how it goes.