• Firs of al thanks for this great plugin that gave me possibilities i was missing.

    After updating my website i run in to this issue of warning showing on the frontend of my site in my projects where i use your plugin.

    Warning : Illegal string offset ‘url’ in
    … /wp-content/plugins/elementor/includes/base/controls-stack.php
    on line 1201

    I rolled back to Version 2.1.0 and the warning disappears.

    It shows me this warning for each update (of your plugin) after version 2.1.0, but i would love to be able to update your plugin (and having it up-to-date) instead of finding a workaround and deleting it.

    all my other plugins are up-to-date.
    I′ve also seen this warning after a google-search and it′s shown on various other pages, so i wonder if they also use this plugin.

    Any advice or solution to this warning would be a great help.

    Thanks in advance

    • This topic was modified 4 years, 5 months ago by polypress.
    • This topic was modified 4 years, 5 months ago by polypress.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 16 through 20 (of 20 total)
  • waizhan

    (@waizhan)

    Hello,

    Same error here. I was using Piotnet Addons For Elementor (PAFE).
    But even deactivated, I got the same error.

    A fix would be very much appreciated ??

    Thank you

    Hi,

    Same error here with Piotnet Addons For Elementor and Make Column Clickable.

    Any temporary or permanent solution?

    Thanks a lot.

    • This reply was modified 3 years, 11 months ago by nativos.

    I’m having the same issue here for a couple of months now… Always updating the plugins in the hope that it will be fixed but until now no luck. Is there a way to speed this up since there are many more users having this issue, and many won’t even know when they don’t check their logs.

    • This reply was modified 3 years, 10 months ago by ned13. Reason: checked email updates

    I have faced with the same issue on site when I update the Advanced Custom Fields plugin. I was able to resolve it by restoring the backup of the database and the files!

    Pretty sure I’m getting the same issue. @ned13 @adminksen

    The only way I’ve found a way around is to replace this line:

    if ( $dynamic_property ) ) {

    With this:

    if ( $dynamic_property && isset($settings[ $control_name ][ $dynamic_property ]) ) {

    The file can be found:
    wp-content\plugins\elementor\includes\base\controls-stack.php

    Found the solution here:
    https://github.com/dudaster/ele-custom-skin/issues/118

    • This reply was modified 3 years, 9 months ago by mrcrani.
    • This reply was modified 3 years, 9 months ago by mrcrani.
Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Warning : Illegal string offset ‘url’ after Update’ is closed to new replies.