[Typo3] Error Message

Bernhard Kraft kraftb at kraftb.at
Wed Aug 17 02:28:50 CEST 2005


horde at chosenofgod.com wrote:
> I was trying to use the "File Link" content to include links to some files for
> download on my site (www.chosenofgod.com). I was attempting to do this for
> files of about 50-100MB, and when I tried, I received an error message saying
> something to the effect that the file was too big, that in tt_content:33:media
> the limit was 10000KB. So I went in to tbl_tt_content.php and changed the max
> size to 100000KB. However, then when I tried to clear the cache to apply this
> change, I was kicked out of the Typo3 backend. When I tried to log in again, it
> first scrolled a number of error messages (go to chosenofgod.com/typo3 to see
> them), and then when I tried to log-in it said that I did not have cookies
> enabled (which I do). Help please! I cannot get into my backend! I also tried
> using the install tool to clear the cache, as well as analyzing the database,
> and everything appeared to be fine from the install tool. Thanks for your help!

Have a look at
typo3conf/ext_localconf.php

At the very bottom are the last-made changes which you made when you changed that value
in the install tool ....

pherhaps you made yourself your own kind of XSS attack (cross site scripting) :(
by inserting some value containg " or ' into the field ...

clear out those last lines ... (you will find them ... theres a date)


greets,
Bernhard



More information about the TYPO3-english mailing list