Settings –> Repositories –> And the Submit Button to update the repositories, all of a sudden my main menu looked like this:
I figured that this must be a css issue and sure enough looking at the source code i saw the following:
yet when I shell into the server the file were not there. They were under a subfolder called ” default”
Clicking on repositories’s submit button messes up the “$smarty.session.trixbox_template” variable.
SOLUTION:
1. The Clever way: Find out where the “trixbox_template” is set so reset it or prevent the repository module to reset it
2. The lazy way : Move the files from /var/www/html/maint/skin/default/ to /var/www/html/maint/skin/
6 comments Write a comment