PDA

View Full Version : Error with upgrading to build 368


stephenb
09-17-2007, 08:53 PM
I just downloaded build 368 from the SVN and i overwrote all current files from build 363. After making sure my permissions are correct, i loaded up the helpdesk and now i get these three errors:

ERROR: ClassLoader could not find 'CerberusStaticViewManager':
ERROR: ClassLoader could not find 'CerberusDashboardView':
ERROR: ClassLoader could not find 'CerberusDashboardView':

Any Ideas? Thanks for the help.

Stephen

jstanden
09-17-2007, 09:10 PM
Hey Steven,

When upgrading from Subversion you should just use "svn update" to merge the changes rather than overwriting all your files by hand.

Regarding the errors, I've removed those classes in the update. It sounds like you still have an active session looking for them. Logging out and logging in should fix it.

stephenb
09-17-2007, 09:17 PM
Ok. I'll try that next time.

Also, with build 368, if you clicked on a ticket, it would just load the group screen again and never get into the ticket. So, i just went back to build 363,
but at least we can get into our tickets now.

jstanden
09-17-2007, 09:19 PM
I haven't reproduced that problem, it probably had to do with how the files were updated.

If you're using live data with your Cerb4 installation I'd wait until we tag another build as stable. You guys have access to our official repository. I've been pushing my commits to SVN more often for people who want to be on the bleeding edge, but I can't guarantee stability for every dev commit.

Thanks!