I'm unable to add pictures to posts. I attempted to restart Apache but the restart failed.
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2022-07-20 17:28:44 UTC; 1 weeks 3 days ago Docs: https://httpd.apache.org/docs/2.4/ Process: 239212 ExecReload=/usr/sbin/apachectl graceful (code=exited, status=226/NAMESPACE) Main PID: 900 (apache2) Tasks: 11 (limit: 19170) Memory: 281.3M CGroup: /system.slice/apache2.service ├─ 900 /usr/sbin/apache2 -k start ├─236207 /usr/sbin/apache2 -k start ├─237511 /usr/sbin/apache2 -k start ├─237613 /usr/sbin/apache2 -k start ├─237720 /usr/sbin/apache2 -k start ├─237794 /usr/sbin/apache2 -k start ├─237798 /usr/sbin/apache2 -k start ├─237799 /usr/sbin/apache2 -k start ├─237890 /usr/sbin/apache2 -k start ├─238518 /usr/sbin/apache2 -k start └─239040 /usr/sbin/apache2 -k start Jul 30 19:20:47 fc-una-main systemd[1]: Reloading The Apache HTTP Server. Jul 30 19:20:47 fc-una-main systemd[238253]: apache2.service: Failed to set up mount namespacing: /run/systemd/u> Jul 30 19:20:47 fc-una-main systemd[238253]: apache2.service: Failed at step NAMESPACE spawning /usr/sbin/apache> Jul 30 19:20:47 fc-una-main systemd[1]: apache2.service: Control process exited, code=exited, status=226/NAMESPA> Jul 30 19:20:47 fc-una-main systemd[1]: Reload failed for The Apache HTTP Server. Jul 30 19:26:49 fc-una-main systemd[1]: Reloading The Apache HTTP Server. Jul 30 19:26:49 fc-una-main systemd[239212]: apache2.service: Failed to set up mount namespacing: /run/systemd/u> Jul 30 19:26:49 fc-una-main systemd[239212]: apache2.service: Failed at step NAMESPACE spawning /usr/sbin/apache> Jul 30 19:26:49 fc-una-main systemd[1]: apache2.service: Control process exited, code=exited, status=226/NAMESPA> Jul 30 19:26:49 fc-una-main systemd[1]: Reload failed for The Apache HTTP Server.
- 133
The spacing for the showcase view of featured posts is not right in Artificer template. See screenshot. How to fix?
Fixed after clearing cache and refreshing the page a few times.
- 281
Comments can’t be posted here in Lucid template (also on my site, UNA 13 B1). This also effects our iOS app and the UNA.io iOS app.
- 336
-
-
·
LeonidS
- ·
Hello @RJ Arsenault !
Yes, it is connected due to the introduction of Artificer scheme in UNA. You may apply the following code in the Custom Styles area of your template:
.bx-form-element .ql-editor {
min-height: 72px;
}
-
·
LeonidS
The text in posts is not showing.
How do I fix?
- 308
-
-
·
LeonidS
- ·
Hello @RJ Arsenault !
If you mean the HTML formatted text in the Timeline app then it might be this problemhttps://una.io/view-discussion/post-on-timeline-doesn-t-show-images-and
-
·
LeonidS
-
- · RJ Arsenault
- ·
Fixed with update to 13 B1
When I click a blog post they all display "database query error"
https://members.free-comm.org/page/view-post?id=60
How do I fix?
- 289
-
-
·
LeonidS
- ·
UPDATE: this DB error hasn't been connected with UNA itself, just some glitch with the table's file in the UNA database.
-
·
LeonidS
Grand Master
Total points: 2021.5
- ·
- · RJ Arsenault
Hello @RJ Arsenault !
First of all, it needs to complete the Apache restart. Then after the failed attempt of the picture upload, you may check the latest lines in the error log.
I reset Apache using a different command and it fixed the picture upload issue.
sudo sed -i -e 's,PrivateTmp=true,PrivateTmp=false\nNoNewPrivileges=yes,g' /lib/systemd/system/apache2.service sudo systemctl daemon-reload sudo systemctl start apache2.service sudo systemctl status apache2.service