Seth Carstens
Forum Replies Created
-
Appreciate the cross post, it helped me receive the notification. As I indicated on github, I may not have time to fix the issue myself, but I’d be happy to consider a Pull Request and I could work on fixing up a release.
Forum: Plugins
In reply to: [SM Gallery] error codeOk thanks for the update, we will look into the problem.
Forum: Reviews
In reply to: [Photo Express for Google] fatal error on WPEngine HostingCan’t, it’s on managed hosting, I don’t control the PHP version. I’ll revise to a 3 until a version exists that can be used on a common hosting company like WPEngine.
Forum: Reviews
In reply to: [SM Sticky Featured Widget] Good!Would you mind adjusting your review score?
Forum: Reviews
In reply to: [SM Sticky Featured Widget] Good!I fixed a few more issues, can you update to 1.2.6 and try again?
Forum: Reviews
In reply to: [SM Sticky Featured Widget] Good!Are you running classipress? if so which version so I can test it.
Forum: Reviews
In reply to: [SM Sticky Featured Widget] Good!It was working before, but if you had notices turned on, there was an issue. I’ve resolved that now, would you mind trying again?
Forum: Plugins
In reply to: git-svn and www.ads-software.com pluginsCLI Output
Seths-MacBook-Pro:sm-sticky-clicky-star sethcarstens$ git commit -m 'rev4' [master da1c5a1] rev4 1 file changed, 1 insertion(+), 1 deletion(-) Seths-MacBook-Pro:sm-sticky-clicky-star sethcarstens$ git svn dcommit Committing to https://plugins.svn.www.ads-software.com/sm-sticky-clicky-star/trunk ... Authentication realm: <https://plugins.svn.www.ads-software.com:80> Use your www.ads-software.com login Password for 'sethcarstens': M readme.txt Committed r1207275 M readme.txt r1207275 = a97b4db3bdef5b13c334ee89f1de0a06df7f3e36 (refs/remotes/origin/trunk) No changes between da1c5a1e2fb6abf6736c73ec5dfec4dc6ece195a and refs/remotes/origin/trunk Resetting to the latest refs/remotes/origin/trunk Seths-MacBook-Pro:sm-sticky-clicky-star sethcarstens$ git svn tag 1.1.1 Copying https://plugins.svn.www.ads-software.com/sm-sticky-clicky-star/trunk at r1207275 to https://plugins.svn.www.ads-software.com/sm-sticky-clicky-star/tags/1.1.1... Authorization failed: POST of '/!svn/me': authorization failed: Could not authenticate to server: rejected Basic challenge (https://plugins.svn.www.ads-software.com) at /usr/local/Cellar/git/2.2.2/libexec/git-core/git-svn line 1189.
I went to update, long overdue. This file you reference isn’t even a part of the plugin in the current version, you are sure your using an updated version of the plugin? There is clearly an if ! defined function surrounding the APP_POST_TYPE. Let me know if this is still an issue.
Forum: Fixing WordPress
In reply to: Visual Editor Not Working after Upgrade to 4.0Additional time spent looking into the problem indicated caching was the issue. On our side, it was Cloudflare caching the admin files because there is no ?version= at the end of the theme.min.js file. Pause cloudflare on the site, visit the page editor, do a “refresh without cache” with shift+r or shift+f5, editor loads fine, turn Cloudflare back on.
This applies to anyone using a CDN of any kind.
Forum: Fixing WordPress
In reply to: Visual Editor Not Working after Upgrade to 4.0I have a temporary fix for the issue you can try. Add this to your wp-config.php file:
define(‘SCRIPT_DEBUG’, true);From what I have gathered, its some sort of server based file caching thats causing the problem for us. Turning on script debug loads a different version of each javascript file… thus forcing new files to be loaded. Its not a good long term fix, but short term, your editor should be back to normal.
Forum: Fixing WordPress
In reply to: Visual Editor Not Working after Upgrade to 4.0We are also experiencing this issue. We have around 300 sites we manage. The weird thing is that it doesn’t happen to everyone. I’ve noticed that it happens on sites I’ve been logged into before, but new sites don’t have an issue. It screams “cached javascript files”, but we have tried incognito windows and other browsers and still no fix.
Also, to confirm what I see when its “not working”, is that when you switch back and forth between the visual and text tabs, it stops fully loading the visual tab after a couple of clicks. Its like its 1/2 loading the visual tab but getting stuck on some js error. Another symptom we see is that the visual tab refuses to show the “next page” and “read more” graphics that are supposed to appear in the tinyMCE editor (as a replacement of the of the html comments you see in the text tab).
We even went as far as uninstalling chrome, and installing it again to try and get it to work. Still fails on that persons machine (windows 8 PC) but works fine for me on my windows 7 PC and windows 8 laptops. This one really has me confused because I can find no patter whatsoever as to why its happening to some, but not to others.
Forum: Plugins
In reply to: [Login for Google Apps] wp_login_url not reliable source as isBTW, thank you, this plugin is awesome. Everyone should download and use it. ??
Forum: Plugins
In reply to: [SM Sticky Clicky Star] Reported issues?Per our email conversation, your WordPress version was out of date. Updating WordPress solved your issue.
Forum: Plugins
In reply to: [User Meta Manager] 5,000 users gives fatal error – out of memoryThanks for fixing this. I revised my review for a proper 5 stars.