Author Topic: Calenderproblem 1.3.1 after upgrade  (Read 2501 times)

henrik

  • Newbie
  • *
  • Posts: 12
    • View Profile
Calenderproblem 1.3.1 after upgrade
« on: April 06, 2009, 06:19:46 am »
Hey guys,

I'm getting this errormessage: A[C.xtype || D] is not a constructor
when I go to the calender.
I used 1.2.0.1 and upgradet direkt to 1.3.1
When you click on the calender, nothing is coming up, blank. Changing to an other workspace, the Calender is coming up with this errormassage. Looks like, that is all working, but always is coming this message.
I tried with firefox, IE, Safari, emty Cache and from two computers.
Is there any help for me out there ?

smilez
Henrik
« Last Edit: April 06, 2009, 07:40:56 am by henrik »

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Calenderproblem 1.3.1 after upgrade
« Reply #1 on: April 07, 2009, 03:01:07 pm »
Maybe some javascript file got corrupted when you uploaded 1.3.1 to your server. Try either uploading files again or editing config/conifg.php and add a constant like this:
Code: [Select]
define('COMPRESSED_JS', true);
This will make OpenGoo use the compressed javascript file ogmin.js instead of each javascript file individually. It is unlikely that that file got corrupted too. Also, OpenGoo will load faster if you add that constant.

You can also add this to use compresed CSS:
Code: [Select]
define('COMPRESSED_CSS', true);