Hi!
When I open the editor to edit a blog post, during the loading, two warnings appear. The warnings still remain visible once the page is fully loaded.
I can’t understand what is the problem.
Here’s the screen.
Thank you for your help!
Hi!
When I open the editor to edit a blog post, during the loading, two warnings appear. The warnings still remain visible once the page is fully loaded.
I can’t understand what is the problem.
Here’s the screen.
Thank you for your help!
Hello Luigi,
Thanks for writing in! You are seeing PHP Warning messages. This usually occur when a variable is not yet set or null. To get rid of this message, please disable your Debug Mode. You can do this by opening wp-config.php and adding:
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
When you revisit the page, you should no longer be seeing the messages. By the way, a plugin may also cause such issue. Please a troubleshooting of the most common issues in the site. Please refer to this guide:
If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password
To know how to create a secure note, please check this out: https://theme.co/docs/getting-support
We would love to know if this has worked for you. Thank you.
Ok, Thank you so much but I can’t find “wp-config.php”.
I provide you my credential. Also I would like to know what is the cause of the problem.
I’m sorry but I have another question since you are entering in my account, in the homepage I have three grid from essential grid that don’t work properly on the hover. In the first one you should see only the image and, on the hover, the title. Meanwhile in the other two you should see the title that will desappear on the hover. Everytime they work in different ways.
And the last one! When I open cornerstore in order to modify my pages, sometimes I see this message:
Thank you so much for your help.
Hello Luigi,
Thanks for updating in! I have investigated the issue and Slider Revolution is causing the issue. This is because of the plugin settings. I went ahead and turned on the “Include Libraries Globally” option via Slider Revolution > Global Settings
This has fixed the issue and you can now edit the page in Cornerstone.
Please check your site now.
Thank you this issue is resolved!!
but I still have problems with this:
and
Thank you for your work!!
Hello Luigi,
I have logged in again and I am seeing this PHP Warning message:
Warning count(): Parameter must be an array or an object that implements Countable in /home/explor56/public_html/wp-includes/post-template.php on line 317
Warning: Cannot modify header information - headers already sent by (output started at /home/explor56/public_html/wp-includes/post-template.php:317) in /home/explor56/public_html/wp-admin/admin-header.php on line
Please edit your wpc-onfig.php file and add this:
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', false);
define( 'WP_DEBUG_DISPLAY', false );
This should no longer display those PHP Warnings which usually occur when a certain variable is null or empty. You do not have to worry about this message since they do not harm or any effects in your site.
Meanwhile, I have checked your grid and I could not replicate the issue. This is what I am seeing:
This could just be a caching issue. Please clear all your plugin caches and your browser caches or use private browsing mode and test your site again. You can also test for a plugin conflict. I would highly recommend that you troubleshoot your site with the most common issues which usually happen. Please check out this documentation guide:
Best Regards.
Hi,
Thanks a lot for your help but I don’t find wpc-onfig.php file, can you tell me please where could I find it?
Thank you again.
It’s in the folder where you’ve installed WordPress. See https://wordpress.org/support/article/editing-wp-config-php/. Your host might be able to help you with that if you’re not sure.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.