spraker
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] PayPal Buttons RemovedThank you – didn’t know I could just easily click on that.
So I deleted the my-calendar folder from the plugins folder of the WordPress install.
I then uploaded the my-calendar folder contained in the zip file.
Still getting PHP errors though – saying that the my-calendar-db.php file is missing and the my_calendar_table() function is undefined (probably because the my-calendar-db.php file is not found). Here is the error:
Warning: include(/home/content/a2pnexwpnas01_data03/27/3506727/html/wp-content/plugins/my-calendar/my-calendar-db.php): failed to open stream: No such file or directory in /home/content/a2pnexwpnas01_data03/27/3506727/html/wp-content/plugins/my-calendar/my-calendar.php on line 51 Warning: include(): Failed opening '/home/content/a2pnexwpnas01_data03/27/3506727/html/wp-content/plugins/my-calendar/my-calendar-db.php' for inclusion (include_path='.:/usr/local/php5_4/lib/php') in /home/content/a2pnexwpnas01_data03/27/3506727/html/wp-content/plugins/my-calendar/my-calendar.php on line 51 Fatal error: Call to undefined function my_calendar_table() in /home/content/a2pnexwpnas01_data03/27/3506727/html/wp-content/plugins/my-calendar/my-calendar-install.php on line 94
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] PayPal Buttons RemovedI went to the diff between versions 1435021 and 1464311.
Downloaded the zip archive of the files and uploaded them directly.
Now, I get a PHP error on the site, so I am having to revert back.
Error is:
Fatal error: Call to undefined function my_calendar_table() in (location)/wp-content/plugins/my-calendar/my-calendar-install.php on line 94
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] PayPal Buttons RemovedHi Joe,
How do we obtain the development version? Is there maybe just one file that I can copy/paste the contents in by going into the Plugins Editor? Didn’t know if it was that simple. We have a huge amount of items in the calendar and cannot risk losing those.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] PayPal Buttons RemovedThank you Joe. Any idea how soon it will be updated? We post calendar events on the site and without the PayPal buttons, it doesn’t serve much of a purpose currently.
Got it. That did the trick.
Found a plugin that will do this – “Members page only for logged in users”.
Perfect, and I did check those categories under the membership level. So that will effectively restrict any public access to anything in those categories?
Forum: Plugins
In reply to: [Easy Property Listings] Adding Multiple PicturesOK, so just have to put the extra pictures into the actual editor box where you can put the description about the property?
So, I am trying to fix this myself.
While I cannot say that this is the best solution, I have found a line of code causing the problem. I am knowledgeable in PHP programming so I took some time to debug this.
For my use, the site is a vacation rental site. Visitors cannot request dates using this calendar or do anything with it.
Only the website owner can add new bookings from the admin panel. Please keep that in mind if you use my “fix” for the initial issue at hand. This fix is problematic with the fact that it will let you overbook if you have only one “room”.
I suspect that the original creator fixed it one way – then it broke the next and that may have been why the decided to pull the plug on this plugin.
Anyways, simple fix:
Go into the wp-content/plugins/jm-avail-booking/includes/availabilitybookingfunctions.php file. Search for this line:
return ‘1000’;
Should be on line 226. Simply put to slash marks in front of it:
//
So the line will be:
// return ‘1000’;
Then save the file. You will now be able to put stuff in the calendar.
Yep, looks like the developer has deleted the plugin from the WordPress site. Must have decided that there has been too many problems with it or something and is no longer going to put out any updates.
Another dead plugin unfortunately. This plugin was perfect for what we needed with just a simple calendar showing dates booked for a vacation rental.. just too bad it never would let us get past this error to actually put anything in the calendar.
No update on this? I know it hasn’t been terribly long, but I need to get some dates blocked out on a calendar as soon as possible.
The calendar ‘looks nice’ on the web page but it is useless at this point without being able to even post any dates as booked in the admin panel.
Yep, that is the second option in the settings.
Checkout and new Checkin on same day
That is selected in my settings. Calendar set to show as 8 months (although that isn’t relevant for this issue)