Search found 8 matches
- Fri May 28, 2021 5:25 pm
- Forum: General
- Topic: Missing Sidebar <Solved>
- Replies: 4
- Views: 5708
Re: Missing Sidebar
I installed FS Essential Blocks plugin and now I have items on my sidebar.
- Fri May 28, 2021 5:16 pm
- Forum: General
- Topic: Missing Sidebar <Solved>
- Replies: 4
- Views: 5708
Re: Missing Sidebar
That would explain things. I would have assumed that these plugins would have been listed as 'requirments' somewhere on the theme(s) information page(s).arakel2 wrote: Fri May 28, 2021 5:10 pm with plugins: "About" / "Categories" / "Navigation" / "Links" ...
- Fri May 28, 2021 5:00 pm
- Forum: General
- Topic: Missing Sidebar <Solved>
- Replies: 4
- Views: 5708
Re: Missing Sidebar
I checked both themes and the sidebar.php file is looking for this plugin?
<?php Theme::plugins('siteSidebar') ?>
I can't seem to find that plugin anywhere....
<?php Theme::plugins('siteSidebar') ?>
I can't seem to find that plugin anywhere....
- Fri May 28, 2021 4:47 pm
- Forum: General
- Topic: Missing Sidebar <Solved>
- Replies: 4
- Views: 5708
Missing Sidebar <Solved>
I've tried a couple of themes that have a sidebar but when activated the sidebar is not visable.
I don't see a setting in /admin to enable/disable the sidebar. I don't even see an option to put items on the sidebar.
I don't see a setting in /admin to enable/disable the sidebar. I don't even see an option to put items on the sidebar.
- Fri May 28, 2021 3:44 pm
- Forum: General
- Topic: Bludit CMS. Session initialization failed.
- Replies: 3
- Views: 2691
Re: Bludit CMS. Session initialization failed.
Found this solution that worked
viewtopic.php?f=6&t=1590&start=10
Doesn't seem like a proper solution though as it requires mucking about in the container
viewtopic.php?f=6&t=1590&start=10
Doesn't seem like a proper solution though as it requires mucking about in the container
- Fri May 28, 2021 2:36 pm
- Forum: General
- Topic: Bludit CMS. Session initialization failed.
- Replies: 3
- Views: 2691
Re: Bludit CMS. Session initialization failed.
I did a chmod 777 on the /session directory in /var/opt/rh/rh-php72/lib/php and it doesn't seemed to have helped.
Here is the log data after trying to connecting to <ip>:8000/admin
2021/05/28 08:33:30 [error] 11#0: *4 FastCGI sent in stderr: "PHP message: PHP Warning: session_start(): open(/var ...
Here is the log data after trying to connecting to <ip>:8000/admin
2021/05/28 08:33:30 [error] 11#0: *4 FastCGI sent in stderr: "PHP message: PHP Warning: session_start(): open(/var ...
- Fri May 28, 2021 2:28 pm
- Forum: General
- Topic: Bludit CMS. Session initialization failed.
- Replies: 3
- Views: 2691
Re: Bludit CMS. Session initialization failed.
So I found the docker logs in Portainer (totally forgot about that feature) and I noticed an error message
[error] 11#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning: session_start(): open(/var/opt/rh/rh-php72/lib/php/session/sess_uec1qog0rcflq2dh00pqga3jgl, O_RDWR) failed: Permission ...
[error] 11#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning: session_start(): open(/var/opt/rh/rh-php72/lib/php/session/sess_uec1qog0rcflq2dh00pqga3jgl, O_RDWR) failed: Permission ...
- Fri May 28, 2021 3:28 am
- Forum: General
- Topic: Bludit CMS. Session initialization failed.
- Replies: 3
- Views: 2691
Bludit CMS. Session initialization failed.
I just installed Bludit using the official docker image.
I added volume mounts for bl-content, bl-plugins, and bl-theme so I can easily manage things.
I ran into a permissions issue on my first run of the installer which a lazily resolved by doing a chmod on the bl-content directory on the host ...
I added volume mounts for bl-content, bl-plugins, and bl-theme so I can easily manage things.
I ran into a permissions issue on my first run of the installer which a lazily resolved by doing a chmod on the bl-content directory on the host ...

