Hey there, Awesome Customers!

Just a heads up: We'll be taking a breather to celebrate International Workers' Day (May 1st and 2nd - Wednesday and Thursday) and Orthodox Easter from Good Friday (May 3rd) through Easter Monday (May 6th). So, from May 1st to May 6th, our team will be off enjoying some well-deserved downtime.

During this time, our customer support will be running on a smaller crew, but don't worry! We'll still be around to help with any urgent matters, though it might take us a bit longer than usual to get back to you.

We'll be back in action at full throttle on May 7th (Tuesday), ready to tackle your questions and requests with gusto!

In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find loads of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel). These gems might just have the answers you're looking for while we're kicking back.

Thanks a bunch for your understanding and support!

Catch you on the flip side!

Warm regards,

TMS

Okay
  Public Ticket #3479635
Update
Closed

Comments

  • Geert started the conversation

    Why do I get this error while updating?

    Warning: wdtCheckUpdate(): The script tried to access a property on an incomplete object. Please ensure that the class definition "stdClass" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /home/u63637p67621/domains/fmbb.be/public_html/2024/wp-content/plugins/wpdatatables/controllers/wdt_functions.php on line 1647

  •  1,691
    Miloš replied

    Hello,

    we apologise for this inconvenience.

    Our developers are aware of this PHP warning and they made a fix.

    Our QA Team is just conducting further testing to ensure that the fix does not have any other negative effects before our devs implement this in the Plugin's core.

    It should be added within the next couple of Updates,

    but we cant guarantee an exact ETA yet.

    Best will be to keep a lookout on our wpDataTables changeLog.

    It will be stated there during updates which bug fixes have been implemented at each update.

    -

    For the time being, here is what you can do to fix this.

    Please find this PHP file inside our plugin files,

    you can access it via FTP on your Hosting server, or via the Hosting's File Manager, in this path :

    ..\wp-content\plugins\wpdatatables\source\class.wdttools.php

    on line 1357 find this :

    return $body && isset($body->info) ? unserialize($body->info, ["allowed_classes" => false]) : false;
    
    5581664618.png

    replace it with this :

    return $body && isset($body->info) ? unserialize($body->info, ["allowed_classes" => [stdClass::class]]) : false;
    
    8239343457.png

    and this should remove the PHP warnings.

    1498081130.png

    Let us know how it goes.

    And just to note, if our developers don't add the final version of this fix in the next Update,

    you would have to repeat this code edit again when you update the Plugin.

    Let us know if you have any questions, we will be here if any assistance is needed.

    If you need us to edit this code for you,

    we will need access to your WP-Admin, please send me URL with Admin credentials,

    and FTP credentials.

    We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties. 

    You can write credentials here because this ticket is private and nobody can see them except us.

    Thank you.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables