Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Installation & Updates › Theme Installation and Updates › Weird Error Message in WordPress
- This topic has 4 replies, 3 voices, and was last updated 5 years, 1 month ago by
Jason.
-
AuthorPosts
-
Tee WilliamsParticipant@imdrtee
- 1 Topics
- 2 Posts
Hello,
I installed the Gwanzi theme and this error appears at the top in my wordpress:
ly evaluate to scalar values in /home4/d3pcoti0/vanillaisforicecream.com/wp-content/themes/gwangi/functions.php on line 577
Warning: Cannot modify header information – headers already sent by (output started at /home4/d3pcoti0/vanillaisforicecream.com/wp-content/themes/gwangi/functions.php:577) in /home4/d3pcoti0/vanillaisforicecream.com/wp-includes/functions.php on line 6029
Warning: Cannot modify header information – headers already sent by (output started at /home4/d3pcoti0/vanillaisforicecream.com/wp-content/themes/gwangi/functions.php:577) in /home4/d3pcoti0/vanillaisforicecream.com/wp-admin/includes/misc.php on line 1252
Warning: Cannot modify header information – headers already sent by (output started at /home4/d3pcoti0/vanillaisforicecream.com/wp-content/themes/gwangi/functions.php:577) in /home4/d3pcoti0/vanillaisforicecream.com/wp-admin/admin-header.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at /home4/d3pcoti0/vanillaisforicecream.com/wp-content/themes/gwangi/functions.php:577) in /home4/d3pcoti0/vanillaisforicecream.com/wp-includes/option.php on line 961
Warning: Cannot modify header information – headers already sent by (output started at /home4/d3pcoti0/vanillaisforicecream.com/wp-content/themes/gwangi/functions.php:577) in /home4/d3pcoti0/vanillaisforicecream.com/wp-includes/option.php on line 962
Any help resolving this issue would be greatly appreciated.
Thanks.
January 6, 2020 at 12:40 #9153@themosaurusrex- 0 Topics
- 2048 Posts
Hi @imdrtee,
We’re very sorry for the inconvenience and we thank you for bringing this to our attention. We will investigate further to find from where this issue is coming from.
We will be back to you ASAP.
Thank you for your patience.
Regards,
January 7, 2020 at 15:20 #9157Tee WilliamsParticipant@imdrtee- 1 Topics
- 2 Posts
Any idea when that will be? This theme is unusable for me at the moment and I um under a deadline for this project.
January 7, 2020 at 21:32 #9163@themoceratops- 1 Topics
- 430 Posts
Hi @imdrtee,
Unfortunately we don’t know yet when this update will come out.
But in the meantime, if you want you can fix the issue by modifying a couple lines of code in the theme. Here’s what you need to change:
In your theme, open the “functions.php” file and delete the following lines of code:
if ( ! defined( 'GWANGI_NAVIGATION_SUBSETS' ) ) { define( 'GWANGI_NAVIGATION_SUBSETS', array( 'latin-ext' ) ); }
Then open the file located in “inc/grimlock/customizer/class-gwangi-grimlock-navigation-customizer.php” in your theme and replace this line:
'subsets' => GWANGI_NAVIGATION_SUBSETS,
By this one:
'subsets' => array( 'latin-ext' ),
These changes should fix the issue.
Also, please note that warning messages are usually harmless but they can make the website look broken when they are displayed. To avoid this you can always hide them by disabling the “WP_DEBUG_DISPLAY” in your wp-config.php :
define( 'WP_DEBUG_DISPLAY', false );
You can find more info about that here: https://wordpress.org/support/article/debugging-in-wordpress/
Hope this helps.
Best regards,
January 8, 2020 at 12:49 #9166 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Weird Error Message in WordPress’ is closed to new replies.