Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] there are no room availabble(roomCont exist)Thanks, Marius.
If you would like to send me a login, please send it to [redacted]
- This reply was modified 9 years, 10 months ago by Cleveland Heights-University Heights Public Library Webdeveloper.
- This reply was modified 9 years, 10 months ago by Marius L. J.. Reason: Removed contact details
Forum: Plugins
In reply to: [Book a Room] there are no room availabble(roomCont exist)This may not help, but if you have a working database but new changes aren’t taking after the import, you may want to look at the file ownership on your server.
I know I ran into a similar issue only a few days ago after a backup restore. The database files were owned by “root” instead of “mysql” and so I could read the tables but not write to them (they are locked in read only).
Have you done a lot of configuration? Could you remove and reinstall the plugin and see if a fresh install helps?
Lastly, if you go in and create, say, a new amenity, you get no errors but you get nothing added to the database in phpmyadmin? It would be added to the wp_bookaroom_amenities table (add your own WordPress prefix to that table name).
Forum: Plugins
In reply to: [Book a Room] there are no room availabble(roomCont exist)This sounds like the site in your new host is having issues with connecting to the Database. If it worked well before you moved it, it could be caused by anything.
Also, are you going from a regular to a secure site? (http:// to https://)?
Forum: Plugins
In reply to: [Book a Room] Calender showing meeting reservationreadingbuddy, Could you start your own support thread? Since there are several questions in this thread that are not related to the original question, I think we should break yours off into its own support question.
Forum: Plugins
In reply to: [Book a Room] Calender showing meeting reservationOK, so lets go through this from the start.
You have a page on your site with the permalink “ko-reservation” which is http://yoursite.com/ko-reservation
You have set the “URL for reservations page” in the settings to /ko-reservation/
You still get an error when you try to reserve.
Correct?
Also, can you look at your site’s Settings > Permalinks and let me know what kind you are using?
Thanks. I’m not sure what you last line means, though?
“Bug report: plugin provides templates, but templates doesn’t overwrite the plugin.”
Any templates provided are for the core plugin and editing them can cause problems.
Forum: Plugins
In reply to: [Book a Room] Calender showing meeting reservationCan you send me a link to the page? bookaroom (at) heightslibrary . org.
Forum: Plugins
In reply to: [Book a Room] Calender showing meeting reservationI wonder if we’re running into issues with SSL (using HTTPS vs HTTP). Working on credit card payments, I recently found a bug with this and how I’ve included jQuery.
I will make a version that strips out the HTTP from my jQuery links.
IF you aren’t on a production box, you might try a SSL fixing plugin like https://wordpress.org/plugins/ssl-insecure-content-fixer/. I will try and get that stripped version up today.
Forum: Plugins
In reply to: [Book a Room Event Calendar] Problems with Registration and Calendar“Search Registrations” Searches for registraions, not reservations. These are people who registered for an event.
Events can be public or can be set to “Internal/Do not publish”.
Room Containers can be public or hidden.
There are different reasons why these might not be showing up. You were able to schedule an event from inside WordPress and got no errors?
Forum: Plugins
In reply to: [Book a Room Event Calendar] Event SettingsI understand that the documentation is sorely needing more work. I am trying to update it as I improve things.
The DB information is probably the same information that you used to set up WordPress and should be available from your host or your cPanel if you have one. I can’t help you find it since every host is different. Your best bet is to contact them.
I’m hoping (between my other duties, adding credit card processing, translations and updating the documentation) to merge this all into one plugin soon that can be configured to run in a split mode. This would require less setup but will take quite a bit of work on my end. I am a lone developer with other duties and I’m working as fast as I can to make things even better, so please bear with me!
Forum: Plugins
In reply to: [Book a Room Event Calendar] Problems with Registration and CalendarThe calendar view is working how it is supposed to. We use a small calendar focus on the information, rather than a harder to read calendar layout. Here’s a day on our live calendar: http://imgur.com/a/RWXkk
You have both Book a Room and the Book a Room Event Calendar plugins installed, correct?
Forum: Plugins
In reply to: [Book a Room] Calender showing meeting reservationThe reasoning behind #3 is so that the list only shows what you need for setup. Since a refrigerator or mounted projector is a permanent fixture, it’s not going to show up on the list. Only items that you need to set up the room will be shown.
Forum: Plugins
In reply to: [Book a Room] I have problem with the timeI was able to recreate this bug. Thanks for the info, I’ll work on getting out a fix.
Forum: Plugins
In reply to: [Book a Room] I have problem with the timeThanks. I will look into this ASAP.
Forum: Plugins
In reply to: [Book a Room] Calender showing meeting reservationFor #1, is the event public or set to Internal/Do Not Publish? Is the Branch you selected hidden on Daily?
For #2, did you properly set the link in your settings? If the page you have the shortcode on is https://DOMMAINNAME/ko-reservation/ then this is working as it should. If it is different, you need to update the link in the settings.