meeting-room-booking-system / mrbs-code

MRBS application code
Other
127 stars 62 forks source link

error on icalendar to view list booked room #2655

Open jberanek opened 4 years ago

jberanek commented 4 years ago

After upgrade mrbs to fix error entime on gridview -> gridview ok but i click button (nex day & previous day) -> show error such as two images below:

please who can tell me how to fix it? -> click on a day -> show error blank page (have character "2020") I must press refresh page to view again.

https://tis.thienlong.vn/public/images/error/error2.png https://tis.thienlong.vn/public/images/error/error1.png

Reported by: quangvinhcom

Original Ticket: mrbs/support-requests/1960

Attachments: https://sourceforge.net/p/mrbs/support-requests/1960/attachment/error1.png

jberanek commented 4 years ago

Is your site available on the internet? If so, would you be able to send me a private message with a link to it?

Original comment by: campbell-m

jberanek commented 4 years ago

https://tis.thienlong.vn/meetingroom4/

please view it and help me, tks

Original comment by: quangvinhcom

jberanek commented 4 years ago

It looks like you have made some changes to MRBS and it is those changes which are causing the problem. For example, you are getting the following errors in the browser console:

jquery-3.4.1.min.js:2 Uncaught TypeError: $(...).modal is not a function
    at HTMLDocument.<anonymous> (index.php?view=day&p…&area=8&room=12:666)
    at e (jquery-3.4.1.min.js:2)
    at t (jquery-3.4.1.min.js:2)

I also notice that you are getting ? characters in the date in your screenshot above. That is probably because you need to install the Vietnamese locale on your server.

Original comment by: campbell-m

jberanek commented 4 years ago

i had change locale to "en" -> it's ok, and jquery error? how version of jquery in your think it ok? please guide me, it's agent for end year my projects. thank you!

Original comment by: quangvinhcom

jberanek commented 4 years ago

I think the problem is caused by the changes that you have made to MRBS. I would start again and add the changes one at a time until you find out which change has caused the problem. Then you can work out why it is causing the problem.

Original comment by: campbell-m