Nostalgeek
Forum Replies Created
-
if it was from a recurrence, try resaving the event with a correct cut-off date, one in the future. sounds like the issue explained above.
@marcus I went through each and every event and saved with a new cut-off date. Took me a while but it worked, thanks.
Concerning Shonu’s code, would it be possible to have only the ‘approved’ bookings to appear, and add the user’s avatar (gravatar)?
@shonu many thanks !
Yes, everything looks good there. I tried to unlink the from the recurrence too but no changes.
I tried to group the events using the settings page, and I also created a new page with shortcodes to group the events by day but the day of the week doesn’t show like it used to.
There are a few other things that don’t work like custom event attributes, and single ticket mode, it worries me a little. Is there a way to uninstall the plugin and reinstall it from scratch without loosing the events and bookings (exporting them first)?
Something I wanted to add:
Bookings are still closed when you open the said event, but the booking button I’ve added in the list view still works (#_BOOKINGBUTTON) and reservations can be made.
Not using the availability option neither.
I think it’s gone since i updated to 5.1.8.4.
Yes I had seen this topic but as it was in resolved status I thought any update would go unnoticed.
I’ve updated to the latest EM version already (5.1.8.5).
Forum: Plugins
In reply to: [WP Toolbar Removal] [Plugin: ToolBar Removal – Completely Disable] MultisiteGreat, thanks for the quick response :).
I’m also confirming the links are gone after installing the latest version.
Thanks for your time and help !
Great, looking forward to it :). Thx
ericsil24, did it work for you?
I’ve upgraded to 5.1.7 and the error is gone again… weird. I would like to understand, so if anyone had an explanation i’d love to hear.
Curious if it will still work with the next update :).
I don’t really know where to look, only that it might be a problem with the slider?
It’s strange that the error points to the first function in query.php, wouldn’t it be a problem with any function in that file too?
Fatal error: Call to a member function get() on a non-object in /homez.532/nosta/www/wp-includes/query.php on line 27
Anyways I guess I’ll keep using version 5.1.3 for now unless a miracle happens :). Hopefully the problem will disappear again in a later version.
Thx for the help and tips.
Thanks Marcus, this solved one of the errors that appeared in the admin panel after I enabled debug_mode.
However the other ones are still there, especially the original error I posted that I get on the main page, is still there. That one really breaks the page, as the others aren’t showed without debug mode.
This is another error on the events pages:
Notice: Undefined index: current_sidebar in /homez.41/nosta4/www/TEST/wp-content/themes/good-minimal/page.php on line 37
<?php wp_reset_query(); $custom = get_post_custom($post->ID); $current_sidebar = $custom["current_sidebar"][0]; // LINE 37 if ($current_sidebar) { if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar($current_sidebar) ) : endif; } ?>
Sure, I’ve set up a test env on another server where i can give access if needed – https://nosta.net/TEST/
Line 533 is :
if ( $_GET['page'] == basename(__FILE__) ) {
It’s part of a function :
function mytheme_add_admin() { global $themename, $shortname, $options; if ( $_GET['page'] == basename(__FILE__) ) { if ( 'save' == $_REQUEST['action'] ) {