Title: Emily Barney's Replies | WordPress.org

---

# Emily Barney

  [  ](https://wordpress.org/support/users/ebarney/)

 *   [Profile](https://wordpress.org/support/users/ebarney/)
 *   [Topics Started](https://wordpress.org/support/users/ebarney/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ebarney/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ebarney/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ebarney/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ebarney/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ebarney/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/ebarney/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ebarney/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fabrica Dashboard] 1.0.10 update crashed dashboard](https://wordpress.org/support/topic/1-0-10-update-crashed-dashboard/)
 *  Thread Starter [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/1-0-10-update-crashed-dashboard/#post-11982889)
 * The 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.wordpress.org/browser/fabrica-dashboard/trunk/inc/base.php](https://plugins.trac.wordpress.org/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.wordpress.org/browser/fabrica-dashboard/tags/1.0.9/inc/base.php](https://plugins.trac.wordpress.org/browser/fabrica-dashboard/tags/1.0.9/inc/base.php)
 * require_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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Edit Flow] Is a New Update coming Soon?](https://wordpress.org/support/topic/is-a-new-update-coming-soon/)
 *  [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [7 years ago](https://wordpress.org/support/topic/is-a-new-update-coming-soon/#post-11918778)
 * 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](https://github.com/Automattic/Edit-Flow)
 * The contact listed there is [hello@editflow.org](https://wordpress.org/support/users/ebarney/replies/hello@editflow.org?output_format=md)–
   I’m not sure if that’s monitored anymore, since the [https://editflow.org/](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/](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 WordPress.org:
 * Article 1: [https://wptavern.com/hey-automattic-whats-going-on-with-edit-flow](https://wptavern.com/hey-automattic-whats-going-on-with-edit-flow)
   
   Response: [https://wptavern.com/edit-flow-lives-new-update-fixes-bugs-and-improves-performance](https://wptavern.com/edit-flow-lives-new-update-fixes-bugs-and-improves-performance)
 * In 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](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://wordpress.org/plugins/publishpress/](https://wordpress.org/plugins/publishpress/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Edit Flow] Strict Standards error w/ update to 0.9](https://wordpress.org/support/topic/strict-standards-error-w-update-to-0-9/)
 *  Thread Starter [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/strict-standards-error-w-update-to-0-9/#post-11128238)
 * I 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Lovecraft] Small notice thrown in some scenarios](https://wordpress.org/support/topic/small-notice-thrown-in-some-scenarios/)
 *  [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/small-notice-thrown-in-some-scenarios/#post-10498875)
 * I’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 8 years, 1 month ago by [Emily Barney](https://wordpress.org/support/users/ebarney/).
    -  This reply was modified 8 years, 1 month ago by [Emily Barney](https://wordpress.org/support/users/ebarney/).
    -  This reply was modified 8 years, 1 month ago by [Emily Barney](https://wordpress.org/support/users/ebarney/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GoogleDrive folder list] Specific Folder not Loading](https://wordpress.org/support/topic/specific-folder-not-loading/)
 *  Thread Starter [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/specific-folder-not-loading/#post-6691811)
 * My alternative solution – which honestly is probably what we’ll move to – uses
   the iframe plugin ([https://wordpress.org/plugins/iframe/](https://wordpress.org/plugins/iframe/))
   and the code examples listed here:
 * [http://stackoverflow.com/questions/20681974/how-to-embed-a-google-drive-folder-in-a-website](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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Solution] "Authenticate filter not called" (but able to login from other computer?)](https://wordpress.org/support/topic/authenticate-filter-not-called-but-able-to-login-from-other-computer/)
 *  Thread Starter [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/authenticate-filter-not-called-but-able-to-login-from-other-computer/#post-3730485)
 * 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_
    1. plugins/jetpack/class.jetpack-xmlrpc-server.php line 106: _comment line_
    2. plugins/jetpack/class.jetpack-xmlrpc-server.php line 111: _part of login() function_
    3. plugins/jetpack/jetpack.php line 1471: _part of upload\_handler() function_
    4. 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Solution] "Authenticate filter not called" (but able to login from other computer?)](https://wordpress.org/support/topic/authenticate-filter-not-called-but-able-to-login-from-other-computer/)
 *  Thread Starter [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/authenticate-filter-not-called-but-able-to-login-from-other-computer/#post-3730421)
 * 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).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Security Solution] "Authenticate filter not called" (but able to login from other computer?)](https://wordpress.org/support/topic/authenticate-filter-not-called-but-able-to-login-from-other-computer/)
 *  Thread Starter [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/authenticate-filter-not-called-but-able-to-login-from-other-computer/#post-3730397)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Twitter Timeline](https://wordpress.org/support/topic/twitter-timeline/)
 *  [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/twitter-timeline/#post-3711618)
 * Thanks, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Twitter Timeline](https://wordpress.org/support/topic/twitter-timeline/)
 *  [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/twitter-timeline/#post-3711524)
 * Note: 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/](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-service](http://en.support.wordpress.com/contact/?jetpack=needs-service)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Twitter Timeline](https://wordpress.org/support/topic/twitter-timeline/)
 *  [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/twitter-timeline/#post-3711358)
 * I’m seeing the same thing, on this site: [http://blogs.kentlaw.iit.edu/library/](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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Span tags being inserted — WP / Chrome Bug?](https://wordpress.org/support/topic/span-tags-being-inserted-wp-chrome-bug/)
 *  [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/span-tags-being-inserted-wp-chrome-bug/#post-3457186)
 * 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](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Extra files in 3.2.1 IIS – what do I do with them?](https://wordpress.org/support/topic/extra-files-in-321-iis-what-do-i-do-with-them/)
 *  [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/extra-files-in-321-iis-what-do-i-do-with-them/#post-2268658)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Help] multisite and pretty permalinks](https://wordpress.org/support/topic/multisite-and-pretty-permalinks/)
 *  [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/multisite-and-pretty-permalinks/#post-2088687)
 * I 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Tag Cloud Widget] Ultimate Tag Cloud Widget crashing before configuration options load](https://wordpress.org/support/topic/ultimate-tag-cloud-widget-crashing-before-configuration-options-load/)
 *  Thread Starter [Emily Barney](https://wordpress.org/support/users/ebarney/)
 * (@ebarney)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/ultimate-tag-cloud-widget-crashing-before-configuration-options-load/#post-1750122)
 * 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? 🙂

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/ebarney/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ebarney/replies/page/2/?output_format=md)