deciosdecarvalho
Forum Replies Created
-
This is the site.
My site is still broken and there are new issues. Has this bug been fixed?
I am facing the same issue. Just updated to WordPress 5.6. What is the solution?
I have the latest version, 5.9.7.1. Have tried that, but the issue is still not resolved. I can go to my existing locations and see that the ones I had created for previous events are still there and working fine. But new ones do not work. When I add a new event and location, the time circle that indicates it is looking for the location does nothing, which means something is broken in the code and it is not initiating the search.
Hello Tim.
I am using that version.
I do not see the error you mention. Is it related to this issue?
Forum: Plugins
In reply to: [Polylang] PHP WarningThank you very much @chouby. Version 2.6.7 solved it. I appreciate your quick action on this. All the best.
- This reply was modified 5 years, 4 months ago by deciosdecarvalho.
Forum: Plugins
In reply to: [Polylang] PHP WarningThank you @coder!
Forum: Plugins
In reply to: [Polylang] PHP Warning/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);// Enable WP_DEBUG mode
define(‘WP_DEBUG’, false);
@ini_set(‘error_reporting’, 0 );
@ini_set(‘display_errors’, 0 );// Enable Debug logging to the /wp-content/debug.log file
define(‘WP_DEBUG_LOG’, true);// Disable display of errors and warnings
define(‘WP_DEBUG_DISPLAY’, false);// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define(‘SCRIPT_DEBUG’, false);
?>Forum: Plugins
In reply to: [Polylang] PHP WarningI am going to have to take my site down until this is resolved. This is a very bad situation for us as we have a growing group of people who visit and use our site. This is very disappointing. We have used the plugin for about 6 years.
Forum: Plugins
In reply to: [Polylang] PHP WarningTried with 0. Still not resolved.
Forum: Plugins
In reply to: [Polylang] PHP WarningI copied what is above.
Forum: Plugins
In reply to: [Polylang] PHP WarningMy site is seriously affected by this issue. I need a solution quickly.
https://www.comibam.org
Anyone from Polylang?- This reply was modified 5 years, 4 months ago by deciosdecarvalho.
Forum: Plugins
In reply to: [Polylang] PHP WarningThis did not work for me. It made it worse.
Here is what I have on the config file.
// Enable WP_DEBUG mode
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);There are errors showing all over my site.
Forum: Plugins
In reply to: [Polylang] PHP WarningJust checked. Our server is running this version of PHP.
Running PHP version: 7.0.2-pl0-gentoo
I am seeing the error on our production site.
Downgraded to Polylang version 2.6.5.
Still seeing the error.
Any ideas?Forum: Plugins
In reply to: [Polylang] PHP Warning– I had to add @ini_set( ‘display_errors’, 0 ); to get rid of the error message.
Where did you add that?