pedromarqueslx
Forum Replies Created
-
This post was moved to Echo KnowledgeBase Technical Support.
Forum: Plugins
In reply to: [Yoast SEO] Zippy.co.uk – Insecure linksForum: Plugins
In reply to: [Yoast SEO] Zippy.co.uk – Insecure linksThe https issue is caused because Yoast SEO Plug-in is injecting a link to
https://www.zippy.co.uk/keyworddensity/This is strange… It is Yoast SEO using some zippy.co.uk for keyword density ??
Forum: Fixing WordPress
In reply to: Disabling forced FTP credentials for any updatesOn wp-config add:
define ( ‘FS_METHOD’, ‘direct’);
Forum: Plugins
In reply to: [Contact Form Submissions] What’s the reason for closing the plugin?I’m also using this plug-in.
Does anyone know the reason?Forum: Fixing WordPress
In reply to: gutenberg updating failedFirst step: Resave your Permalink settings. It can fix the problem sometimes, and it won’t hurt to try it.
The error reported above occurs with PHP 7.3.3 both in WordPress 4.9.10 and WP 5.1.1
Thank you.
Best Regards- This reply was modified 5 years, 12 months ago by pedromarqueslx.
Getting the same error.
Fatal error: Uncaught Error: Cannot use string offset as an array in C:\xampp\htdocs\…\wp-content\plugins\nextgen-gallery\non_pope\class.photocrati_transient_manager.php:116 Stack trace: #0 C:\xampp\htdocs\\…\\wp-content\plugins\nextgen-gallery\non_pope\class.photocrati_transient_manager.php(134): C_Photocrati_Transient_Manager->_track_key(‘2__974818834’) #1 C:\xampp\htdocs\\…\\wp-content\plugins\nextgen-gallery\non_pope\class.photocrati_transient_manager.php(214): C_Photocrati_Transient_Manager->set(‘2__974818834’, Array, 1800) #2 C:\xampp\htdocs\\…\\wp-content\plugins\nextgen-gallery\products\photocrati_nextgen\modules\mvc\package.module.mvc.php(138): C_Photocrati_Transient_Manager::update(‘2__974818834’, Array) #3 [internal function]: A_MVC_Router->cache_lookups() #4 {main} thrown in C:\xampp\htdocs\\…\\wp-content\plugins\nextgen-gallery\non_pope\class.photocrati_transient_manager.php on line 116
Looking in more detail for this error, it is related to WP Object Cache, used for storing database queries results and serve them without repeatedly query the database.
Quick fix for this error is to deactivate W3 Total Cache Object Cache setting.- This reply was modified 5 years, 12 months ago by pedromarqueslx.