Title: coreymj78's Replies | WordPress.org

---

# coreymj78

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Advanced Recent Posts Widget Breaks Wpautop](https://wordpress.org/support/topic/advanced-recent-posts-widget-breaks-wpautop/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/advanced-recent-posts-widget-breaks-wpautop/#post-2882029)
 * Ok, after trial and error, I have narrowed the problem down to this chunk of 
   code:
 * `<p><?php echo get_the_excerpt() . $linkmore; ?> </p>`
 * Which parses the post excerpt and read more link in the widget area. The problem
   seams to be when it parses the excerpt. Something in this is also causing the
   wpautop’s to disappear from other blog posts. If I take out “get_the_excerpt()”
   they magically come back. How can I fix this?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Cannot Upload Featured Image In WP](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/#post-2853118)
 * Yep.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Cannot Upload Featured Image In WP](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/#post-2853022)
 * Ok, I went into WHM and I am now turning on the GD Library and restarting Apache
   to see if that fixes the problem. It was turned off.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Cannot Upload Featured Image In WP](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/#post-2852983)
 * Here is the error message that appears where the broken image is:
 * Warning: getimagesize() expects parameter 1 to be string, object given in /home/
   coreymj7/public_html/wp-content/themes/parallelus-mingle/framework/utilities/
   media-functions.php on line 152
 * Warning: basename() expects parameter 1 to be string, object given in /home/coreymj7/
   public_html/wp-content/themes/parallelus-mingle/framework/utilities/media-functions.
   php on line 153
 * Here is the function and parameter $new_img_paththat is having trouble on that
   post:
 * $new_img_size = getimagesize( $new_img_path );
    $new_img = str_replace( basename(
   $image_src[0] ), basename( $new_img_path ), $image_src[0] );
 * Here is the post where the error appears:
 * [http://flooringlifemagazine.com/flooring-your-life](http://flooringlifemagazine.com/flooring-your-life)
 * Basically this means that the function getimagesize and basename used for resizing
   images get stuck when trying to fetch the image path via $new_img_path.
 * At least that is what I’m guessing. What could cause this?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Cannot Upload Featured Image In WP](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/#post-2852976)
 * Thanks for your help.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Cannot Upload Featured Image In WP](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/#post-2852975)
 * Ok, I even checked the GUID of the post Attachment and it is also pointing to
   the correct path:
 * [http://flooringlifemagazine.com/wp-content/blogs.dir/2/files/room1.jpg](http://flooringlifemagazine.com/wp-content/blogs.dir/2/files/room1.jpg)
 * So why is it not showing up on the front-end and why is BP unable to load the
   images as well?
 * Here is the post:
 * [http://flooringlifemagazine.com/flooring-your-life](http://flooringlifemagazine.com/flooring-your-life)
 * Now I am seeing an error show up on the page as well saying something about “
   expecting parameter 1 to be string” and refers to one of my theme files, which
   again, nothing changed with my theme either, I just backed up everything as it
   was and restored them on my new VPS.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Cannot Upload Featured Image In WP](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/cannot-upload-featured-image-in-wp/#post-2852968)
 * Ok, this is weird. So I verified that everything was correct in .htaccess as 
   well as wp-config.php, nothing wrong there. Here’s the weird part, I used Firebug
   to inspect the Featured Image in the the Post Edit screen and it points to the
   correct file in:
 * flooringlifemagazine.com/wp-content/blogs.dir/2/files/room1.jpg
 * Then I inspect the broken image of the post on the front-end and this is the 
   link it shows there:
 * flooringlifemagazine.com/wp-content/blogs.dir/2/files
 * So for some reason, it’s not finding the file name on the front-end. What could
   be causing this?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Update Available](https://wordpress.org/support/topic/no-update-available-1/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/no-update-available-1/#post-2644491)
 * I did, only 2 matches came up, both in site_meta table. Deleted both. Same issue.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Author Meta Box Only Shows 1 Author](https://wordpress.org/support/topic/author-meta-box-only-shows-1-author/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/author-meta-box-only-shows-1-author/#post-2655582)
 * Also, I already use the plugin mentioned above to automatically add users as 
   desired role to the given blogs, I also use URE to control my role caps, but 
   its not the users that are the problem, its just the author drop downs in the
   post editor. You do know what I mean by “author drop down” right? The little 
   meta box in the post editor admin screen where you can change / select the author
   for a given post?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Author Meta Box Only Shows 1 Author](https://wordpress.org/support/topic/author-meta-box-only-shows-1-author/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/author-meta-box-only-shows-1-author/#post-2655581)
 * Yes, this appears to be a bug but except for the snippet I posted above (which
   works in a sense) there has been no remedy for this.
 * Using the code above, I as the admin at least now can see ALL users in the author
   drop down (in post editor) but what’s annoying is that it lists ALL users network
   wide, not just users on the given blog and it still doesn’t fix the issue for
   non-admin users. For now I have had to simply remove the author drop down in 
   the post editors.
 * Thirdly, I cannot see the author drop downs in the quick edit feature in the 
   post list at all. But at least I’m mostly there. Can other people who have had
   this issue pipe up here, cuz i know for a fact it’s not just me, I asked my friend
   who runs several WP multisites and he gets the same thing too.
 * Thanks.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Author Meta Box Only Shows 1 Author](https://wordpress.org/support/topic/author-meta-box-only-shows-1-author/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/author-meta-box-only-shows-1-author/#post-2655442)
 * Ok, I got this fix from this forum (below), but now it’s showing all the site
   users (even members and subscribers) in the author drop down. Also, when logging
   in as one of my Editor’s, they still can’t see anything in the Author drop down(
   not even the menu itself). How to edit this code to remedy this?
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   The maximum number of lines of code that you can post in these forums is **ten
   lines**. Please use the [pastebin](http://wordpress.pastebin.com/)]_
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Author Meta Box Only Shows 1 Author](https://wordpress.org/support/topic/author-meta-box-only-shows-1-author/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/author-meta-box-only-shows-1-author/#post-2655429)
 * The problem is exactly the same as in this post:
 * [http://wordpress.org/support/topic/author-not-correct?replies=31](http://wordpress.org/support/topic/author-not-correct?replies=31)
 * Except the super admin (me) can only see “admin” in the Author drop down in post
   editors, but Editor’s can see nothing at all (there isn’t even a menu showing
   in the meta box!
 * How strange. Is there a database fix for this? He explains (and I don’t know 
   if this has changed) but the Author drop down does this:
 * The code that draws the Post Author pull-down calls a function get_editable_user_ids(),
   which runs this query:
    SELECT user_id FROM wp_usermeta WHERE meta_key = ‘wp_user_level’
   AND meta_value != ‘0’
 * How can I fix this issue?
    Thanks!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Update Available](https://wordpress.org/support/topic/no-update-available-1/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/no-update-available-1/#post-2644418)
 * I just tried again and nothing. It even shows 1 update alert when disabling all
   plugins.
 * What the heck? lol
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Update Available](https://wordpress.org/support/topic/no-update-available-1/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/no-update-available-1/#post-2644417)
 * Tried that ipstenu and it didn’t work 🙁
 * I have restored my DB since then I suppose I could give it another shot.
 * Any other ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Recent Posts In Category Widget](https://wordpress.org/support/topic/recent-posts-in-category-widget/)
 *  Thread Starter [coreymj78](https://wordpress.org/support/users/coreymj78/)
 * (@coreymj78)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/recent-posts-in-category-widget/#post-2626899)
 * Never mind, I don’t know whats going on.

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

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