[Typo3-windows] SOLVED! Re: blank page?

Darko Kalevski kdarko at unet.com.mk
Thu Dec 15 02:11:17 CET 2005


i've been nowhere near it. junction -s is not enough, it wont create the 
symlinks within the source which are *must* at the start, and i guess 
the part with the source directory needs to be done *only* once. then i 
create junctions for the specified site. i've gone thru your batch file 
and created another one. i will add this to wiki, but need to get it 
tested. 1-2-3 tool is done, the basic configuration, now i need to test 
all the way thru. cheers!



rem winxp sp2,  typo3 3.8.1, apache 2.0.55, php 4.4.1
rem You can this script from anywhere
rem This batch file should be executed for each newly created site
rem Assumed root web site folder \www
rem %1 indicates the name of the folder for the newly created site
rem %1 that would be the folder where you've extracted dummy package

ECHO Website name %1
cd \www\%1
del typo3_src
linkd typo3_src ..\t3_source
cd typo3_src
del tslib
linkd tslib typo3\sysext\cms\tslib
cd typo3
del t3lib
del gfx
del thumbs.php
linkd t3lib ..\t3lib
linkd gfx ..\t3lib\gfx
copy ..\t3lib\thumbs.php thumbs.php
cd t3lib\fonts
rem copy arial.ttf and verdana.ttf to here
rem or copy
del arial.ttf
del verdana.ttf
copy %SystemRoot%\fonts\arial.ttf .
copy %SystemRoot%\fonts\verdana.ttf .

cd \www\%1
del tslib
del t3lib
del typo3
del media
del index.php
del showpic.php

linkd typo3 ..\t3_source\typo3
linkd tslib ..\t3_source\tslib
linkd t3lib ..\t3_source\t3lib
linkd media ..\t3_source\tslib\media

copy tslib\index_ts.php index.php
copy tslib\showpic.php showpic.php



More information about the TYPO3-windows mailing list