I have a problem with the admin interface in both the Xibo 1.7.4 and 1.7.5 version. The navigation bar at the left side of the admin panel (this one: http://xibo.org.uk/manual/en/tour_navigation.html) does not show up. I only get the text “Dashboard” at the top and the text “Manual” and “About” at the bottom. The navigation bar does not show anything at all. However, urls to the items of the menu are reachable by my account. Through the welcome tour after startup (first time login in admin panel) I can get into the event schedule and display settings. I have tested both Xibo versions with a clean install, after purging the complete database and database account. I also deleted the Xibo web and data folder.
I also tried the new 1.8 alpha version to see it the error still occurs. However, in this release the navigation bar does show up!
I have a self-hosted version on an offline WAMP testserver with following specs:
Windows Server 2008 R2
Apache 2.4.9
MySQL 5.7.10
PHP 5.5.30
Xibo is hosted in https://localhost/xibo/
SSL is always forced on our server.
All required modules for Xibo have been activated (green checks on the install.php page)
I tried to explore the Github page for relevant changes to files /lib/data and /lib/changes, but the sourcecode has changed dramatically with the new version. Therefore, I have not been able to find the bug.
The httpd.conf is close to the default WAMP config. This is a part of my httpd.conf (spaces have been added in directory tags to circumvent removal by text editor):
DocumentRoot “DIRECTORY/wamp/www/”
< Directory />
AllowOverride none
Require all denied
< /Directory>
< Directory “DIRECTORY/wamp/www/”>
Options Indexes FollowSymLinks
AllowOverride all
SSLRequireSSL
SSLRequire %{SSL_CIPHER_USEKEYSIZE} >= 128
< /Directory>
I would appreciate any help very much, I am struggling with this problem for a few days already.