ThaNerd
Forum Replies Created
-
Forum: Plugins
In reply to: [App Store Assistant] plugin not workingActually, for some reason, it started working after I set up image magick on my server. GD was already active, but actually, your plugin called wp_get_image_editor, and that method returned wp_error telling “image_not_” something…
In case other people have the same problem as me, the solution was to install imagick.
Default PHP version on OS X Yosemite is 5.5.14, so using homebrew, you just add the tap “Homebrew/php” and install php55-imagick, then you add the imagick extension in your /etc/php.iniI posted a longer information on my blog, in french
Forum: Plugins
In reply to: [App Store Assistant] plugin not workingI have the exact same problem.
Wordpress 4.0, PHP 5.5.14 on OS X Yosemite (10.10), Zend Engine 2.5.0plugin version 6.8.0
And I checked, the images are in the cache folder
PHP Fatal error: Call to undefined method WP_Error::get_size() in [path]/wp-content/plugins/app-store-assistant/includes/app-store-functions.php on line 2315Forum: Everything else WordPress
In reply to: Blank Page Loading Error.I have the exact same problem… Except that having much lesser visits than you, the “reset to no theme” happens lesser often.
I carefully checked my error logs and see absolutely nothing explaining the cause of this.