Posted On October 3, 2021

WordPress NextGen Gallery Plugin Error

kimconnect 0 comments
blog.KimConnect.com >> Codes , Virtualization >> WordPress NextGen Gallery Plugin Error

Error Message:

Failed to load plugin url: /bitnami/wordpress/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_attach_to_post_tinymce_plugin.js?ver=3.17

Resolution:

Although the root cause hasn’t been determined. This issue has automatically resolved when the running WordPress ‘container’ or ‘pod’ has been destroyed and recreated.

Posting this note here in case someone Googles similar error messages. Also, this maybe is a symptom of an unhealthy container in a pod.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: List Currently Logon Users On Remote Servers

# Show current sessions on a list of servers$servers="SHERVER005","SHERVER007";$servers|%{"$_`n$(query user /server:$_|Out-String)"} # Sample OutputPS C:\Windows\system32>…

How To Invoke Functions as Background Jobs

Invoke-Command, Start-Job, Multi-Tasking is what good coders should aspire toward. Here, we're looking at some…

A Broken PS-Session Issue

Symptoms: PS C:\Windows\system32> get-pssession Id Name ComputerName ComputerType State ConfigurationName Availability -- ---- ------------ ------------…