[TYPO3-calendar] Error when using marker ###LOCATION### in template

Renko Dieling renko.dieling at gmx.de
Fri Apr 4 00:23:47 CEST 2014


when i use the Marker ###Location### in a template then the side will not rendered and  i got following error message in log 

Core: Error handler (FE): PHP Warning: require_once(/www/126457_73765/rp-hosting/3527/4627/typo3cms/projektnew/typo3/sysext/cms/tslib/class.tslib_pibase.php): failed to open stream: No such file or directory in /kunden/126457_73765/rp-hosting/3527/4627/typo3cms/projektnew/typo3conf/ext/cal/model/class.tx_cal_location.php line 31 

Typo3 Version 6.2.0 
CAL Version 1.5.4

I actual want to make a yearly association calender ( Vereinskalender )and i all so want to show the Loaction 
In general my listview is working , but when i add the marker ###Location### then i  get the upper error message 

It will be great when somebody can help me with my problem 

here my constants

plugin.tx_cal_controller { 
    pidList = 9
    # PID der Datensätze, die über das Frontend eingegeben werden. 
    # Im Moment die gleiche wie beim Backend. 
    #rights.defaultSavePid = 9
    # Google Map für die Veranstaltungsorte 
    # erfordert wec_map
    view.location.showMap = 1
    # Bildgrößen
    singleMaxW = 240 
    listMaxW = 120
    # nach Belieben anpassen
    uploadPath.image = uploads/tx_cal/pics/ 
    uploadPath.media = uploads/tx_cal/media/ 
    # Datums und Zeitformate, ggf. anpassen. 
    view.dateFormat = %d %B
    view.timeFormat = %H:%M
    # Erinnerung Termin
    event.remind = 0
    # Anpassung Templates
    view.list.listTemplate = fileadmin/templates/CAL/list.tmpl
     view.event.eventModelTemplate = fileadmin/templates/CAL/event_model.tmpl
}

and my changes in event_model
all other is standard
example of one entry TEMPLATE_PHPICALENDAR_EVENT_LIST....

<!-- ###TEMPLATE_PHPICALENDAR_EVENT_LIST_ODD### start -->
	<dt class="vevent">
		<div class="dtstart-container"><abbr title="###MICROFORMAT_START###" class="dtstart">###STARTDATE### ###STARTTIME### ###ENDTIME### ###CATEGORY### ###LOCATION###</abbr></div>
		<div class="summary"><!-- ###EVENT_LINK### start-->###TITLE###<!-- ###EVENT_LINK### end--></div>
	</dt>
<!-- ###TEMPLATE_PHPICALENDAR_EVENT_LIST_ODD### end -->


if the MARKER ###LOCATION### is not inside then all others additionals will be shown 
like CATEGORY and ENDTIME 

if the MARKER is inside the page is only empty
with following html code

<html>
<head></head>
<body></body>
</html>


More information about the TYPO3-project-calendar mailing list