43 questions
0
votes
0
answers
1k
views
structr.service is not a native service, redirecting to systemd-sysv-install
try to install the structr version 4.2.0 in ubuntu but terminal shows "structr.service is not a native service, redirecting to systemd-sysv-install." after running the command "sudo ...
0
votes
2
answers
41
views
Blank rows for a "select" html widget on a web page built using Structr 4.1.2 Community edition
Structr version 4.1.2 on Structr managed Sandbox (Community edition)
I'm investigation Structr and I have hit a problem related to the way an "html" select operates on a Structr built page.
...
0
votes
1
answer
80
views
How to use Structr with ReactJS via RESTful APIs?
How to use Structr with a frontend framework like ReactJS, Vue etc?
I want to create a React app entirely separately from Structr that only talks to it via RESTful API.
How to talk to Structr via ...
0
votes
1
answer
199
views
Structr - Unable to connect to Neo4j
"Connection to the database terminated. This can happen due to network instabilities, or due to restarts of the database." But my Neo4j DB is online and can be reached - Also in the shown ...
-1
votes
1
answer
36
views
Installation does not setup service in Ubuntu 21.04
~/Downloads$ sudo dpkg -i structr-3.6.4.deb
Vorbereitung zum Entpacken von structr-3.6.4.deb ...
Entpacken von structr (3.6.4) über (3.6.4) ...
structr (3.6.4) wird eingerichtet ...
~/Downloads$ ...
0
votes
1
answer
33
views
Observe mounted Folder and integrate new files
I'd like to observe a mounted folder in structr.
Files get pushed into that folder through a non-structr cron job, so they may change pretty often.
I mounted a folder (/var/structr) through structr UI....
0
votes
1
answer
89
views
Error thrown after installing structr snapshot 3.5 on debian buster
I installed the 3.5 snapshot over version 3.4.3. the later was running fine. 3.5 threw an error on startup:
Error: A JNI error has occurred, please check your installation and try again
...
0
votes
2
answers
80
views
handling parameters and return values between custom schema methods written in diffrent languages
first, what I'd like to achieve is the following:
I need to pass an image from an external source into the underlying database of structr. therefore I need to convert that image to base64. But as I'...
0
votes
1
answer
75
views
How to save project as web application in Structr
How to export website and publish under my domain name and accessible from the web. Also, if the answer is: Structr is an engine, then how to remove port numbers from the URL?
2
votes
1
answer
130
views
Install Neo4J's APOC in my Structr application
In Structr v.3.0.x I would like to use an APOC procedure in my cypher query to output the data I need to build a D3 tree on a page.
Please could you tell me how to install APOC in my Structr ...
1
vote
1
answer
141
views
Using Strucr with existing Neo4j database data
I have a Neo4j database (v3.3.4) with data in it and i'm trying to use Structr 2.3.6 with it.
I altered the Structr.config file to point to my existing Neo4j database and can see that Structr has ...
1
vote
1
answer
199
views
Cannot set aria-expanded property on A tag
I was attempting to create an accordion on a page using Bootstrap v.4.0 following this example
I need to set the aria-expanded and aria-controls properties of the A element.
In the UI for the page, ...
1
vote
2
answers
427
views
Structr, existing Neo4j installation
I had this working with a previous, snapshot version of structr - I wish to use an existing Neo4j installation via Structr and NOT Structr's embedded graph db.
Set-up is :
Windows 10
Neo4j 3.2.5
...
1
vote
1
answer
98
views
Structr schema operations timeout
I am trying to create an UI for my Neo4j graph "from scratch", meaning that I followed https://support.structr.com/article/234 on how to start up structr with an empty database, yet I set structr.conf ...
2
votes
1
answer
244
views
How to use Structr platform to add a new node to an existing relationship?
I am new to Neo4j and I want to add a new node to an existing relationship using Structr platform.
This is the Cypher query that I tested in Neo4j web browser and it works.
match(projects:Project {...