Metal_13
Forum Replies Created
-
Forum: Plugins
In reply to: [Videopack] Function to add media to queue and clear all queuei deleted
kgvid_new_attachment_transient
from my transients and nothing changed.
i opened the kgvid_new_attachment_transient before deleting and it only had 8-12 ids inside. is that normal?
i also tried searching for kgvid/videopack related transients but found none.
my queue is close to a thousand.. lol- This reply was modified 3 years, 2 months ago by Metal_13.
Forum: Plugins
In reply to: [Videopack] My queue is stuck/bugged outi see, ok thanks ill try it out
Forum: Plugins
In reply to: [Videopack] My queue is stuck/bugged outthe stuck queue problem fixed it self. not sure how. its working now. but my problem now is those stuck videos before did not convert and i dont know where they are. so i need the meta key or way to find them.
the encode all videos button doesnt work for me. i have around 10,000+ videos.Forum: Plugins
In reply to: [Videopack] My queue is stuck/bugged outmy queue got so full that it reset it self.. lol.
but it’s going to hard tracking those 1000+ files though.can you please tell me what meta to check if the media is converted or not? assuming that’s how you check them.
im only using “Replace original with720p” in settings.- This reply was modified 4 years, 3 months ago by Metal_13.
Forum: Plugins
In reply to: [Videopack] My queue is stuck/bugged outany news about this?..
Forum: Plugins
In reply to: [Videopack] My queue is stuck/bugged outyes, i made sure to run them only once. (every testing)
i get at-least 100-150 videos daily from my users, so this is really bad. lol, my queue is flooded with stuck videos.
please help me out..- This reply was modified 4 years, 3 months ago by Metal_13.
Forum: Plugins
In reply to: [Videopack] My queue is stuck/bugged outsorry, i feel so stupid. it didn’t actually work. i thought it did. queue is empty but i cant add to queue anymore.
im not sure how to clear from the DB so i tried the update code.
update_option(‘kgvid_video_embed_queue’, ”);
update_option(‘kgvid_video_embed_queue’, array());both didn’t work
Forum: Plugins
In reply to: [Videopack] My queue is stuck/bugged outforgot to mark this as solved. thanks again
Forum: Plugins
In reply to: [Videopack] My queue is stuck/bugged outomg thank you, that worked.
Forum: Plugins
In reply to: [Front End PM] You do not have permission to access message systemthis works for some reason..
global $get_current_user_role; if (in_array($get_current_user_role,fep_get_option( 'userrole_access', array() ))) { $can = true; }
Forum: Plugins
In reply to: [Front End PM] You do not have permission to access message systemthe PM page works on admins but not for other roles
fep_get_option(‘userrole_access’, array())
outputs the roles that i selected in PM settings$roles
outputs the current user role correctlyi tried removing the conditions then put them back 1 by 1 but none of them worked.
then i tried this codeif (in_array($roles[0],fep_get_option( 'userrole_access', array() ))) { echo 'ITS WORKING'; }
and it worked.. but when i placed $can = true; it didn’t work but echo ‘ITS WORKING’; was displayed.
next i removed the conditions and just placed $can = true; and it worked.
im so confused.. i dont know whats going on.
Forum: Plugins
In reply to: [Front End PM] You do not have permission to access message systemdisabling & clearing the cache doesn’t work for me but commenting out the line you gave worked.
should i be worried for disabling that line?
all roles are allowed to view messages anywaysForum: Plugins
In reply to: [Front End PM] Send message manually by functionThanks a lot!
I got this from Query Monitor. 10 queries on every page. i don’t use any features from the plugin except the post form and user form page
9 SELECT option_value FROM wp_options WHERE option_name = 'wpuf_license_status' LIMIT 1 get_option() Plugin: wp-user-frontend 0 0.0001 10 SELECT * FROM wp_users WHERE user_login = 'admin' LIMIT 1 WP_User::get_data_by() Plugin: wp-user-frontend 1 0.0000 11 SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN (1) ORDER BY umeta_id ASC update_meta_cache() Plugin: wp-user-frontend 252 0.0001 12 SELECT option_value FROM wp_options WHERE option_name = 'logged_in_key' LIMIT 1 get_option() Plugin: wp-user-frontend 1 0.0000 13 SELECT option_value FROM wp_options WHERE option_name = 'logged_in_salt' LIMIT 1 get_option() Plugin: wp-user-frontend 1 0.0000 14 SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('category') ORDER BY t.name ASC WP_Term_Query->get_terms() Plugin: wp-user-frontend 13 0.0001 15 SELECT term_id, meta_key, meta_value FROM wp_termmeta WHERE term_id IN (942,1124,318,1,6682,6686,974,5793,7,234,563,6690,6689) ORDER BY meta_id ASC update_meta_cache() Plugin: wp-user-frontend 1 0.0000 16 SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('post_tag') ORDER BY t.name ASC WP_Term_Query->get_terms() Plugin: wp-user-frontend 8309 0.0018 17 SELECT term_id, meta_key, meta_value FROM wp_termmeta WHERE term_id IN (------LOOOOONG ARRAY OF IDS------) ORDER BY meta_id ASC update_meta_cache() Plugin: wp-user-frontend 1948 0.0005 33 SELECT * FROM wp_posts WHERE ID = 194377 LIMIT 1 WP_Post::get_instance() Plugin: wp-user-frontend 1 0.0001
Forum: Plugins
In reply to: [Comments - wpDiscuz] filter display name or add after?No not yet, i didn’t even know there was a new version. thanks for the link & version info.