cgcalendar not showing in admin backend

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
Nettie
Forum Members
Forum Members
Posts: 53
Joined: Tue Oct 03, 2006 11:42 pm

cgcalendar not showing in admin backend

Post by Nettie »

I fully updated the system to 1.12 and can't see the calendar in the backend.

I found out I can get the module to show the calendar in the backend by changing the locale settings from danish to english in config.php. But then i run into problems with the date format and the time settings that are shown the american way in the calendar itself. If I click on add event the dates are fine on that part.

I tried to copy the content from the english language file to the danish one to see if that would change things without having to change the locale in the config file. But that doesn't make a difference. I can still only get the calendar to show in the backend by changing the locale setting to english.

It also thows an error when i click on the add event button from the calendar page with debuggin turned on in IE. I wonder if that has something to do with the problem:

Code: Select all

Line: 493
Error: Object doesn't support property or method 'getTime'

  $('a#add_event').click(function(){
    var d = $('#calendarview').fullCalendar('getDate').getTime()/1000;
    $(this).attr('href',$(this).attr('href').replace('xxxx',d));
  });
For me it is not an option at the time to upgrade to the 2.0 system, as the site is hosted on the clients windows IIS server and the 2.0 thows an error during installation without any hints to what the problem might be. So I'm stuck with the old system untill I get figured out what the problem is installing the new system on the server.

The system info:

Cms Version: 1.12.1

Installed Modules:
◾CMSMailer: 5.2.14
◾CMSPrinting: 1.0.5
◾FileManager: 1.4.5
◾MenuManager: 1.8.7
◾MicroTiny: 1.2.9
◾ModuleManager: 1.5.8
◾News: 2.15.2
◾Search: 1.7.13
◾ThemeManager: 1.1.8
◾CGExtensions: 1.53.6
◾CGCalendar: 1.16.1
◾TinyMCE: 2.9.12
◾Gallery: 2.1.4
◾CGSimpleSmarty: 1.10
◾FormBuilder: 0.8.1.3


Config Information:
◾php_memory_limit:
◾process_whole_template:
◾max_upload_size: 10000000
◾url_rewriting: none
◾page_extension:
◾query_var: side
◾image_manipulation_prog: GD
◾auto_alias_content: true
◾locale: english
◾default_encoding: utf-8
◾admin_encoding: utf-8
◾set_names: true


Php Information:
◾phpversion: 5.6.0
◾md5_function: Fra (Sand)
◾gd_version: 2
◾tempnam_function: Fra (Sand)
◾magic_quotes_runtime: Til (Falsk)
◾E_STRICT: 0
◾E_DEPRECATED: 0
◾memory_limit: 128M
◾max_execution_time: 300
◾output_buffering: 4096
◾safe_mode: Til (Falsk)
◾file_uploads: Fra (Sand)
◾post_max_size: 13M
◾upload_max_filesize: 10M
◾session_save_path: C:\Windows\temp (0777)
◾session_use_cookies: Fra (Sand)
◾xml_function: Fra (Sand)
◾xmlreader_class: Fra (Sand)


Server Information:
◾Server Api: cgi-fcgi
◾Server Db Type: MySQL (mysql)
◾Server Db Version: 5.5.45
◾Server Db Grants: Et "GRANT ALL" statement, som ser ud til at kunne bruges, fundet
◾Server Time Diff: Der blev ikke funder tidsforskel i filsystemet
Post Reply

Return to “Modules/Add-Ons”