I have a website build on Typo3 and when I go to update it, I need to use IE, I can't get to edit anything when I open it with Firefox. Cookie Problem? Then the second problem, much harder to manage, is the session Time-out. Somehow it's logging me out after a few minutes, so I can't work on my translations... I already updated the configuration file (typo3conf/localconf.php) and set up the time to 1000000 seconds with this line "$TYPO3_CONF_VARS['BE']['sessionTimeout'] = 1000000;". If anyone finds something for me, it would be divine... Thanks.
feedback
|
|
I think you should do a new clean install, as I wrote in my comment above. Your installation is somewhat outdated and reinstalling everything might cure those problems. I think I remember there are also some security issues mentioned for all older versions beneath 4.2.8. I myself, running Linux/Apache with a couple of virtual hosts, install all our TYPO3 sites into subdirectories like t3/ and use php-redirects on the corresponding web-roots.
Of course your have to check the functionality of your site carefully. Use a tool like Xenu's Link Sleuth to check for broken links, etc., etc. | |||
|
feedback
|
|
Most likely it's a problem with cookies and caching, I had a similar issue in Firefox when I upgraded my own blog (not Typo3). If you go into Tools -> Options then Privacy, then click 'Show Cookies...' you can type your website's URL into the search box and then easily select and delete all the cookies. After that, hard refresh the login page (Ctrl F5) and try logging in again. | |||
feedback
|