Author Topic: Dashboard/workspaces do not appear  (Read 2917 times)

TJOHO

  • Newbie
  • *
  • Posts: 4
    • View Profile
Dashboard/workspaces do not appear
« on: October 02, 2009, 10:02:14 pm »
This issue is somewhat similar to the "Dashboard does not appear" thread
http://forums.opengoo.org/index.php?topic=1778.0, but I think the problem and therefore the solution is different, hence the new thread.

I just installed the most recent version of OpenGoo, 1.5.3 on a Linux server with PHP 5.2.8 and MySQL 5.0.81. It worked fine for two days, and then suddenly this appears when a user logs in:

1. No workspaces are shown in the tree navigation on the left.
2. There are several empty tabs added to the tab navigation (Overview, Notes, Calendar etc). All these new tabs are called "New tab". The focus of the interface is on one of these new tabs.
3. In the main window there is no dashboard, but the following code:
Quote
{"contents":{},"current":false,"errorCode":0,"errorMessage":"","tags":[],"events":[]}
.

If I try any of the regular tabs, I get other bits of code, or a warning from the browser (Firefox 3.5) that a script is unresponsive and an option to stop running the script.

For example,  the Notes tab shows this:
Quote
{"contents":{},"current":{"type":"panel","data":"messages","actions":null,"config":null,"makeDefault":true},"errorCode":0,"errorMessage":"","scripts":["http:\/\/www.myserver.com\/staffarea\/public\/assets\/javascript\/og\/MessageManager.js"],"replace":true,"events":[]}

Finally, going to "Administration" pops up this error message:
Quote
Error:

this.getComponent(0) is undefined

I am on a shared host, but have not received any notice that anything has changed on the server, and I have not changed anything in my setup either.

Does anybody know about this? Thanks.