[FLOW3-general] Running under windows

Dawid Pacholczyk dpacholczyk at gmail.com
Thu Aug 4 15:49:49 CEST 2011


W dniu 2011-08-04 15:36, Regine Rosewich pisze:
> Hi David,
>
> I also fought some time with that problem on my windows-Laptop. I did not
> get my Windows-System accepting the symlink command out of PHP. In the end I
> created the the symlinks with the "mklink" command directly in Windows
>
> http://technet.microsoft.com/en-us/library/cc753194(WS.10).aspx
>
> Hope it helps.
>
> Regine
>
>> -----Ursprüngliche Nachricht-----
>> Von: flow3-general-bounces at lists.typo3.org [mailto:flow3-general-
>> bounces at lists.typo3.org] Im Auftrag von Dawid Pacholczyk
>> Gesendet: Donnerstag, 4. August 2011 14:09
>> An: flow3-general at lists.typo3.org
>> Betreff: [FLOW3-general] Running under windows
>>
>> Fatal error: Call to undefined function
>> TYPO3\FLOW3\Resource\Publishing\symlink() in
>> D:\wamp\www\flow\Data\Temporary\Development\Cache\Code\FLOW3_Object_Cla
>> sses\TYPO3_FLOW3_Resource_Publishing_FileSystemPublishingTarget_Origina
>> l.php
>> on line 131
>>
>> Any ideas what can I do with that ? I`ve downloaded latest version from
>> git and I receive that on start :(
>> _______________________________________________
>> FLOW3-general mailing list
>> FLOW3-general at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
>
>

Ok I`ve done bypass like this:

system('mklink ' . $sourcePathAndFilename . ' ' . $targetPathAndFilename);

for files and for directory

system('mklink /d ' . $sourcePath . ' ' . $targetPath);

Isn`t that a bug ?

Best regards,
Dawid Pacholczyk


More information about the FLOW3-general mailing list