My Typo3 is installed on windows NT.<br>The problem is: <br>In the extension manager, when chosing one extension to backup, it can be downloa<br>ded as a file, but when import this file to the EM, it reports "No extension key <br>in file! Strange….”. Checking the file "typo3/mod/tools/em/index.php” line 125<br>6 , function “extBackup”, I add some lines as:<br>                        if (intval($this->CMD["doBackup"])==1)        {<br>                                $file_path="c:/".$filename;<br>                                $fp=fopen($file_path,"w");<br>                                fwrite($fp,($backUpData));<br>                                fclose($fp);...<br>to write the file diretly onto the disk. This time such a file can be imported co<br>rrectly. Checking these two files( donwloaded in the EM and writen directly) i fo<br>und their sizes are some different. the file written diretly is some larger( it i<br>s larger than the size got from strenlen($backUpData)). So I read the written fil<br>e back again to $backUpData and download it as a file. Now it can be accepted as <br>the correct format.<br><br>So who know what's reason?? <br><br><font style='font-size:12pt'>
<br>
==============================================<br>
<a target=_blank href='http://vip.163.com' title='http://vip.163.com'><font color=green><b>安全稳定大容量,收费伊妹儿免费30日完美体验~</b></a><br>
<a target=_blank href='http://mail.163.com' title='http://mail.163.com'><font color=red><b>中国最大的免费邮箱在等你 25兆空间 4兆附件!</b></a><br>
<a target=_blank href='http://popo.163.com' title='http://popo.163.com'><font color=green><b>点击网易泡泡惊喜无限 全免费手机短信任你发!</b></a><br><br>