Fatal Error with the plugin
-
I was clicking to the settings page of another plugin (Relevanssi) and got a fatal error message regarding WP-Cloudy:
Fatal Error
The site encountered a problem that it cannot recover from. Please use the following information to try to resolve the problem.
Error MessageFatal Error: Call to undefined function cloudDrizzleSun() in /Applications/MAMP/htdocs/cathedral-ridge/wp-content/plugins/wp-cloudy/wpcloudy.php on line 2779
Description
The WP Cloudy plugin code created an error that caused PHP execution to fail.
The code tried to run a function that doesn’t exist (cloudDrizzleSun()). This type of error is typically caused by a simple typo (is_hom() rather than is_home()), by calling a function provided by a plugin when that plugin is not activated, by calling a function before it is ready (such as calling a function before the code that creates it has run), or by using a function that no longer exists (the function may have been removed from WordPress core or the plugin/theme that previously supplied it).
SolutionsInvalid code modifications can cause this problem. If you have made any modifications to the plugin, remove them and try to load the site again.
It is possible that this plugin’s code is out of date and that an upgrade is available. Check with the plugin’s author to see if an upgrade is available.
There may be a conflict with another plugin running on the site. Try upgrading the other plugins on the site. A plugin conflict can be ruled out by deactivating all the other active plugins on the site and checking to see if the error still occurs.
The WP Cloudy plugin may not have been fully uploaded. Uploading the plugin again could fix the issue. Important: If you do this, you will lose any modifications made to the plugin.Error Source Details
Type Plugin
Name WP Cloudy
Version 2.9.5.1
Author Benjamin DENIS
Path /Applications/MAMP/htdocs/cathedral-ridge/wp-content/plugins/wp-cloudy
File wpcloudy.php
Other Software Details
WordPress Version 4.1.1
PHP Version 5.6.2
Full Error Details
Type Fatal Error (E_ERROR)
Message Call to undefined function cloudDrizzleSun()
File /Applications/MAMP/htdocs/cathedral-ridge/wp-content/plugins/wp-cloudy/wpcloudy.php
Line 2779
Type Description This type of error indicates that PHP cannot continue to run the code. Typical causes of this type of error are code bugs that have typos, missing or incomplete files (such as a file that was only partially uploaded), and the code using more memory than it is allowed.Note that this message is generated by iThemes.com products when an error is encountered on the site. While an iThemes product is generating this message, it is not necessarily the cause of the problem.
The topic ‘Fatal Error with the plugin’ is closed to new replies.