Questions tagged [neoscms]

Neos is a next-generation open source content management system.

Neos is based on the Flow PHP framework and the editing interface lets you focus on your task by being as simple as possible. At the same time providing lots of flexibility to the developer using it.

143 questions
7
votes
5 answers

Script abort because of a possible infinite loop

I have followed this instructions to setup the latest version of…
magic.77
  • 829
  • 1
  • 11
  • 21
5
votes
3 answers

TYPO3 CMS versus TYPO3 Neos

If you have to choose between TYPO3 CMS and TYPO3 Neos, which criteria are relevant to decide? What are the main differences between those two variants (features, editing, performance, hosting, etc.)? How different is the developing in terms of…
jor
  • 2,058
  • 2
  • 26
  • 46
3
votes
1 answer

Empty Bash line throws error

I wrote a small NEOS backups script that dumps my mysql database and compress this.. On my Laptop (Deepin OS) the script runs well but on the server it throw errors... https://gist.github.com/breadlesscode/2f2e274a3c9314b99ac71fc6b2afb07a Empty…
Marvvvv
  • 81
  • 1
  • 8
2
votes
1 answer

Neos CMS error Call to undefined function GuzzleHttp\Psr7\str()

i'm very new in Neos CMS. I install Neos CMS according to this tutorial https://neutroncloud.in/docs/how-to-install-neos-cms-on-ubuntu/. I've been struggling for 3 days for install it. When i finally set it up, i've set everything up. And after…
marekus
  • 35
  • 1
  • 4
2
votes
3 answers

Neos CMS installation 500 error: Specified path not found

I tried to install Neos CMS local under Windows 10 with a Wamp Apache Server. After creating the project with a composer and registering the Vhosts, I tried to run neos.demo/setup. Then I get an 500 internal server error with the message "Specified…
preissy
  • 21
  • 2
2
votes
2 answers

Fluid-Alias-View-Helper with result of another view helper

In one of my NEOS Templates I try to solve the simple task of generating a random number (within a specified range) and store it into a variable for later usage. Since none of the default view helpers offers such a feature I developed my own view…
Fidi
  • 5,754
  • 1
  • 18
  • 25
2
votes
1 answer

Regular expression not working properly neos

My Regular expression is not working properly in neos project. Regular expression for DD/MM/YYYY (only 19XX-20XX) var date_regex = /^(0[1-9]|1\d|2\d|3[01])\/(0[1-9]|1[0-2])\/\/(19|20)\d{2}$/ ; return date_regex.test(testDate); I resolved the issue…
user407283
2
votes
1 answer

Automatically updating composer.lock in build process

I have a Neos project, consisting of a Site providing the main composer container. composer.json requires a huge number of packages (whole neos/flow environment), including some packages we develop. Our deployment setup consists of Jenkins, building…
O.Heins
  • 33
  • 4
2
votes
1 answer

TYPO3 Neos: authentication provider for a package

There are many examples to setup an authentication provider with an login, but I can't find an example how to setup one for a package. TYPO3 Neos v1.2.x I have a package with an editor for the backend. The editor should communicate via controller.…
user2513437
  • 155
  • 10
2
votes
1 answer

Neos inaccessible after installing

I've installed Neos 1.1.2. After setting up the database, and importing the example "TYPO3.NeosDemoTypo3Org", the setup seems to be completed: "You have successfully installed Neos! If you need help getting started, please refer to the Neos…
bashbug
  • 556
  • 4
  • 16
2
votes
3 answers

How to build a menu with defined pages

In TYPO3 CMS you could build a menu with defined pages very easy. How does this work in Neos and Typoscript2? Typoscript1 Code was: Menu1 = HMENU Menu1 { special = directory special.value = 1,6,7 wrap =
1
vote
0 answers

ingress-nginx: rewrite without affecting assets

I'm having the following case with ingress-nginx 1.8.0: I want to redirect the starting page from domain.com to domain.com/pl This is working fine when i'm using the following ingress config: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: …
theraven
  • 21
  • 7
1
vote
1 answer

Neos CMS 7: How do you organize menus in the CR

How are the menus organized in the Content Repository (CR)? Namely, a main menu, a meta menu, and a footer menu. Is there any obvious disadvantage to using this CR: Home |- Main Menu (ID 1) |- Blog |- Products |- Services |- .. |- Meta…
1
vote
1 answer

Add Neos Fusion rendered markup snippet to the elasticseach index

I asked myself if it is possible to customize the indexing of the Nodes so that we can put a rendered markup snippet to the node in Elasticsearch. So that we have in ES a property that contains the rendered Fusion snippet. Is that already possible?…
Markus
  • 21
  • 1
  • 3
1
vote
0 answers

Keep span from own plugin in table

I created a plugin like the Placeholder package here for the CKEditor. I use the Package in the #neoscms. That is a bit special because Neos does not use the UI part of the CKEditor. But the technology below is the same. The placeholder plugin works…
Markus
  • 21
  • 1
  • 3
1
2 3
9 10