[TYPO3-install] TYPO3-install Digest, Vol 45, Issue 1

Dmitriy Osadchiy dmi3 at clarity.kiev.ua
Sat Jun 16 16:11:28 CEST 2007


Hello Pavan,

PK> As for my memory limit, I don't think my host actually gives me access to
PK> edit my php.ini settings.
I think they do not give access to this.

PK> Is it actually mandatory that i place the dummy and the package in the same
PK> folder ? .. Currently, both are in the domain root and this is good for me
PK> because (by what I understand), I can rename my dummy site anything I want
PK> and access my site on mydomain.com/dummy/ without actually having another
PK> folder hierarchy.
http://typo3.org/download/packages/
"Attention! In order to set up a new site, you will need to combine
both, the source AND the dummy package by extracting them to the same
folder."
IMHO, that means that you have to see in the same folder fileadmin/
and t3lib/ and all other folders.

I'am not sure if shared hosting support symbol links (ask smbd like
hosting admins).

Please, rad install.txt (in the source) "Installation guidelines -
TYPO3", #4, where about code editing. Pay attention to this note. (did
you fix it. do not forget to change it back!)

if (1==0 || (substr($_SERVER['REMOTE_ADDR'],0,7)!='192.168' && $_SERVER['REMOTE_ADDR']!='127.0.0.1'))   {
        die("In the source distribution of TYPO3, the install script is disabled by a die() function call.<br/><b>Fix:</b> Open the file typo3/install/index.php and remove/out-comment the line that outputs this message!");
}

Did you read http://typo3.org/documentation/document-library/installation/doc_inst_upgr/1.0.0/view/
-- 
Best regards,
 Dmitriy                            mailto:dmi3 at clarity.kiev.ua

Saturday, June 16, 2007, 4:49:50 PM, you wrote:

PK> Hi Dmitriy

PK> Thanks for your reply. Yes, I have deleted the link typo3_src before adding
PK> the new one..At no avail.
PK> As for my memory limit, I don't think my host actually gives me access to
PK> edit my php.ini settings.

PK> Is it actually mandatory that i place the dummy and the package in the same
PK> folder ? .. Currently, both are in the domain root and this is good for me
PK> because (by what I understand), I can rename my dummy site anything I want
PK> and access my site on mydomain.com/dummy/ without actually having another
PK> folder hierarchy.



PK> On 16/06/07, typo3-install-request at lists.netfielders.de <
PK> typo3-install-request at lists.netfielders.de> wrote:
>>
>> Send TYPO3-install mailing list submissions to
>>         typo3-install at lists.netfielders.de
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>        
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-install
>> or, via email, send a message with subject or body 'help' to
>>         typo3-install-request at lists.netfielders.de
>>
>> You can reach the person managing the list at
>>         typo3-install-owner at lists.netfielders.de
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of TYPO3-install digest..."
>>
>>
>> Today's Topics:
>>
>>    1. Newbie Installation Help Please. (Pavan Keshavamurthy)
>>    2. Re: Newbie Installation Help Please. (Dmitriy Osadchiy)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Sat, 16 Jun 2007 11:11:15 +0530
>> From: "Pavan Keshavamurthy" <pavan.k.murthy at gmail.com>
>> Subject: [TYPO3-install] Newbie Installation Help Please.
>> To: typo3-install at lists.netfielders.de
>> Message-ID:
>>         <
>> mailman.329367.1181972481.21067.typo3-install at lists.netfielders.de>
>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>
>> Hi.. I just downloaded typo 3 after trying it out on opensourcecms.com ..
>> and I'm requesting some installation help now.
>>
>> Here's what I've done...
>>
>> 1. I FTPed and extracted the Typo3_src-4.1.1 tar into
>> mydomain.com/typo3_src-4.1.1
>> 2. I FTPed and extracted the dummy-4.1.1 tar into mydomain.com/dummy-4.1.1
>> 3. I renamed the above dummy folder as 'Test'
>> 4. I made the 4 directories in the 'Test' dummy folder writeable by
>> CHMODing
>> them to 0777 manually
>> 5. I ran 'ln-s /mydomain.com/typo3_src-4.1.1 /mydomain.com/test/typo3_src'
>> off my crontab because I don't have SSH/Telnet access.. Shared server !
>> 6. I tried to access http://mydomain.com/test/ but it seems to hit a blank
>> page ..
>>
>> What have I done wrong ? Help is appreciated. Thanks in advance..
>>
>> --
>> -
>> Pavan Keshavamurthy
>> www.bas.org.in
>>
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Sat, 16 Jun 2007 10:56:27 +0300
>> From: Dmitriy Osadchiy <dmi3 at clarity.kiev.ua>
>> Subject: Re: [TYPO3-install] Newbie Installation Help Please.
>> To: TYPO3 install list <typo3-install at lists.netfielders.de>
>> Message-ID:
>>         <
>> mailman.329521.1181980592.21067.typo3-install at lists.netfielders.de>
>> Content-Type: text/plain; charset=us-ascii
>>
>> Hello Pavan,
>>
>> What about memory limit on your server?
>> Did you remove link  /mydomain.com/test/typo3_src first,before creting
>> it again?
>> Try to place sources and dummy package in one directory.
>>
>> --
>> Best regards,
>> Dmitriy                            mailto:dmi3 at clarity.kiev.ua
>>
>> Saturday, June 16, 2007, 8:41:15 AM, you wrote:
>>
>> PK> Hi.. I just downloaded typo 3 after trying it out on opensourcecms.com..
>> PK> and I'm requesting some installation help now.
>>
>> PK> Here's what I've done...
>>
>> PK> 1. I FTPed and extracted the Typo3_src-4.1.1 tar into
>> PK> mydomain.com/typo3_src-4.1.1
>> PK> 2. I FTPed and extracted the dummy-4.1.1 tar into
>> mydomain.com/dummy-4.1.1
>> PK> 3. I renamed the above dummy folder as 'Test'
>> PK> 4. I made the 4 directories in the 'Test' dummy folder writeable by
>> CHMODing
>> PK> them to 0777 manually
>> PK> 5. I ran 'ln-s
>> /mydomain.com/typo3_src-4.1.1/mydomain.com/test/typo3_src'
>> PK> off my crontab because I don't have SSH/Telnet access.. Shared server
>> !
>> PK> 6. I tried to access http://mydomain.com/test/ but it seems to hit a
>> blank
>> PK> page ..
>>
>> PK> What have I done wrong ? Help is appreciated. Thanks in advance..
>>
>>
>>
>>
>> ------------------------------
>>
>> _______________________________________________
>> TYPO3-install mailing list
>> TYPO3-install at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-install
>>
>> End of TYPO3-install Digest, Vol 45, Issue 1
>> ********************************************
>>






More information about the TYPO3-install mailing list