Cannot access the event page after update

This issue is encountered when using the component with the SEF URLs feature enabled for your site and using a translated language file. Since revision 4 of the RSEvents!Pro component, the syntax of the placeholders from the component's language files has been modified according to the Joomla! 3.0 indications. This causes an error since the placeholders required by the component will not be properly defined in the language file.

You can see the difference in syntax between the two revisions below:

revision 3

  • RSEPRO_CALENDAR_SEF="calendar"
  • RSEPRO_CALENDAR_DAY_SEF="day"
  • RSEPRO_CALENDAR_WEEK_SEF="week"
  • RSEPRO_EVENTS_SEF="events"
  • RSEPRO_EVENT_SEF="event"
  • RSEPRO_LOCATION_SEF="location"
  • RSEPRO_EDIT_EVENT_SEF="edit-event"
  • RSEPRO_CATEGORY_SEF="category"
  • RSEPRO_TAG_SEF="tag"
  • RSEPRO_JOIN_SEF="join"
  • RSEPRO_INVITE_SEF="invite"
  • RSEPRO_MESSAGE_SEF="message"
  • RSEPRO_SUBSCRIBERS_SEF="subscribers"
  • RSEPRO_EXPORT_SEF="export"
  • RSEPRO_UNSUBSCRIBE_SEF="unsubscribe"
  • RSEPRO_WIRE_SEF="wire"
  • RSEPRO_CAPTCHA_SEF="captcha"
  • RSEPRO_DELETE_SEF="delete"
  • RSEPRO_REMINDER_SEF="reminder"
  • RSEPRO_POSTREMINDER_SEF="postreminder"
  • RSEPRO_EDIT_LOCATION_SEF="edit-location"
  • RSEPRO_VIEW_SUBSCRIBER_SEF="subscriber"
  • RSEPRO_EXPORT_SUBSCRIBERS_SEF="export-subscribers"
  • RSEPRO_DELETE_SUBSCRIBER_SEF="delete-subscriber"
  • RSEPRO_APPORVE_SEF="approve"
  • RSEPRO_PENDING_SEF="pending"
  • RSEPRO_DENIED_SEF="denied"
  • RSEPRO_FILE_SEF="file"
  • RSEPRO_UPLOAD_SEF="upload"
  • RSEPRO_LOCATION_LIST_SEF="event-location"
  • RSEPRO_ACTIVATE_SEF="activate"
  • RSEPRO_PAYMENT_SEF="payment"
  • RSEPRO_PAYMENT_PROCESS_SEF="process"
  • RSEPRO_VIEW_UNSUBSCRIBE_SEF="subscriptions"
  • RSEPRO_UNSUBSCRIBEUSER_SEF="unsubscribe-user"
  • RSEPRO_DOWNLOAD_TICKET_SEF="download-ticket"
  • RSEPRO_SEARCH_SEF="search"
  • RSEPRO_DELETE_ICON_SEF="delete-icon"
  • RSEPRO_CLEAR_SEF="clear-filters"
  • RSEPRO_FORMS_SEF="forms"
  • RSEPRO_PARENT_SEF="parent"
  • RSEPRO_CROP_SEF="crop"

revision 4

  • COM_RSEVENTSPRO_CALENDAR_SEF="calendar"
  • COM_RSEVENTSPRO_CALENDAR_DAY_SEF="day"
  • COM_RSEVENTSPRO_CALENDAR_WEEK_SEF="week"
  • COM_RSEVENTSPRO_EVENTS_SEF="events"
  • COM_RSEVENTSPRO_EVENT_SEF="event"
  • COM_RSEVENTSPRO_LOCATION_SEF="location"
  • COM_RSEVENTSPRO_EDIT_EVENT_SEF="edit-event"
  • COM_RSEVENTSPRO_CATEGORY_SEF="category"
  • COM_RSEVENTSPRO_TAG_SEF="tag"
  • COM_RSEVENTSPRO_JOIN_SEF="join"
  • COM_RSEVENTSPRO_INVITE_SEF="invite"
  • COM_RSEVENTSPRO_MESSAGE_SEF="message"
  • COM_RSEVENTSPRO_SUBSCRIBERS_SEF="subscribers"
  • COM_RSEVENTSPRO_EXPORT_SEF="export"
  • COM_RSEVENTSPRO_UNSUBSCRIBE_SEF="unsubscribe"
  • COM_RSEVENTSPRO_WIRE_SEF="wire"
  • COM_RSEVENTSPRO_CAPTCHA_SEF="captcha"
  • COM_RSEVENTSPRO_DELETE_SEF="delete"
  • COM_RSEVENTSPRO_REMINDER_SEF="reminder"
  • COM_RSEVENTSPRO_POSTREMINDER_SEF="postreminder"
  • COM_RSEVENTSPRO_EDIT_LOCATION_SEF="edit-location"
  • COM_RSEVENTSPRO_VIEW_SUBSCRIBER_SEF="subscriber"
  • COM_RSEVENTSPRO_EXPORT_SUBSCRIBERS_SEF="export-subscribers"
  • COM_RSEVENTSPRO_DELETE_SUBSCRIBER_SEF="delete-subscriber"
  • COM_RSEVENTSPRO_APPORVE_SEF="approve"
  • COM_RSEVENTSPRO_PENDING_SEF="pending"
  • COM_RSEVENTSPRO_DENIED_SEF="denied"
  • COM_RSEVENTSPRO_FILE_SEF="file"
  • COM_RSEVENTSPRO_UPLOAD_SEF="upload"
  • COM_RSEVENTSPRO_LOCATION_LIST_SEF="event-location"
  • COM_RSEVENTSPRO_ACTIVATE_SEF="activate"
  • COM_RSEVENTSPRO_PAYMENT_SEF="payment"
  • COM_RSEVENTSPRO_PAYMENT_PROCESS_SEF="process"
  • COM_RSEVENTSPRO_VIEW_UNSUBSCRIBE_SEF="subscriptions"
  • COM_RSEVENTSPRO_UNSUBSCRIBEUSER_SEF="unsubscribe-user"
  • COM_RSEVENTSPRO_DOWNLOAD_TICKET_SEF="download-ticket"
  • COM_RSEVENTSPRO_SEARCH_SEF="search"
  • COM_RSEVENTSPRO_DELETE_ICON_SEF="delete-icon"
  • COM_RSEVENTSPRO_CLEAR_SEF="clear-filters"
  • COM_RSEVENTSPRO_FORMS_SEF="forms"
  • COM_RSEVENTSPRO_PARENT_SEF="parent"
  • COM_RSEVENTSPRO_CROP_SEF="crop"

If you are encountering this issue you can easily resolve this by copying the above mentioned placeholders from the default English language file (language/en-GB/en-GB.com_rseventspro.ini) to your translated language file.

Was this article helpful?

Yes No
Sorry about that

You Should Also Read

Migrate RSEvents!Pro from Joomla! 2.5 to 3.x