Holger Theymann
Forum Replies Created
-
Forum: Plugins
In reply to: [OpenTickets Community Edition] Event's dates can't be removed from calendarWC Version: 2.5.2
WP Version: 4.4.2
WP Multisite Enabled: No
Wev Server Info: Apache ++ HTTP/1.1
PHP Version: 5.6.18
MySQL Version: 5.5.47
WP Acitve Plugins: 41
WP Memory Limit: Sie haben mehr als das erforderliche Minimum von 64MB. Ihr derzeitiger Gesamtspeicher beträgt 256M.
WP Debug Mode: No
WP Language: de_DE
WP Max Upload Size: No
WP Max Post Size: 8M
PHP Max Execution Time: 600
PHP Max Input Vars: 1000
WP Uploads Writable: Uploads directory IS writable (…)
Default Timezone: UTCForum: Plugins
In reply to: [OpenTickets Community Edition] Add to Calendar button doesnt workin case it helps:
the error is a TypeError thrown in Line 99 in event-ui.jsif in the start-time or end-time is no “am” or “pm”,
var matches[6]is undefined. Calling.toLowerCase()on undefined var causes the TypeError.changing line 99 to
res = matches ? { hour:qt.toInt( matches[1] ), min:qt.toInt( matches[3] ), sec:qt.toInt( matches[5] ), mer:matches[6]?matches[6].toLowerCase().substr( 0, 1 ):'' } : { hour:0, min:0, sec:0, mer:'' };
solves the topic.cheers – hothey
coachassistant.deForum: Plugins
In reply to: [OpenTickets Community Edition] Add to Calendar button doesnt workHi @loushou,
any news on this topic? I also try to figure out, if OpenTickets might be the solution i waited for, but i am hindered by this format problem.
Can it be solved in the language file? I almost drove crazy, as i found date format settings in that file 😉
cheers – hothey