[TYPO3-english] TYPO3 4.5.3 blank backend
James Walters
james at theoldchapel.nu
Wed May 25 16:30:11 CEST 2011
Big thanks for that, Riccardo.
I didn't find anything that way, but did it again, using the complete file extensions, so as to be sure I was really looking in the right place - I was - it seemed that no filenames were "truncated". So next I looked in the Finder for the file referred to in the php error log, that is,
typo3/sysext/rtehtmlarea/hooks/clearrtecache/class.tx_rtehtmlarea_clearcachemenu.php
and found that it had something extra tagged onto the end, thus:
... class.tx_rtehtmlarea_clearcachemenu.php <tyç
All that extra space was really in there, too. I've no idea what that is, but I just deleted it and now my v4.5.3 BE is back again
In my v4.4.8 package, that file was called: ..... class.tx_rtehtmlarea_clearcachemenu.php <ty
Should those extra bits be on the front of something else, I wonder, and will I get other problems presently ... ?
James
On 25 May 2011, at 14:23, Riccardo De Contardi wrote:
> 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
>>
>>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list