Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-High Milestone-Release-1.2 Component-Installation

New issue 1923 by [email protected]: Installer is broken in Windows and PHP < 5.3.0
http://code.google.com/p/qubit-toolkit/issues/detail?id=1923

To reproduce this error:
========================
1) Use Windows XP (not Vista or newer) and PHP lower than 5.3.0
2) Install ICA-AtoM 1.1 (lower versions are not affected)
3) Enable debug mode

Resulting error:
================
This fatal error brokes the installation and the next message is shown:

Fatal error: Call to undefined function symlink() in C:\wamp\www
\plugins\sfInstallPlugin\lib\sfInstall.class.php on line 589

symlink() function is available only in lastest Windows releases and PHP does not support it until version 5.3.0 (read more in http://php.net/symlink). We should use only this function if it is available (see function_exists() PHP function).

Expected result:
================
Installer should never be stopped.

--
You received this message because you are subscribed to the Google Groups "Qubit 
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-issues?hl=en.

Reply via email to