Dear All,
I am not 100% sure if this is the right place to do, but I herited the task of managing the machine booking system of my lab and I only had to do minor code changes to update the list of available machines and add new users etc… I Googled a line of code and ended up in here so it seems that the original scheduler php files that I have originated from here !
However, we recently had to move the hosting of the php files to another host machine, which for some reason that I cannot trace, does not accept new bookings.
It is possible to create a booking event, but the input is not saved in the database and vanishes when I actualize the page. Furthermore, the booking appears in RED, when normally it should be in white when working normally ! (The production server is still hosted on the hold machine so other users can do the booking normally, shown here in white)
294159268_1012791726104008_2677592894372033044_n|690x95
https://i.postimg.cc/fWKVXRyp/294159268-1012791726104008-2677592894372033044-n.png
I usually get error messages in the Debugger tab of the Web Developper tools, or in the phperror.log / error.log files. However, this time I have absolutely no hint of what could be happening. When inspecting the creation, the line I get is:
div_class =“dhx_cal_event_line_event_12”
With then description of the font, length width and color but nothing more.
Would you happen to know where I could find the line of code involving the change of font to “red and bold” when having an issue ?
I have checked if the issue comes from the Database communication by adding a line sending an error message instead of loading the website if it cannot acces the DB, and I tested it by changing the password (hence not allowing the connection). It sent me the error message as expected. When I put back the right password I have no error message and the website loads perfectly.
Maybe you could have more information than me on how to troubleshoot the issue.
Thank you in advance,
David