Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Can’t Create a BranchAlso, you might want to check the PM for those 11 o’clocks!
Forum: Plugins
In reply to: [Book a Room] Can’t Create a BranchThe first thing I would like to try is to enable the troubleshooting in WordPress.
If you find your wp-config.php file in the root of your installation, there should be a line like this:
define('WP_DEBUG', false );Can you change it to:
define('WP_DEBUG', true );This should show all warning and error messages.
Then, try making a branch again and see if there are any error messages.
Forum: Plugins
In reply to: [Book a Room] Can’t Create a BranchAs a test, can you make sure your Branch name has no spaces or special characters?
Forum: Plugins
In reply to: [Book a Room] Can’t Create a BranchCan you try adding amenities and seeing if they stick?
Forum: Plugins
In reply to: [Book a Room] Can’t Create a BranchI haven’t seen this issue before, but I’m going to assume it’s database related. Do you have access to your database to see if the tables were created properly?
Forum: Plugins
In reply to: [Book a Room] Rooms can be booked in the pastHave you tried this as a public user (logged out)? If you are an admin and logged in, you are not restricted by the date. Only public, non-admin users will have these restrictions.
Forum: Plugins
In reply to: [Book a Room] Can’t Create a BranchOn the administration end, when you create a new branch, does it appear? Or is the Admin area blank, too?
Forum: Plugins
In reply to: [Book a Room] Warning: array_key_exists()Glad that helped!
Forum: Plugins
In reply to: [Book a Room] PHP 7.X.X issueI put out a new version of the plugin (1.4) that fixes a warning message if you have no amenities. I also used this as a chance to pull out all of the preme() uses. Give it an update and let me know if it fixes things.
Forum: Plugins
In reply to: [Book a Room] Warning: array_key_exists()Can you update to 1.4 and see if that helps?
Forum: Plugins
In reply to: [Book a Room] Warning: array_key_exists()I’m having a hard time recreating the error on my own system, but I think I see the problem. I’m assuming you haven’t set up any amenities?
If so, I’m making a small update that should fix this.
Forum: Plugins
In reply to: [Book a Room] PHP 7.X.X issueOh my. That should be removed or commented. preme is just a testing function I use. It’s basically print_r wrapped in a pre wrapper for viewing array results. You can comment that out! I did a few quick bug fixes and must have left some testing code in!
- This reply was modified 9 years, 5 months ago by Cleveland Heights-University Heights Public Library Webdeveloper.
Forum: Plugins
In reply to: [Book a Room] PHP 7.X.X issueI’ve not started looking at moving over to PHP 7 yet. In the wild, PHP 5 is used on about 95% of all installations so I’m focusing on making sure it works with 5 for now. Since I’m a single developer with other projects, I have very limited time and resources, so I have to make sure I’m serving the largest number of users.
Forum: Plugins
In reply to: [Book a Room] Functionality questionsFirst, let me mention that I am writing an overhaul that will address many issues.
1. At the moment, they only go to a single address.
2. Right now, an event is a single database entry and each time is attached to that. So, no, since there’s only one entry for recurring events, at the moment it isn’t possible.
3. Not at the moment.
4. I use a plugin called Exports and Reports and can share the SQL I use if you’d like to try that. I am working on more complete reporting and exporting in the upcoming versions.
Unfortunately I can’t explain all of my code that easily.
I’m sorry that the plugin doesn’t meet your needs.