userfunctions.php why I can't add this file in Typo3 fileadmin/

女生的网名这么多〃 提交于 2019-12-12 04:59:04

问题


I am following a tutorial how to create modern templates using typo3.the website with the tutorial I am instructed to add a php file under the in fileadmin/userfunctions.php, but for some reason Typo3 says that this file is not allowed>


回答1:


The red error is more than enought to answer your question

php extension is not allowed to upload. Just add the file manualy to the directory. By clickng to the folder nat via web panel




回答2:


It is sometimes because of BE allowed file extension.

  1. Go to TYPO3 Backend
  2. Install Tool All Configuration
  3. [textfile_ext] -> check this input box whether php, php3, phtml are listed in this box or not. If no, include them.


来源:https://stackoverflow.com/questions/10918238/userfunctions-php-why-i-cant-add-this-file-in-typo3-fileadmin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!