[TYPO3-dev] phpMyAdmin 4.1.1+ breaks relogin

Christoph Koehler christoph.koehler at gmail.com
Sat Jan 17 00:07:30 CET 2009


On 1/16/09 4:38 PM, Steffen Kamper wrote:
> Hi,
>
> Christoph Koehler schrieb:
>>
>> Ah interesting...wonder what would cause that. How do you guys debug
>> IE stuff? Everything I have seen is pretty poor.
>>
>> Christoph
>
> i use script debugger, which is also very poor, but allows to read the
> lines where the problems are.
> There i mostly use alert()-calls.
> Most important tool for verify is imho JSLint which is available online
> for validate
>
> If someone has visual studio installed, debug options are a lot better,
> but i havn't.
>
> vg Steffen

I do, but not too impressed.
There are a few js errors, one of them being "'top.TS.PATH_typo3' is 
null or not an object", which comes from opendocs.js.
That's odd because the relogin doesn't even touch the TS js object 
created in backend.php, so it has to be one of the JS errors before, 
which VS just takes me to prototype.js, the Event object.

The one that starts it all is in index.php, which Visual Studio can't 
find the source for... not much luck there.

Christoph




More information about the TYPO3-dev mailing list