[TYPO3-linux] Typo3 update from 6.2.0 --> 6.2.2

Franz Holzinger franz at ttproducts.de
Fri May 23 11:22:48 CEST 2014


Hello

On 23/05/2014 10:12, Anne Arlt wrote:
> I try step 1-4. The result is the same. No Login in Backend.
> But Firebug produce some error messages:
>
> GET
> https://iiextra.imms.de/internet/typo3/sysext/backend/Resources/Public/Java
> Script/tab.js [HTTP/1.1 200 OK 569ms]
> GET
> https://iiextra.imms.de/internet/typo3/sysext/t3skin/resources/login.js
> [HTTP/1.1 404 Not Found 1157ms]
> GET https://iiextra.imms.de/internet/typo3/jsfunc.placeholder.js [HTTP/1.1
> 404 Not Found 1156ms]
These files exist on another place:

/typo3/sysext/t3skin/Resources/Public/JavaScript/login.js
/typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.placeholder.js


You should have this in the HTML source code of the backend login:


<script type="text/javascript" 
src="sysext/t3skin/Resources/Public/JavaScript/login.js"></script>
<script type="text/javascript" 
src="sysext/backend/Resources/Public/JavaScript/jsfunc.placeholder.js"></script>


Verify that you set the correct links:

$ ls -l

drwxrwsrwx  8 websiteuser www-data 4096 Mai 21 12:38    fileadmin
lrwxrwxrwx  1 websiteuser websiteuser   19 Jan 13 16:47 index.php -> 
typo3_src/index.php
lrwxrwxrwx  1 websiteuser websiteuser   15 Jan 13 16:45 typo3 -> 
typo3_src/typo3
drwxrws---  4 websiteuser www-data 4096 Mai 21 12:38    typo3conf
lrwxrwxrwx  1 websiteuser websiteuser   15 Mai 12 12:16 typo3_src -> 
typo3_src-6.2.2
drwxr-xr-x  3 websiteuser websiteuser 4096 Mai  7 00:09 typo3_src-6.2.2
drwxrws--- 15 www-data www-data 4096 Mai 21 15:06 typo3temp
drwxrws---  7 websiteuser www-data 4096 Mai 21 12:38 uploads


And your typo3/index.php file should be this:

-rw-r--r-- 1 websiteuser websiteuser 2900 Mai  7 00:09 index.php


Maybe there is a problem with the caches.
Copy the attached file under the fileadmin folder.
Then execute the script from the browser:

https://iiextra.imms.de/internet/fileadmin/clear_cache_franz.php

- Franz





More information about the TYPO3-linux mailing list