[TYPO3-english] TYPO3 4.5.3 blank backend

Riccardo De Contardi riccardo.decontardi at bhuman.it
Wed May 25 15:23:32 CEST 2011


Hello James,

Check previous emails on this thread, the problem is that you have some 
files with a truncated extensions (.ph instead of .php; .j instead of 
.js and so forth)
you can check this using the find command:

find  /Applications/MAMP/htdocs/newsite110517/typo3/  -name '*.ph'
find  /Applications/MAMP/htdocs/newsite110517/typo3/  -name '*.j'
find  /Applications/MAMP/htdocs/newsite110517/typo3/  -name '*.gi'
find  /Applications/MAMP/htdocs/newsite110517/typo3/  -name '*.pn'
find  /Applications/MAMP/htdocs/newsite110517/typo3/  -name '*.tx'

please take note that some html files in the TYPO3 package have .htm 
extension and some .html

I guess there is something wrong in the encoding of the file names
You could try unzipping the package on a Windows machine and then 
copying all the files on your Mac.

--------------------------------------------
Riccardo De Contardi – TYPO3 Certified Integrator
B Human Srl - www.bhuman.it <http://www.bhuman.it>
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561
--------------------------------------------

Il 25/05/11 15.13, James Walters ha scritto:
>
> On 25 May 2011, at 13:20, Riccardo De Contardi wrote:
>
>> There is something wrong when I extract them from the archive (tried with the package downloaded a few seconds ago), don't know why, but .zip package does not seem affected :S
>
> I'm getting this right now also on a Mac with tar.gz packages of both v4.4.8 and v4.5.3 downloaded just now. As soon as I switch symlink to either version from v4.4.6 (downloaded Dec 2010), my BE is blank and I get PHP error:
>
> [25-May-2011 14:00:41] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/Applications/MAMP/htdocs/newsite110517/typo3/sysext/rtehtmlarea/hooks/clearrtecache/class.tx_rtehtmlarea_clearcachemenu.php' (include_path='.:/Applications/MAMP/bin/php5.2/lib/php') in /Applications/MAMP/htdocs/typo3_src-4.4.8/t3lib/class.t3lib_div.php on line 5384
>
> with v4.5.3 the line # is 5497
>
> When I switch back to v4.4.6, I can get the BE again
>
> James
>
>


More information about the TYPO3-english mailing list