我已按照以下说明设置了最新版本的 NEOS:
https://docs.neos.io/cms/installation-development-setup/manual-installation-with-a-web-server
https://docs.neos.io/cms/installation-development-setup/running-the-setup-tool
登录 CMS 后,出现以下错误:
Xdebug has detected a possible infinite loop, and aborted your script with a stack depth of '256' frames
Exception Code 0
Exception Type Error
Thrown in File Packages/Framework/Neos.Flow/Classes/ObjectManagement/ObjectManager.php
Line 539
Run Code Online (Sandbox Code Playgroud)
我当地的环境:
PHP Version 7.3.26-1+ubuntu20.04.1+deb.sury.org+1
XDebug 3.0.2
Run Code Online (Sandbox Code Playgroud)
这里出了什么问题?
如果你必须在TYPO3 CMS和TYPO3 Neos之间做出选择,哪些标准与决定相关?
这两种变体(功能,编辑,性能,托管等)之间的主要区别是什么?
学习曲线,复杂性,编程速度方面的发展有何不同?
我写了一个小的NEOS备份脚本来转储我的mysql数据库并压缩它。
在我的笔记本电脑(Deepin OS)上,脚本运行良好,但在服务器上却抛出错误...
https://gist.github.com/breadlesscode/2f2e274a3c9314b99ac71fc6b2afb07a
空行会引发错误?我不知道为什么。我尝试过不同的行进,但是确实行得通。
bash -x ./crons/BackupNeos.sh输出:
+ BACKUP_FOLDER=%s_NEOS_Backup
+ NEOS_ROOT=$'/html/neos\r'
+ BACKUP_ROOT=$'/html/backups\r'
+ NEOS_PACKAGE=$'My.Package\r'
+ COMPRESS_BACKUP=$'true\r'
+ NEOS_FLOW_EXPORT=$'true\r'
+ MYSQL_FULL_BACKUP=$'true\r'
+ MYSQL_HOST=$'server\r'
+ MYSQL_USER=$'user\r'
+ MYSQL_PW=$'password\r'
+ MYSQL_DB=$'database\r'
+++ date +%Y-%m-%d_%H-%M-%S
++ printf %s_NEOS_Backup 2017-01-15_18-53-30
+ BACKUP_FOLDER=$'2017-01-15_18-53-30_NEOS_Backup\r'
++ printf %s/%s $'/html/backups\r' $'2017-01-15_18-53-30_NEOS_Backup\r'
+ BACKUP_FOLDER_PATH=$'/html/backups\r/2017-01-15_18-53-30_NEOS_Backup\r\r'
+ $'\r'
: Command not found.le 18:
' printf 'Backup script start:\n\n
Backup script start:
+ cd $'/html/backups\r\r'
: File or directory not foundtml/backups
' printf 'Create backup folder...
+ mkdir $'2017-01-15_18-53-30_NEOS_Backup\r\r'
' printf …Run Code Online (Sandbox Code Playgroud) 我对 Neos CMS 很陌生。我根据本教程安装 Neos CMS https://neutroncloud.in/docs/how-to-install-neos-cms-on-ubuntu/。我已经苦苦挣扎了三天才能安装它。当我最终设置它时,我已经设置了一切。午餐后,它显示此错误
Call to undefined function GuzzleHttp\Psr7\str()
Exception Code 0
Exception Type Error
Thrown in File
Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Fusion_FusionObjects_HttpR
esponseImplementation.php
Line 62
Original File
Packages/Application/Neos.Fusion/Classes/FusionObjects/HttpResponseImplementation.php
Run Code Online (Sandbox Code Playgroud)
这是我的 neos ScreenShot内容网站的屏幕截图
请帮我 :)
我是Neos的新人,这个概念非常适合我的需求!谢谢你的发展.但我在我的vServer上安装了cms,并且加载页面大约需要7.4秒!当我打开后端菜单时,从那里加载所有东西大约需要30秒.
我不知道为什么这么长时间.
我已经包含了Chrome开发者工具网络部分的图片,你可以看到那里有很长的加载时间.
我已经检查过我的服务器,没有其他进程在运行,可能会减慢neos的删除过程.
所以我希望你有一个想法来解决这个问题,因为在这种状态下,在生产环境中使用它会很慢.
如何覆盖默认模板头部的现有标题标签?我可以添加新标签,但默认标题标签仍然存在。我还想添加页面的描述。
默认.html:
<head>
<f:section name="meta">
<title>{title}</title>
<meta name="description" content="{description}">
</f:section>
</head>
Run Code Online (Sandbox Code Playgroud)
根.融合:
page = Neos.Neos:Page {
head {
meta = Neos.Fusion:Template {
templatePath = 'resource://Test.Package/Private/Templates/Page/Default.html'
sectionName = 'meta'
title = ${'Test | ' + q(node).property('title')}
description = ${q(node).property('description')}
}
Run Code Online (Sandbox Code Playgroud)
我尝试根据 Neos CMS 文档上的示例进行制作:http://neos.readthedocs.io/en/stable/CreatingASite/RenderingCustomMarkup/AdjustingOutput.html ?highlight=meta#the-head
neoscms ×6
bash ×1
fusion ×1
linux ×1
neos-server ×1
performance ×1
shell ×1
typo3 ×1
ubuntu-12.04 ×1
xdebug ×1