Emily Barney
Forum Replies Created
-
Forum: Plugins
In reply to: [Fabrica Dashboard] 1.0.10 update crashed dashboardThe primary error, from looking at the error logs, seems to be the line 6 in 1.0.10 that calls for a file named base-common.php (which isn’t in the inc directory)
https://plugins.trac.ww.wp.xz.cn/browser/fabrica-dashboard/trunk/inc/base.php
require_once(‘base-common.php’);
In 1.0.9 and earlier, the line calls for base-edition.php (which is in the inc directory):
https://plugins.trac.ww.wp.xz.cn/browser/fabrica-dashboard/tags/1.0.9/inc/base.phprequire_once(‘base-edition.php’);
Disabling Fabrica Dashboard by has enabled me to use my admin screens again, but I still don’t have SFTP access to test whether making that code change would solve this issue and I haven’t installed this on my test sites to do the change elsewhere.
Forum: Plugins
In reply to: [Edit Flow] Is a New Update coming Soon?If you’re curious about the work that Automattic is doing with Edit Flow, it may be helpful to check their repository on GitHub: https://github.com/Automattic/Edit-Flow
The contact listed there is [email protected] – I’m not sure if that’s monitored anymore, since the https://editflow.org/ website is pretty far out of date.
Automattic uses Edit Flow as part of their WordPress VIP packages, as seen here: https://wpvip.com/plugins/edit-flow/
In 2016, when the plugin hadn’t been updated for a long time but many people were concerned about the status of the plugin, Jeff Chandler at WPTavern published articles that helped get Automattic listed as a co-editor and updates posted to the plugin repository here on ww.wp.xz.cn:
Article 1: https://wptavern.com/hey-automattic-whats-going-on-with-edit-flow
Response: https://wptavern.com/edit-flow-lives-new-update-fixes-bugs-and-improves-performanceIn 2017 Sarah Gooding published this article about a forked plugin based on Edit Flow: https://wptavern.com/pressshack-forks-edit-flow-to-create-publishpress-aims-to-improve-multi-user-editorial-workflow-in-wordpress
That plugin continues to be updated (as of today, the last update was 3 weeks ago) and may be an alternative for those dealing with bugs in the current Edit flow version:
https://ww.wp.xz.cn/plugins/publishpress/Forum: Plugins
In reply to: [Edit Flow] Strict Standards error w/ update to 0.9I rolled back our installation to 0.8.2 and that got rid of the error message.
We’re running WordPress 5.0.3, fwiw
Forum: Themes and Templates
In reply to: [Lovecraft] Small notice thrown in some scenariosI’m seeing the same error when I view a site in Customizer, but when I save my changes and close Customizer the error message disappears.
When I check line 143 of the header.php, here’s what I see:
$header_image_alt = get_post_meta( $header_image_data->attachment_id, '_wp_attachment_image_alt', true );- This reply was modified 7 years, 10 months ago by Emily Barney.
- This reply was modified 7 years, 10 months ago by Emily Barney.
- This reply was modified 7 years, 10 months ago by Emily Barney.
Forum: Plugins
In reply to: [GoogleDrive folder list] Specific Folder not LoadingMy alternative solution – which honestly is probably what we’ll move to – uses the iframe plugin (https://ww.wp.xz.cn/plugins/iframe/) and the code examples listed here:
http://stackoverflow.com/questions/20681974/how-to-embed-a-google-drive-folder-in-a-website
You can have it display as a list with the document titles that will show more information like when it was last edited:
[iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#list" width="800" height="600" frameborder="0"]or you can have it display as a grid with document previews, that appear much larger than they do with this plugin:
[iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#grid" width="800" height="600" frameborder="0"]Obviously the size of the iframe can be adjusted. It does seem to load more slowly, but it displays consistently which is what we needed.
Ah, here’s what I found by doing a search for wp_authenticate across the contents of my wp-content folder:
4 occurrences in 3 of 2886 files:
The bits in italics are added by me- plugins/jetpack/class.jetpack-xmlrpc-server.php line 106: comment line
- plugins/jetpack/class.jetpack-xmlrpc-server.php line 111: part of login() function
- plugins/jetpack/jetpack.php line 1471: part of upload_handler() function
- plugins/login-security-solution/login-security-solution.php line 427: comment line
I used Komodo edit to search though the contents of the files in my wp-content directory. Is that good enough, or do I still need to do something on the command line?
That command doesn’t work either and I’m not familiar enough with command line or debugging/troubleshooting this sort of thing to know what you’re asking me to do and tweak it. Here’s what I get:
FIND: Parameter format not correct
I never get to the login page at all, as I’ve tried to describe. Sorry that wasn’t clear already. I can get to the front-end, but I can’t get to the back-end because I can’t get to the website at all. No admin pages because I’ve been logged out, no login page because I get the error.
I was able to clear all my cookies in Safari and get in, so that does seem promising. I’ll play with other browsers when I’m done posting something that’s due like 2 days ago now. (For any difference it makes in troubleshooting this, at the moment I’m on a Mac, remoting into a Windows server, yeah, this is a silly setup).
I’m running the site on a WIMP server, as I mentioned above, so I don’t normally SSH into anything. I logged into my server and opened command prompt to run the command on the root directory for the WordPress Multisite Installation, but all I got was
‘grep’ is not recognized as an internal or external command,
operable program or batch file.I just got the same error message again, now on the laptop that let me log in before, after I saw a message saying my login had timed out. I never got the chance to go back to the login page – when I try to type in anything that would normally take me there, I see the error message.
The login page still appears fine when I go to a fresh computer and try to log in using the same user account, so that’s why I was assuming it was tied to the computer – an IP address, a browser caching issue, something.
I’m a librarian at a graduate school. I have a lot of laptops available to me. But I’d prefer not to burn through another computer every time I forget to log out, I’d prefer to fix this once and for all. Because if this happens to any of the users I support, I’m going to get blamed for it and have to remove your plugin, which I’d really rather not do since other than this issue it solves my problems very helpfully.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter TimelineThanks, Jeremy – I followed the notes you’ve sent and it’s currently working fine for me. I did find that rearranging my widgets temporarily switched it back to the “My Tweets” broken link, but I was able to paste in the correct widget ID code, save it successfully, and it’s back to normal.
Not sure about the glitchiness, but I’ll watch carefully to see if I run into any other problems and report back. Of course I’ll also make sure all of my wordpress sites have Jetpack up to date as I switch out the rest of our twitter widgets.
I don’t know how much difference it would make for anything, but all my sites are running on WIMP servers – it generally doesn’t cause any problems for this kind of stuff, but it’s the only major difference in our configuration from most people that I can think of.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter TimelineNote: I’ve reviewed the known issues page, troubleshooting tips, and gone over the support page for this widget several times to see if any of the existing documentation would help solve it.
http://en.support.wordpress.com/widgets/twitter-timeline-widget/
Since I’m seeing the issue from the widgets page, I can’t imagine that fiddling with different themes would make much difference. I know I’m using the latest version of WordPress and Jetpack and there aren’t any old plugins installed or enabled to conflict.
I’m going to go ahead and submit an internal ticket to this page, as mentioned in the JetPack support “sticky post”:
http://en.support.wordpress.com/contact/?jetpack=needs-serviceForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter TimelineI’m seeing the same thing, on this site: http://blogs.kentlaw.iit.edu/library/
The original Jetpack Twitter widget is (at the moment) working correctly.
The new Jetpack Twitter Timeline widget is below it, and just has a link that says “My Tweets” but doesn’t link back to the account or anything else.When I save, it switches the ID from 329612247032795136 to the same ID as Geezerjim mentions (2147483647). I’ve tried deleting the widget and starting again and it still doesn’t allow me to enter the code correctly.
Forum: Fixing WordPress
In reply to: Span tags being inserted — WP / Chrome Bug?A colleague is editing a blog and seeing this same issue, but with different code in the span (it reduces the text size). He was using Chrome but switched to Firefox and it disappeared.
I checked that WordPress was updated and TinyMCE as well. We tried disabling TinyMCE and that didn’t help. None of the other plugins should be affecting the editor interface. We are using a custom child theme for Mystique 3.1.
Mystique does come with an editor stylesheet. Is there any chance that this could be the source of the trouble with Chrome? I find this whole thing bizarre, personally.
Note: This is a live website, I can’t disable or switch the theme. I haven’t seen the problem on my own computer, only on my colleague’s (though he’s seen it at two different computers) so I’m having trouble confirming it as a general error with any of our installed files. On my computer I have the same Chrome version listed above: 24.0.1312.57
Forum: Installing WordPress
In reply to: Extra files in 3.2.1 IIS – what do I do with them?I’m interested in the answer to this as well.
As mentioned above, the files are:- install.sql
- manifest.xml
- parameters.xml
and they appear alongside the /wordpress/ directory.
I’m installing WordPress on a new server and trying to keep things as clean and straightforward as possible, so if these aren’t necessary I’d like to get rid of them.
Forum: Plugins
In reply to: [WP Help] multisite and pretty permalinksI was experiencing the same problem – I upgraded my blog from 3.0.2 to 3.1.3 and the issue disappeared. I don’t know if it was related to the internal links option that appeared in 3.1, but that was something I was looking for in the upgrade and it seems to have helped.
Just got back to your updates and put it in – looks like it’s working perfectly and has a few extra features I’d been asked about as well.
This was really going above and beyond and I’m very appreciative of your quick response! Do you have a “tip jar” online? 🙂