Monday 15 February 2010 11:13:56 am
Hallo! How are You? I glad to try install eZ Publish 4.3.0 alpha! On step "Install packages" i see this message: Fatal error: Call to undefined function posix_geteuid() in \www\lib\ezc\Archive\src\archive.php on line 612 Where is the problem? I use: Windows XP SP3, Apache/2.2.13 (Win32) PHP/5.2.9 Thank's and good luck! Fatal error: Call to undefined function posix_geteuid() in C:\Poligon\ez430\www\lib\ezc\Archive\src\archive.php on line 612 ----------------------------- For temporary i do it:
/**
if ( posix_geteuid() === 0 )
{
@chgrp( $fileName, $group );
@chown( $fileName, $user );
} */
______________
I love eZ Publish
|