• Resolved competitions

    (@competitions)


    A number of pinpoint booking system users are experiencing an exclamation mark (!) being displayed instead “June” and “July” on their customer facing calendars.

    It appears a bug entered one of their releases.

    Until it’s fixed via the software, you can fix it in the database.

    If you use phpmyadmin, get to the database and do a
    select * from wphy_dopbsp_translation_en where key_data like ‘MONTH%’

    The two months of June and July will show the location as ‘backend’ – change those to ‘calendar’

    All fixed!

Viewing 15 replies - 1 through 15 (of 25 total)
  • Thanks for this, you are a life savior. It works.
    Just replace wphy with your table name and delete and retype the quotes around MONTH (copy-paste issue).

    What database I need to edit?

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Find the dopbsp database and the table for the english translation.

    Thank you.

    The fix i working! THANKS ??

    1) Use phpMyAdmin
    2) Click on 0_dopbsp_translation_en (left side of the screen)
    3) Find id 640 & 641 (MONTH_JUNE & MONTH_JULY)
    4) You will see that in the last column (location) it says “backend” instead of “calendar”
    5) Press edit and write “calendar” instead of the “backend”
    6) Press the button “Go” and the problem i fixed ??

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Thank you for your feedback skycamp.

    Have a wonderful day.

    Thanks for this solution @skycamp. You saved my day. ??

    For those who have more languages translated and not using English:
    You have to change the value in every translation you have respectively that one you have in use.

    e.g. in 0_dopbsp_translation_de

    Great i fix the bug with your solution in phpMyAdmin on row 640,641 gor July and June the location was backend so i’ve change it to calendar now it’s work fine

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Thank you for your feedback.

    Have a wonderful day.

    It’s tough for me to access phpMyAdmin, will there be a fix for this in the next update? (I’m on 2.4.7)

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello katesi4,

    Please use the Tools buttons, clear the browser cache, refresh the website and check again.

    Thank you.

    The main WP “Tools” or Pinpoint “Tools”? If the latter, do I click both the “Repair database text” and “Repair calendars settings” buttons?

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    Go to the Tools tab in Pinpoint menu and click both buttons.

    Thank you.

    That doesn’t seem to work. Cleared cache and everything.

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Please contact your host to help with the phpMyAdmin fix.

    Thank you.

    Was finally able to get into phpMyAdmin and fixed (although mine were lines 665 and 666). Thanks!

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘pinpoint booking system ! instead of June and July fix’ is closed to new replies.