freeace00
Forum Replies Created
-
Found the same error on ssh as well.
https://i.imgur.com/PkYDaPS.png
thrown in /var/www/html/wp-includes/rest-api/class-wp-rest-server.php on line 1487
Fatal error: Uncaught TypeError: call_user_func(): Argument #1 ($callback) must be a valid callback, array must have exactly two members in /var/www/html/wp-includes/rest-api/class-wp-rest-server.php:1487
Stack trace: 0 /var/www/html/wp-includes/rest-api/class-wp-rest-server.php(1428): WP_REST_Server->get_data_for_route('/dokan/v2/produ…', Array, 'help') 1 /var/www/html/wp-includes/rest-api/class-wp-rest-server.php(1255): WP_REST_Server->get_data_for_routes(Array, 'help') 2 /var/www/html/wp-includes/rest-api/class-wp-rest-server.php(1171): WP_REST_Server->get_index(Object(WP_REST_Request)) 3 /var/www/html/wp-includes/rest-api/class-wp-rest-server.php(1018): WP_REST_Server->respond_to_request(Object(WP_REST_Request), '/', Array, NULL) 4 /var/www/html/wp-content/plugins/woocommerce/includes/cli/class-wc-cli-runner.php(63): WP_REST_Server->dispatch(Object(WP_REST_Request)) 5 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/class-wp-cli.php(336): WC_CLI_Runner::after_wp_load() 6 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1362): WP_CLI::do_hook('after_wp_load') 7 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1254): WP_CLI\Runner->load_wordpress() 8 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\Runner->start() 9 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(78): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState)) 10 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(32): WP_CLI\bootstrap() 11 phar:///usr/local/bin/wp/php/boot-phar.php(11): include('phar:///usr/loc…')We were using WP CLI to update plugins by bash, shell file.
It keeps showing errors from dokan.
If you fix the error, our shell script will be very quite. ??Thank you!
Forum: Plugins
In reply to: [Contact Form 7] FIXED: P Tag added with latest Plugin UpdateI believe the main issue is “P” tag to break the layout.
Somehow it has been added.
If others are not showing properly, you should check the inspect if p tags wrap the element ( captcha ) and add additional css for now.Forum: Plugins
In reply to: [Contact Form 7] FIXED: P Tag added with latest Plugin UpdateYes, same as my sites.
all forms added p tags and gaps.Contact form 7 should remove p tags instead of adding these filter code.
Thank you,
We will have a test and get back to you. ??
Thank you,
Forum: Plugins
In reply to: [GD Star Rating] Show user's rating instead of the overall ratingthat’s also what I am looking for. I user multi as well.
Forum: Plugins
In reply to: [GD Star Rating] Multi Rate.. I don't have permission for itsolved.
hosting problem. ??Forum: Fixing WordPress
In reply to: Why my posts keep been deleted without any notice??thanks for your reply. now I do understand why mine have been deleted.
however, I don’t think my questions were not related to wordpress. cuz I have talked to several ppl and they recommended to post here. but I also understand what you re saying:)anyway, thanks for your answer. I will be careful to create duplicates.
Thanks again, Jan.
Forum: Fixing WordPress
In reply to: how to creat json (postmeta) from excel?$output = json_encode($items); // response output header( "Content-Type: application/json" ); echo $output; exit;
is this what you need? I found it function file.
I really need it. please let me know as much as you know. it will be a big help.Forum: Fixing WordPress
In reply to: how to creat json (postmeta) from excel?Hello Andrew,
What do you mean query?
I am not sure how I can find queries. where I can find it?Forum: Fixing WordPress
In reply to: how to creat json (postmeta) from excel?any help?
this is Json. right? is it only json?
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
a:19:{s:7:"address";s:69:"address.. etc";s:11:"gpsLatitude";s:8:"37.57358";s:12:"gpsLongitude";s:11:"126.9865059";s:18:"streetViewLatitude";s:9:"37.573433";s:19:"streetViewLongitude";s:18:"126.98645099999999";s:17:"streetViewHeading";s:1:"0";s:15:"streetViewPitch";s:1:"0";s:14:"streetViewZoom";s:1:"0";s:9:"telephone";s:19:"02 – 736 – 2233";s:5:"email";s:0:"";s:3:"web";s:11:"sanneri.com";s:11:"hoursMonday";s:17:"11:30am ~ 22:00pm";s:12:"hoursTuesday";s:17:"11:30am ~ 22:00pm";s:14:"hoursWednesday";s:17:"11:30am ~ 22:00pm";s:13:"hoursThursday";s:17:"11:30am ~ 22:00pm";s:11:"hoursFriday";s:17:"11:30am ~ 22:00pm";s:13:"hoursSaturday";s:17:"11:30am ~ 22:00pm";s:11:"hoursSunday";s:17:"11:30am ~ 22:00pm";s:18:"alternativeContent";s:0:"";}
Forum: Fixing WordPress
In reply to: wp_set_object_terms… question.hey help??
Forum: Fixing WordPress
In reply to: the_taxonomies() === Can I get specific taxonomy only?it’s done.. thanks again.
Forum: Fixing WordPress
In reply to: the_taxonomies() === Can I get specific taxonomy only?hi vjpo,
I understand now!! great man!
thanks for your time.
Forum: Plugins
In reply to: [Network Latest Posts] thumbnail inline.and what I should put for custom thumbnail field?
I have 1 more pic in post table. not feature pic.Thanks, again.
i need shortcodes too.