×

Notice

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

TOPIC: Bug with language on markers

Bug with language on markers 8 years 2 months ago #33848

  • Tomasz Kolasa
  • Tomasz Kolasa's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 36
  • Thank you received: 0
Hello Daniel ,

My current version of Hotspots: git_e6f9bac
Today I discovered a critical bug. Markers with language different then all don't display in backend Locations list. You can acccess them in frontend. If I change language to All I can see them in backend. Well or maybe it is supposed to work like this that if I have All in backend then this does work like only shows markers with language set to All and not like all languages? :D
BTW: Whats the name of category table in database?

Sincerely,
Thomas

Bug with language on markers 8 years 2 months ago #33853

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
This should no longer happen with 5.3

The issue is that hotsptos submitted through the frontend are missing the * in the language field. And because of that they are not fetched in the backend. Login into phpmyadmin and change set the langauge field to * for all fields that are empty.

You can use this query:
UPDATE #__hotspots_marker SET language = '*' WHERE language = '';

Regards,
Daniel

Bug with language on markers 8 years 2 months ago #33876

  • Tomasz Kolasa
  • Tomasz Kolasa's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 36
  • Thank you received: 0
Hello Daniel,
but what about that menu here? (screenshot) Shouldn't there be like 4 items in my case. Like "*, All, English, Polish" and the default would be the *asterisk? I think that would make a little bit of sens. :) This is kinda confusing because of the All language option in Joomla. Or there should be like "- Language -".
Sincerely,
Thomas
Attachments:
  • Page:
  • 1
Time to create page: 0.169 seconds