This topic has 5 replies, 3 voices, and was last updated 9 years by Andrei.

  • Author
  • #78813
     kartik786
    Participant

    Hi,

    I faced this error while updating my Kleo theme:

    PHP Warning: Illegal string offset 'url' in wp-content/themes/kleo/kleo-framework/metaboxes/init.php on line 423

    What’s up?

    #78874
     kartik786
    Participant

    Hi, Still awaiting your revert on this issue. Is there a way to get faster responses?

    #78935
     Radu
    Moderator

    Hi,

    You have latest version installed ? 3.0.9, if you receive that warning while you using automatic update and the theme not updating, try to update theme via FTP by uploading the new theme version over existing kleo theme install

    the theme path is wp-content/themes/kleo/

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #78950
     kartik786
    Participant

    Yes it happens when auto updating. Why am I not able to auto update?

    I don’t want to manually update everytime. Can you tell me why that error shows up?

    #78954
     Radu
    Moderator

    This can happen because of true value of wp_debug function.

    Try to set wp_debug false by adding the line below in wp-config.php from your root installation directory or if in the wp-config is set ‘define( ‘WP_DEBUG’, true );’ change true to false

    COPY CODE
    
    define( 'WP_DEBUG', false );
    

    https://codex.wordpress.org/WP_DEBUG#Usage

    Let me know if it works.

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #86381
     Andrei
    Moderator

    This issue is fixed from some time, so if you still encounter any issues please update your theme.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?