-
Author
-
September 21, 2015 at 21:18 #78813kartik786Participant
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?
September 22, 2015 at 11:35 #78874kartik786ParticipantHi, Still awaiting your revert on this issue. Is there a way to get faster responses?
September 22, 2015 at 18:17 #78935RaduModeratorHi,
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 solutionSeptember 22, 2015 at 18:39 #78950kartik786ParticipantYes 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?
September 22, 2015 at 18:49 #78954RaduModeratorThis 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 CODEdefine( '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 solutionNovember 9, 2015 at 16:28 #86381AndreiModeratorThis 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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.