Support Forum » User Profile

Forum Replies Created

Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • in reply to: Critical error when updating to latest version of Meta Box AIO #39768
    ambrdigitalambrdigital
    Participant

    Hello, I did that and still get the same error. Cheers

    in reply to: Removing last cloneable group #37115
    ambrdigitalambrdigital
    Participant

    Agreed, really could use this feature for a number of projects. Don't want to have an empty group if I don't need it. Thanks

    in reply to: Small bug in Loader.php #36481
    ambrdigitalambrdigital
    Participant

    We are getting the warring Notice as well.

    Warning: Undefined array key "parent" in /Applications/XAMPP/xamppfiles/htdocs/505junk.com/wp-content/plugins/meta-box-aio/vendor/meta-box/mb-settings-page/src/Loader.php on line 22

    Cheers,
    Anthony

    ambrdigitalambrdigital
    Participant

    I've been needing this functionality for a number of projects as well. Please let me know if your team builds out this functionality - thanks!

    ambrdigitalambrdigital
    Participant

    Thank you!

    ambrdigitalambrdigital
    Participant

    Perfect, that solved it. thanks again for your help, much appreciated.

    ambrdigitalambrdigital
    Participant

    The other thing to note when I output the map not using a MB Group our map API key is output correctly.

    ambrdigitalambrdigital
    Participant

    Thanks for the replay, I am confident that its a meta box issue because the API Key being outputted is the default that can be found in the meta box plugin. Note we are using the Meta Box AIO version.

    meta-box/inc/fields/map.php
    'api_key' => 'AIzaSyC1mUh87SGFyf133tpZQJa-s96p0tgnraQ', on line 108 and again 182.

    Again I have an active API key in my code everything is working as desired except the API key.

    ambrdigitalambrdigital
    Participant

    That works - thank you!

    ambrdigitalambrdigital
    Participant

    Just an update,

    I found that substituting

    wp_get_attachment_image_src()

    for the Meta Box RWMB_Image_Field::file_info()

    function solved problems across various websites. May want to still look into that function as it consistently broke across various websites for us after the latest update.

    Hope that helps anyone else,

    Cheers

    ambrdigitalambrdigital
    Participant

    Hi Anh,

    I don't have a plugin for media settings. I set one extra image size elsewhere with add_image_size() but that's it.

    The warning seems dependent on the line
    $image = RWMB_Image_Field::file_info( $image_id, array( 'size' => 'thumbnail' ) );
    When that is removed, it goes away.

    I discovered that it isn't just limited to MB Settings Page fields, but anywhere RWMB_Image_Field::file_info() function is called. It's occurred on 4 of my websites after the latest plugin update.

    In another area the error being output is as follows:

    Warning
    : Illegal string offset 'sizes' in
    /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/plugins/meta-box/inc/fields/image.php
    on line
    166
    
    Fatal error
    : Uncaught Error: Cannot iterate on string offsets by reference in /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/plugins/meta-box/inc/fields/image.php:166 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/plugins/meta-box/inc/fields/image.php(147): RWMB_Image_Field::get_image_meta_data('58') #1 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/themes/site-partners/inc/content-blocks/views/logos-block.php(27): RWMB_Image_Field::file_info('58', Array) #2 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/themes/site-partners/inc/content-blocks/page-layout-blocks.php(42): logos_block('_layout_blocks_', Array, 7) #3 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/themes/site-partners/template-parts/content-page.php(18): layout_blocks() #4 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-includes/template.php(724): require('/Applications/X...') #5 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-includes/t in
    /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/plugins/meta-box/inc/fields/image.php

    Please let me know if you have any ideas! Thanks

    ambrdigitalambrdigital
    Participant

    Perfect, thank you!

    ambrdigitalambrdigital
    Participant

    Hi Ahn,

    Thanks for the reply. Unfortunately that didn't seem to trigger the map or load the relevant scripts 🙁 any other ideas?

Viewing 13 posts - 16 through 28 (of 28 total)