×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Curious message when adding an event in the fronte

Curious message when adding an event in the fronte 11 years 9 months ago #17079

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4
Hello

I get a curious message when I add or change a message in the frontend.

It looks like this: ,,,,,,,,,
Attachments:

Curious message when adding an event in the fronte 11 years 9 months ago #17080

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4
I have found some problems in

components/com_matukio/controllers/createevent.php

There are a lot of JText functions missing.

$msg = JTEXT::_("COM_MATUKIO_EVENT_SAVED"); exists. But I get only this message I told in my first post.

For all other functions (copy, delete) I only get the codes even when I add the JText function.

e.g. $msg = "COM_MATUKIO_EVENT_DUPLICATE_SUCCESS"; -> change into

$msg = JText::_('COM_MATUKIO_EVENT_DUPLICATE_SUCCESS');

It remains COM_MATUKIO_EVENT_DUPLICATE_SUCCESS in The frontend.

Regards
Patrik

Curious message when adding an event in the fronte 11 years 9 months ago #17081

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4
I have found now some solution:

COM_MATUKIO_EVENT_DUPLICATE_SUCCESS
COM_MATUKIO_EVENT_DUPLICATE_FAILURE_
COM_MATUKIO_EVENT_UNPUBLISH_SUCCESS
COM_MATUKIO_EVENT_UNPUBLISH_FAILURE_

don't exist in the langiage files. I have solved it with language overrides.

The problem with COM_MATUKIO_EVENT_SAVED remains. Even when I add it to the language overrides I only get ,,,,,,,,, in the system message.


EDIT: It might be related to this topic:

compojoom.com/forum/104-bug-report/16730...-new-event-in-the-fe


Even if I dont fill in the form, I get an event visible only in the backend.

Curious message when adding an event in the fronte 11 years 9 months ago #17083

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Patrik,

thanks for your report, going to fix this for the next release.

Yves
  • Page:
  • 1
Time to create page: 0.094 seconds