[TYPO3] Nothing at all shows in FE (SOLVED!)

Hans Kristian Lintrup hlintrup at gmail.com
Sun Mar 30 14:37:27 CEST 2008


Hi Erik.

You are right about my location :) Thank you for the response.

I actually managed to solve the problem. The weird part of my problem 
was that the images was shown if located in /media/uploads which is in 
the src of TYPO3. Why was TYPO3 able to locate resources in a subfolder 
of the src directory, but not the dummy direcory?

The answer is:

Quote Start
After some investigation it turned out that the current working 
directory used in index.php is no longer the link source directory 
"PATH_site/", but the link target "/path/to/typo3_src/". Therefore, the 
relative paths used to include libraries via TS, like in my case 
templavoila, were no longer found.
Quote End

SOURCE: http://bugs.typo3.org/view.php?id=6158

The issue was introduced in file index.php in PHP 5.2.4 and corrected in 
PHP 5.2.5.

I solved my problems by going from PHP 5 -> PHP 4 on my webserver 
(Danhost) I've also contacted them about the issue and asked them to 
provide more information about their version of PHP than just the major 
version.

Thanks again for the response.

Regards
Hans Kristian Lintrup

Erik Svendsen skrev:
> Hello Hans,
> 
> Probably you should drop the use of FC Bigfeet. This "Quickstart" is 
> made for older versions of TYPO3. Even if all the principles is correct, 
> it's not updated to changes in TYPO3 ver 4.x.
> Your name indicates that you probably are able to read a manual in 
> Norwegian. Try this one 
> http://typo3.no/ressurser/dokumentasjon/norsk-dokumentasjon.html, which 
> is made for use with TemplaVoila.
> 
> WBR,
> Erik Svendsen
> www.linnearad.no
> 
> 
>> Hans Kristian Lintrup skrev:
>>
>>> Hi list. I've been struggling for the past 3 days with this problem,
>>> so any help is greatly appreciated!
>>>
>>> I've installed the dummy site (FC Bigfeet) and TemplaVoilá.
>>>
>>> The dummy site shows text in FE, but it has not been possible for me
>>> to make any pictures appear. Only the default images located in
>>> media/uploads/ is showed, when I opt out any custom images in the
>>> template for the root page. If I manually place pictures in the
>>> media/uploads folder and refer to them in TypoScript, then they
>>> appear.
>>>
>>> I've tried to figure out the inner workings of Typo3 in order to
>>> decide where temporary files go. My guess is that my web hotel can't
>>> read some portion of the generated HTML and thus no output.
>>>
>>> Then I tried to use TemplaVoilá. I followed the instructions given in
>>> the tutorial and everything in the BE worked as expected, but this
>>> time nothing at all shows up in FE. Not a single character.
>>>
>>> Then I downloaded the TYPO3Winstaller and tried all the above and
>>> everything worked perfectly.
>>>
>>> So: How where does the generated HTML pages go? What is it that can
>>> prevent typo3 from generating the code? Is there something about
>>> read/write permissions I am missing?
>>>
>>> Any help will do - a link to any material describing it. I've
>>> searched through documentation and read a lot (!), but still I've
>>> been unable to solve this problem.
>>>
>>> Thanks in advance!
>>>
>>> Best Regards
>>> Hans Lintrup
>> Okay, TYPO3 returns the following errors when rendering the webpage FC
>> Bigfeet:
>>
>> "uploads/tf/beckback.jpg" is not a file (did not exist).
>> "uploads/tf/bigfeet_logo.gif" is not a file (did not exist).
>>
>> However, both files do exist in the folder /uploads/tf/ and permission
>> are ok.
>>
>> It must be a problem with who has uploaded the images and who is
>> trying to retrieve them. Does anybody have a suggestion?
>>
>> Thank you
>>
>> regards
>> Hans Lintrup
> 
> 


More information about the TYPO3-english mailing list