ajtatum
Forum Replies Created
-
Ok, so tried that and still didn’t work so I reached out to my host and they found some permission issues with the plugin folder. So, now I’m getting to the stage where the file uploads and I can see the image, but after “Accepting” or “Applying” it… it doesn’t do anything. I tried for the profile picture and cover photo and neither will work. However, this time it’s generating PHP error logs. This is what I’m seeing:
[21-Jul-2022 05:35:32 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, string given in /home/{username}/public_html/wp-content/plugins/ultimate-member/includes/core/class-form.php on line 649
Tried deactivating that plugin along with:
- Code Snippets
- Enable Media Replace
- Flying Images
- ImageMagick Engine
- Perfmatters
- Real Media Library
- Real Physical Media
- Regenerate Thumbnails Advanced
- Simple Local Avatars
- WP Rocket
- Autoptimize
And tried uploading a photo and it still reaches 100% but never does anything beyond that.
It makes a succesful call to admin-adjax.php and returns the following response:
{ "success": true, "data": [ { "file": "profile_photo_temp.png", "url": "https:\/\/ajtatumdigital.com\/wp-content\/uploads\/ultimatemember\/1\/\/profile_photo_temp.png", "type": "image\/png", "file_info": { "basename": "profile_photo_temp.png", "name": "https:\/\/ajtatumdigital.com\/wp-content\/uploads\/ultimatemember\/1\/\/profile_photo_temp.png", "original_name": "AJ Tatum Profile Gradient 512.png", "ext": "png", "type": "image\/png", "size": 322971, "size_format": "315 KB" } } ] }
There are no errors in Chrome Dev Tools and nothing is picked up by Sentry.
I’m using Kadence theme if it makes a difference. I’ve tried other member plugins and haven’t had any issues, but yours fits what I’m looking for… and everything works great except for this last piece.
I don’t know if it’s related to your plugin or not, but this comes up consistently when I try to upload an image.
Deprecated: Accessing static trait property MatthiasWeb\RealMediaLibrary\Vendor\MatthiasWeb\Utils\Localization::$PACKAGE_INFO_BACKEND is deprecated, it should only be accessed on a class using the trait
There’s nothing that specifically points to Ultimate Member as the source, but, like I mentioned, I can upload the same image anywhere on the backend without any problems… but on the user profile page (frontend), it uploads the file, but doesn’t actually save adjust the size/save it. I can see it in the folder as a temp file…
Any idea?
Oh, this is from the edit profile form. I haven’t tried the other forms.
Ah ok, I was thinking something was broken and was about to start the usual debugging process of disabling a plugin one by one. Thank you for your prompt response; saved me a lot of time and headache!
Hi, just wanted to check in to see if it was still on schedule. I deactivated the plugin as downgrading wasn’t the best option for me, since PHP 8+ is significantly more performant than 7.4. So, I haven’t really given the plugin much attention since it broke my site, and want to make sure that it works well before purchasing the full version. I know you said it’s fixed in the premium version, but I want to test it first.
Thanks,
AJAlrighty, well, so far I like yours the best. I suppose I’ll stick with horizontal infographics for the time being. Do you happen to have any ETA as to when the new release would be out?
Alrighty, thanks!
I’m working with their support team, but this is the PHP error:
PHP version 8.0.14 Error Details ============= An error of type E_ERROR was caused in line 1201 of the file /home/yk9twid/public_html/yk9tihrxdy-staging.onrocket.site/wp-content/plugins/wp-fusion-lite/includes/admin/class-admin-interfaces.php. Error message: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, int given in /home/yk9twid/public_html/yk9tihrxdy-staging.onrocket.site/wp-content/plugins/wp-fusion-lite/includes/admin/class-admin-interfaces.php:1201 Stack trace: #0 /home/yk9twid/public_html/yk9tihrxdy-staging.onrocket.site/wp-includes/class-wp-hook.php(307): WPF_Admin_Interfaces->apply_to_children() #1 /home/yk9twid/public_html/yk9tihrxdy-staging.onrocket.site/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters() #2 /home/yk9twid/public_html/yk9tihrxdy-staging.onrocket.site/wp-includes/plugin.php(474): WP_Hook->do_action() #3 /home/yk9twid/public_html/yk9tihrxdy-staging.onrocket.site/wp-content/plugins/wp-fusion-lite/includes/admin/class-admin-interfaces.php(1345): do_action() #4 /home/yk9twid/public_html/yk9tihrxdy-staging.onrocket.site/wp-admin/includes/template.php(1395): WPF_Admin_Interfaces->meta_box_callback() #5 /home/yk9twid/public_html/yk9tihrxdy-staging.onrocket.site/wp-admin/includes/post.php(2296): do_meta_boxes() #6 /home/yk9twid/public_html/yk9tihrxdy-staging.onrocket.site/wp-admin/edit-form-blocks.php(310): the_block_editor_meta_boxes() #7 /home/yk9twid/public_html/yk9tihrxdy-staging.onrocket.site/wp-admin/post.php(187): require('/home/yk9twid/p...') #8 {main} thrown
Ugh, and if I duplicate the pages that are having the problem the new duplicated version works just fine. WTF… LOL.
So, if I create a new page, I have access to these blocks… but something has broken my existing pages and I’m not sure what it could be.
Forum: Plugins
In reply to: [OPcache Manager] Unable to query OPcache status: array_key_exists()I switched hosting providers to Rocket.net and they don’t use OP Caching, thus I no longer use the plugin and can’t provide any more information. Sorry! However, thank you for your time and development!
– AJ
Forum: Plugins
In reply to: [Autoptimize] Lazy Loading Images Randomly BreaksEverything has been working fine using Autoptimize’s lazy loading and haven’t tried Perfmatters since it works. Also, I’ve switched hosting providers that handles caching for me and utilized Cloudflare Enterprise, so I don’t have as many potential plugin conflicts as I had before.
Thanks for your time!
AJForum: Plugins
In reply to: [Super Page Cache] Undefined array key “REQUEST_METHOD“Could it be because of how I’m calling wp-cron since it’s not via a request (wget or curl)?