pumpkinslayer
Forum Replies Created
-
Tickle me pink. That worked a charm. Thank you.
Forum: Networking WordPress
In reply to: Media Uploader uploaded images only displaying for super adminOkay, I’m the idiot.
Turned on debug mode (never done that before). Deleted two plugins that weren’t activated but were giving notices and warnings. Now works fine.
@ipstenu thanks for your help and guidance. It is SO appreciated.
Forum: Networking WordPress
In reply to: Media Uploader uploaded images only displaying for super adminThis site was setup when multisite was first introduced. So, it’s been over a year. Multisite with mapped domains since that time as well. Previously, with the old image uploader, admins were able to upload as expected.
Forum: Networking WordPress
In reply to: Media Uploader uploaded images only displaying for super adminNope, no success. Problem persists as before. Really don’t know where to look next.
Forum: Networking WordPress
In reply to: Media Uploader uploaded images only displaying for super adminWell, I added this to disable autosave, but it didn’t help.
function disable_autosave() { wp_deregister_script( 'autosave' ); } add_action( 'admin_init', 'disable_autosave' );
Back to checking where the uploader checks capabilities and the like.
Forum: Networking WordPress
In reply to: Media Uploader uploaded images only displaying for super adminI think this is a Javascript issue. Or at least a script or two being loaded that shouldn’t be or otherwise
The scripts in the wp-footer area on the post page are identical (ignoring nonce values) when using super admin or regular admin EXCEPT for the following bits…
Super Admin see this…
<script type='text/javascript'> /* <![CDATA[ */ var wpAjax = {"noPerm":"You do not have permission to do that.","broken":"An unidentified error has occurred."}; /* ]]> */ </script> <script type='text/javascript' src='https://pumpkintracker.com/wp-includes/js/wp-ajax-response.min.js?ver=3.5.1'></script>
while regular admin have this…
<script type='text/javascript' src='https://pumpkintracker.com/wp-includes/js/jquery/jquery.schedule.js?ver=20m'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpAjax = {"noPerm":"You do not have permission to do that.","broken":"An unidentified error has occurred."}; /* ]]> */ </script> <script type='text/javascript' src='https://pumpkintracker.com/wp-includes/js/wp-ajax-response.min.js?ver=3.5.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var autosaveL10n = {"autosaveInterval":"60","savingText":"Saving Draft\u2026","saveAlert":"The changes you made will be lost if you navigate away from this page."}; /* ]]> */ </script> <script type='text/javascript' src='https://pumpkintracker.com/wp-includes/js/autosave.min.js?ver=3.5.1'></script>
Above and below these snippets, everything is identical (apart from nonce value), but I don’t really know what these bits do, so that’s what I’m looking into now.
Any guidance would be appreciated.
Forum: Networking WordPress
In reply to: Media Uploader uploaded images only displaying for super adminHere are two screenshots of the situation. I used the regular admin account to upload a picture to this post. I then attempted to insert an image from the media library.
Logged in as super admin I see this (all images appear) https://www.flickr.com/photos/pumpkinslayer/8624136192/
Same site, same post, but logged in as regular admin (no images appear) https://www.flickr.com/photos/pumpkinslayer/8624136214/
Forum: Networking WordPress
In reply to: Media Uploader uploaded images only displaying for super adminI had reinstalled through the dashboard already. I’ve now done a reinstall using FTP.
Same issues as before.
Forum: Networking WordPress
In reply to: Media Uploader uploaded images only displaying for super adminSorry, this site was replicated from another site on the network. No image files were copied over, hence the 404. I’ve deleted all old posts and image files to avoid confusion now. The ones on the front page now were added during my current testing.
Forum: Networking WordPress
In reply to: Media Uploader uploaded images only displaying for super admin@ipenstu The behavior is the same on an unmapped subsite.
here: https://odeptest.pumpkintracker.com
PS. I’m checking if this is a permissions issue (just a guess). I’m double-checking that the default roles are intact and have default settings.
Forum: Networking WordPress
In reply to: Media Uploader uploaded images only displaying for super adminJust reporting what I’ve noticed and found since the original post.
I’ve disabled all plugins on the test site. It’s now a domain mapped (via Ron and Andrea plugin) site with no active plugins. Running a Genesis child theme.
Super admin image uploading works as expected as before.
Other users…
— Uploading works, previously uploaded images only shown when when doing one, then uploading another. The first image will appear when the second is uploaded. But neither time will they insert into the post.
— Uploading an image and then choosing “create a gallery” with the images does insert the correct shortcode and these images are shown as expected.Other observations:
TinyMCE goes blank after attempting to upload a new image, clicking to “Text” and then back to “Visual” shows the content again.For reference:
site: https://obliterate.co.za (domain mapped)
base site: https://pumpkintracker.com (main site)Forum: Plugins
In reply to: [Imsanity] Images don't appear and resize failing@schultzrach I had issues before as @jason explained (not with this plugin though), where I had uploaded pictures and their images were on the server, but the metadata that WordPress had saved was either wrong or missing.
That was a while back, but unfortunately the only way I got around that was to just ignore the problem and simply deal with new images going forward. I did reupload some of the images and reinsert them into the posts, which fixed the metadata but wasn’t worth the time, so I just left most of them alone.
Forum: Fixing WordPress
In reply to: Page showing up "Not Found" but is there…I had this issue with a post.
Changed slug and all was fine.
NOTE: I changed it back to the original non-working slug and it didn’t work again. I then changed it again and all was fine. I cannot use the original slug for anything or it shows as “Page Not Found”
Forum: Fixing WordPress
In reply to: Admin Area – Number of Posts per PageThanks @t31os_ there it is. Nice.
Forum: Installing WordPress
In reply to: Upload error