tommasz
Forum Replies Created
-
Forum: Plugins
In reply to: [ActivityPub] Doesn’t work at all@talksina At this point waiting is really all we can do. And keep monitoring this thread.
Forum: Plugins
In reply to: [ActivityPub] Doesn’t work at all@talksina Matthias has been hired by Automattic (WordPress’s parent company) specifically to add ActivityPub capability to the WordPress core. This should give him the support and inside information he needs to get ActivityPub working everywhere.
Forum: Plugins
In reply to: [ActivityPub] Doesn’t work at allI do have SSL enabled via Let’s Encrypt. Could it be a permissions issue? My directories are set to 755.
It was a plugin, an old one I had called Lightview Plus. It was leftover from an older iteration of the site. Perhaps that was why it had its own version of jQuery. Thanks!
Whoa. Thanks for the quick reply. I switched themes and the problem persists, looks like I have to try and find the misbehaving plugin.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Getting Fatal Error MessageI’m getting the fatal error with version 4.0.1 as well.
Forum: Plugins
In reply to: [Wordpress Flickr Embed] AJAX errorI’m on Firefox. I cleared the cache, no change. Here’s the Web Developer console output:
[08:56:47.386] Use of attributes' specified attribute is deprecated. It always returns true. @ https://www.tommasz.net/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery,utils,plupload,plupload-html5,plupload-flash,plupload-silverlight,plupload-html4,plupload-handlers,json2&ver=3.5.2:2 [08:56:47.486] POST https://www.tommasz.net/wp-admin/admin-ajax.php [HTTP/1.1 200 OK 4012ms] [08:56:47.487] GET https://www.tommasz.net/wp-content/plugins/wp-flickr-embed//images/alignment_left.png [HTTP/1.1 200 OK 16ms] [08:56:47.487] GET https://www.tommasz.net/wp-content/plugins/wp-flickr-embed//images/alignment_center.png [HTTP/1.1 200 OK 21ms] [08:56:47.488] GET https://www.tommasz.net/wp-content/plugins/wp-flickr-embed//images/alignment_right.png [HTTP/1.1 200 OK 22ms] [08:56:47.489] GET https://www.tommasz.net/wp-content/plugins/wp-flickr-embed//images/size_square.png [HTTP/1.1 200 OK 20ms] [08:56:47.489] GET https://www.tommasz.net/wp-content/plugins/wp-flickr-embed//images/size_small.png [HTTP/1.1 200 OK 16ms] [08:56:47.490] GET https://www.tommasz.net/wp-content/plugins/wp-flickr-embed//images/size_medium.png [HTTP/1.1 200 OK 19ms] [08:56:47.490] GET https://www.tommasz.net/wp-content/plugins/wp-flickr-embed//images/size_large.png [HTTP/1.1 200 OK 16ms] [08:56:47.491] GET https://www.tommasz.net/wp-content/plugins/wp-flickr-embed//images/size_original.png [HTTP/1.1 200 OK 24ms] [08:56:47.492] GET https://www.tommasz.net/?__wpfe_sign=%7B%22text%22%3A%22%22%2C%22page%22%3A1%2C%22user_id%22%3A%2241894175858%40N01%22%2C%22photoset_id%22%3Anull%2C%22per_page%22%3A18%2C%22sort%22%3A%22date-posted-desc%22%2C%22extras%22%3A%22url_sq%2Curl_m%22%2C%22method%22%3A%22flickr.photos.search%22%2C%22format%22%3A%22json%22%2C%22nojsoncallback%22%3A1%7D [HTTP/1.1 403 Forbidden 2259ms]
Forum: Plugins
In reply to: [Wordpress Flickr Embed] AJAX errorHere is my PHP info:
PHP Version: 5.2.17
PHP Memory Usage: 54.41 MB
WordPress Admin Memory Limit: 256M
WordPress Base Memory Limit: 128M
PHP Actual Configuration Memory Limit: 90M
PHP Max Upload Size: 7M
PHP Max Post Size: 8M
PHP Safe Mode: Off
PHP Allow URL fopen: On
PHP Allow URL Include: Off
PHP Display Errors: On
PHP Display Startup Errors: Off
PHP Expose PHP: Off
PHP Register Globals: Off
PHP MySQL Allow Persistent Connections: On
PHP Output Buffering: 4096
PHP Max Script Execution Time: 240 Seconds
PHP Magic Quotes GPC: Off
PHP open_basedir: not in use
PHP XML Support: Yes
PHP IPTC Support: Yes
PHP Exif Support: YesI am on Dreamhost, but my site is on the root of https://www.tommasz.net/
Single language. It should be noted that this plugin was working fine before. Not sure when it stopped since I hadn’t posted anything from Flickr in a while.
Forum: Plugins
In reply to: [Wordpress Flickr Embed] AJAX errorIs the developer still monitoring this forum and/or making updates to the plugin?
Forum: Plugins
In reply to: [Wordpress Flickr Embed] AJAX errorI’m getting this error: AJAX error: error (Forbidden)
WP 3.5.2
Forum: Fixing WordPress
In reply to: Multiple issues with Press This bookmarkletDeactivated all the plugins and re-enabled one by one. Turns out it was Rimon’s Twitter Widget, which seems odd as it shouldn’t be activated on the Press This at all.
Forum: Fixing WordPress
In reply to: Some css files not loading – strange versions(?)I managed to trace this behavior to incorrect directory permissions. Set all my directories to 755 and the problem cleared.