[FLOW3-general] Running under windows

Regine Rosewich regine.rosewich at hoellenberg.biz
Thu Aug 4 16:22:22 CEST 2011


Hi Dawid,

I don't think it's a FLOW3 bug. According to the PHP-Documentation the
symlink command should work under windows. The problem in my case were the
permissions. So I created the symlinks not with FLOW3 but from the
Command-Window in Windows directly. If your - clever - workaround creates
the symlinks from within FLOW3 it seems to be a PHP-bug.

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 15:50
> An: flow3-general at lists.typo3.org
> Betreff: Re: [FLOW3-general] Running under windows
> 
> 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
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general




More information about the FLOW3-general mailing list