ronpl
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Errors since updateThe parse error is related to the PHP version used. Minimum should be 5.4
I’ve upgraded the hosting server tot PHP 7 and that solved the problem.
Contact your hosting provider is needed to update your PHP version.
Sincerely
RonForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Errors since updateSame here:
Parse error: syntax error, unexpected ‘[‘ in /www/htdocs/hijmanon/wp-content/plugins/all-in-one-event-calendar/app/model/event/instance.php on line 151
PHP: 5.3.29
WordPress: 5.02
calendar: both 2.5.35 and 2.5.36Previous events are no longer displaying in the frontend AND backend, they do exist in the events.sql database though.
Help much appreciated
Sincerely
RonForum: Plugins
In reply to: [BuddyDrive] BuddyDrive keeps asking to update dataThat fixed it !
And thank you for providing BuddyDrive !!
Regards
RonYes! We finally did…last week !! It took some convincing but it turned out to be a bug in the Event Manager plugin. I have found a workaround through changing some code and the Event Manager support team has assured me it will get fixed permanently in the next version.
Yes, that’s pretty much right. It seems that I would have to solve this through the Event Manager Pro plugin. For a moment I thought that CPT UI was ‘the culprit’ but now I’m not so sure anymore. Thanks for your reply, I have a call open with Event Manager pro. if we find the solution I will also post that here, might help others…
Update: Again did the update to 1.0.2 After re-adding the custom taxonomy ?ttach to post type: “locations” and refreshing the permalinks. The location categories could be seen in the backend and can be used again. However. the main problem stays the same: Location page shows around 30 entries, instead of 200 for not logged in users..teh CPT UI made location categories are working, showing a subset of those 30 locations, or showing a subset of all 200 locations for logged in users…
Forum: Plugins
In reply to: [WP FullCalendar] Translating in DutchKijk naar regel 133 in wp-fullcalendar.php en voeh onderaan een regel toe met de nederlandse vetaling:
//extra WP FUllCalendar translations here please:
$wp_fullcalendar_languages = array(
‘es’ => array(‘buttonText’ => array(‘today’=>’Hoy’,’month’=>’Mes’,’week’=>’Semana’,’day’=>’Dia’)),
‘pt’ => array(‘buttonText’ => array(‘today’=>’Hoje’,’month’=>’Mes’,’week’=>’Semana’,’day’=>’Dia’)),
‘fr’ => array(‘buttonText’ => array(‘today’=>’Aujourd\’hui’,’month’=>’Mois’,’week’=>’Semaine’,’day’=>’Jour’, ‘titleFormat’=> array(‘month’=>’MMMM yyyy’,’week’=>’\’Du\’ d[ MMMM][ yyyy] \’au\’ {d MMMM[ yyyy]}’,’day’=>’dddd d MMMM yyyy’), ‘columnFormat’=> array(‘month’=>’ddd’,’week’=>’ddd d/M’,’day’=>’dddd d MMMM yyyy’))),
‘de’ => array(‘buttonText’ => array(‘today’=>’Heute’,’month’=>’Monat’,’week’=>’Woche’,’day’=>’Tag’)),
‘it’ => array(‘buttonText’ => array(‘today’=>’Oggi’,’month’=>’Mese’,’week’=>’Settimana’,’day’=>’Giorno’)),
‘ru’ => array(‘buttonText’ => array(‘today’=>’Сегодня’,’month’=>’Месяц’,’week’=>’Неделя’,’day’=>’День’)),
‘fi’ => array(‘buttonText’ => array(‘today’=>’T?n??n’,’month’=>’Kuukausi’,’week’=>’Viikko’,’day’=>’P?iv?’)),
‘pt’ => array(‘buttonText’ => array(‘today’=>’Hoje’,’month’=>’Mês’,’week’=>’Semana’,’day’=>’Dia’)),
‘nl’ => array(‘buttonText’ => array(‘today’=>’Vandaag’,’month’=>’Maand’,’week’=>’Week’,’day’=>’Dag’)),