dash8x
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Flickr Embed] Version 1.1 triggers fatal errorThanks, everything is now working fine for me.
Forum: Plugins
In reply to: [Wordpress Flickr Embed] Version 1.1 triggers fatal errorThanks for the update but I’m still getting the AJAX error: error (Not Found).
My blog has the WordPress files in their own directory.
I looked up your code and when I changed the site_url() in the following function to home_url(), it seemed to fix the issue.
public function getSignRequestApiUrl() { return sprintf('%s?%s=', trailingslashit(<strong>home_url()</strong>), self::SIGN_URL_PARAM_NAME); }Forum: Plugins
In reply to: [Wordpress Flickr Embed] Version 1.1 triggers fatal errorThe issue seem to arise when the WordPress Address and the Site Address is different.
Forum: Plugins
In reply to: [Wordpress Flickr Embed] Version 1.1 triggers fatal errorI’m getting a another error AJAX error: error (Not Found) on another blog when I try to use the plugin in the visual editor.
Forum: Plugins
In reply to: [Wordpress Flickr Embed] Version 1.1 triggers fatal errorAfter investigating the issue I have found out that this is a PHP version problem. The plugin is using PHP namespaces (see http://www.php.net/manual/en/language.namespaces.importing.php) which is only available in PHP 5.3+
So you will need to update your server to PHP 5.3.x or greater to use this plugin. You can contact support if you are using a hosting account. I was able to change my Hostgator account to PHP 5.3.23 after contacting support and the plugin is working fine.
Forum: Plugins
In reply to: [Wordpress Flickr Embed] Version 1.1 triggers fatal errorI’m getting the same error. I had to delete the plugin folder to deactivate the plugin.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter TimelineIf you want to remove the scroll bar and limit the number of tweets from the Jetpack Twitter Timeline widget, then try this fix.
http://arushad.org/how-to-remove-scroll-bar-and-limit-tweets-on-jetpack-twitter-timeline/