Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchCan you create new branches now?
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchMake sure to change the table name if you use a different prefix!
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchIf I was to export an entry, could you drop it into your DB?
INSERT INTOwp_bookaroom_branches(branchID,branchDesc,branchAddress,branchMapLink,branchImageURL,branch_isPublic,branch_isSocial,branch_showSocial,branch_hasNoloc,branchOpen_0,branchOpen_1,branchOpen_2,branchOpen_3,branchOpen_4,branchOpen_5,branchOpen_6,branchClose_0,branchClose_1,branchClose_2,branchClose_3,branchClose_4,branchClose_5,branchClose_6`) VALUES
(1, ‘Boulder Circus Center’, ‘4747 26th St.\r\nBoulder, CO 80301’, ‘http://maps.google.com’, ”, 1, 1, 1, 0, ’06:00:00′, ’06:00:00′, ’06:00:00′, ’06:00:00′, ’06:00:00′, ’06:00:00′, ’06:00:00′, ’23:45:00′, ’23:45:00′, ’23:45:00′, ’23:45:00′, ’23:45:00′, ’23:45:00′, ’23:45:00′);`Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchThis is so strange.
Can you make sure your bookaroom_branches table has branchID set as PRIMARY key and set to autoincrement? I’m not sure how savvy you are so if you are uncomfortable with any of this, let me know!
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchCan you view your database? Are there zero entries in the bookaroom_branches table?
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchIt worked as expected for me in my WAMP installation.
I wonder if your database user is missing INSERT rights. If you’ve changed the permissions in the GRANT table, you may need to FLUSH PRIVILEGES in MySQL.
Have you tried adding amenities? If they take, it’s not a rights issue, but if they don’t it may be a user permission problem in your database.
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchI’m working on testing this right now. I’ve installed it on a test site with no problem. I’m installing WAMP on my machine to see what happens on a completely clean installation.
I can’t get it to fail, and I’m not sure why it’s happening for you, but we’ll figure it out!
Let me try this WAMP installation.
Also, depending on your tech level, you can try using a Query Monitor (or check your MySQL query logs if you are logging them). I just captured my own query for the insert, and I’d like to see how yours looks.
Forum: Plugins
In reply to: [Book a Room] unavailable timesCan you let me know the status of this? I’m not sure I 100% understand what you are saying.
Forum: Plugins
In reply to: [Book a Room] Plugin DocumentationLet me know if you have any questions! We also have a Facebook page if you want to discuss things in a more social setting.
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchWhat version of the plugin are you using?
Can you tell me what version of PHP also?
Forum: Plugins
In reply to: [Book a Room] Test Email not workingIs this resolved in the latest version, @lamma1?
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchCan you check your wp-config.php file and temporarily change this line:
define('WP_DEBUG', false);to this:
define('WP_DEBUG', true);Then try to make another branch. See if it returns any errors and copy and paste them here if there are any.
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchThere was an issue with an older version of the plugin that was having issues with the first branch created (it uses a 0 ID instead of 1 which comes up as empty). Can you try a second branch or have you tried more than one yet?
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchI’m wondering if you might be having database issues. Can you create amenities? Do they stick?
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchAlso, are they available in the internal Administration? Are they being created or is it failing before that, even?