meeting-room-booking-system / mrbs-code

MRBS application code
Other
127 stars 63 forks source link

Cannot See Any Booking Rooms in MRBS #1166

Open jberanek opened 10 years ago

jberanek commented 10 years ago

I migrated the mrbs to an new webser and new SQL-Server. In the config.inc.php i changed the SQl Server IP, befor on the old configuration the SQL Server was hosted local.But now i cant see any Booking entries. When i put the new SQL to my old Configuration everything is working. I Dont know, what i actually can do. Can anybody help me, please ?

Reported by: *anonymous

Original Ticket: mrbs/support-requests/430

jberanek commented 10 years ago

Just checking - did you also take a dump of your database and import it into your new one?

Campbell

Original comment by: campbell-m

jberanek commented 10 years ago

Of course, i exported the SQL DATABASE from the old Sql-Server. If I use the new SQL-Server on the old MRBS System everthing works too. But on my new Webserver not. Its strange. I think, the permessions on the new webserver are okay. Do You have an Idea ?

Original comment by: *anonymous

jberanek commented 10 years ago

Are you getting any error messages in your error log?

Campbell

Original comment by: campbell-m

jberanek commented 10 years ago

I become an Error with

" PHP Deprecated: Function ereg_replace() is deprecated in /srv/www/vhosts/rapla/mrbs/web/month.php on line 292 "

Do I need update to the latest mrbs Version ? I think the function ereg_replace is actualy out of date in newer php versions.

Original comment by: *anonymous

jberanek commented 10 years ago

The error message is warning you that the code uses ereg_replace(). The code will still work, but in future versions of PHP ereg_replace() will be removed, as you say, so it would be a good idea to upgrade to the latest version of MRBS.

It would be a good idea to upgrade anyway as it would eliminate the possibility of known bugs causing the other error you were seeing, ie not seeing any booking entries. Make sure you backup your database before upgrading.

Campbell

Original comment by: campbell-m