Oleksandr
Forum Replies Created
-
The post type “private_manual” doesn’t registered and doesn’t visible for get_post_stati function.
But I think a verification for exists statueses is absolutely superfluous.Hope it will be usefull.
My function.php contains next linesremove_action( 'init', 'rest_api_init' ) // remove this line; remove_action( 'rest_api_init', 'rest_api_default_filters', 10, 1 ); remove_action( 'parse_request', 'rest_api_loaded' ) // remove this line;
After i commented the 1st and 3rd lines the error “Unable to fetch a list…” was solved
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Receiving an error on some queriesExcellent!
This is is working.
Thanks.Forum: Plugins
In reply to: [Relevanssi - A Better Search] Receiving an error on some queriesI was add next lines to code
if (empty($term_tax_id)) $term_tax_id = array(); print_error_log( '$term_tax_id = ' ); print_error_log( $term_tax_id );
And this is a result:
[30-Jul-2017 20:58:05 UTC] $term_tax_id =
Array
(
[0] => 118
)[30-Jul-2017 20:58:05 UTC] $term_tax_id =
Array
(
[0] => 225
)[30-Jul-2017 20:58:05 UTC] $term_tax_id = 225
[30-Jul-2017 20:58:05 UTC] WordPress database error Unknown column ‘Array’ in ‘where clause’ for query SELECT term_taxonomy_id
FROM wp_term_taxonomy
WHERE term_id = Array AND taxonomy = ” made by require(‘D:\My Documents\My Web Sites\3ddkstudio.com\wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, apply_filters_ref_array, WP_Hook->apply_filters, relevanssi_query, relevanssi_do_query, relevanssi_search, relevanssi_get_term_tax_id[30-Jul-2017 20:58:05 UTC] PHP Fatal error: Uncaught Error: [] operator not supported for strings in D:\My Documents\My Web Sites\3ddkstudio.com\wp-content\plugins\relevanssi\lib\search.php:245
Stack trace:
#0 D:\My Documents\My Web Sites\3ddkstudio.com\wp-content\plugins\relevanssi\lib\search.php(1291): relevanssi_search(Array)
#1 D:\My Documents\My Web Sites\3ddkstudio.com\wp-content\plugins\relevanssi\lib\search.php(49): relevanssi_do_query(Object(WP_Query))
#2 D:\My Documents\My Web Sites\3ddkstudio.com\wp-includes\class-wp-hook.php(300): relevanssi_query(Array)
#3 D:\My Documents\My Web Sites\3ddkstudio.com\wp-includes\plugin.php(244): WP_Hook->apply_filters(Array, Array)
#4 D:\My Documents\My Web Sites\3ddkstudio.com\wp-includes\class-wp-query.php(3007): apply_filters_ref_array(‘the_posts’, Array)
#5 D:\My Documents\My Web Sites\3ddkstudio.com\wp-includes\class-wp-query.php(3248): WP_Query->get_posts()
#6 D:\My Documents\My Web Sites\3ddkstudio.com\wp-includes\class-wp.php(617): WP_Query->query(Array)
#7 D:\My Documents\My Web Sites\3ddkstudio.co in D:\My Documents\My Web Sites\3ddkstudio.com\wp-content\plugins\relevanssi\lib\search.php on line 245Forum: Plugins
In reply to: [Relevanssi - A Better Search] Receiving an error on some queries[30-Jul-2017 10:32:33 UTC] Array
(
[0] => Array
(
[taxonomy] => product_cat
[field] => slug
[terms] => Array
(
[0] => plugins
)[include_children] => 1
[operator] => IN
)[1] => Array
(
[taxonomy] => product-types
[field] => slug
[terms] => Array
(
[0] => 3ds-max-asset-tracking
)[include_children] => 1
[operator] => IN
)[2] => Array
(
[relation] => AND
[0] => Array
(
[taxonomy] => product_visibility
[field] => slug
[terms] => Array
(
[0] => outofstock
)[operator] => NOT IN
)[1] => Array
(
[taxonomy] => product_visibility
[field] => slug
[terms] => Array
(
[0] => exclude-from-search
)[operator] => NOT IN
))
)
[30-Jul-2017 10:32:33 UTC] WordPress database error Unknown column ‘Array’ in ‘where clause’ for query SELECT term_taxonomy_id
FROM wp_term_taxonomy
WHERE term_id = Array AND taxonomy = ” made by require(‘D:\My Documents\My Web Sites\3ddkstudio.com\wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, apply_filters_ref_array, WP_Hook->apply_filters, relevanssi_query, relevanssi_do_query, relevanssi_search, relevanssi_get_term_tax_id[30-Jul-2017 10:32:33 UTC] PHP Fatal error: Uncaught Error: [] operator not supported for strings in D:\My Documents\My Web Sites\3ddkstudio.com\wp-content\plugins\relevanssi\lib\search.php:237
Stack trace:
#0 D:\My Documents\My Web Sites\3ddkstudio.com\wp-content\plugins\relevanssi\lib\search.php(1320): relevanssi_search(Array)
#1 D:\My Documents\My Web Sites\3ddkstudio.com\wp-content\plugins\relevanssi\lib\search.php(49): relevanssi_do_query(Object(WP_Query))
#2 D:\My Documents\My Web Sites\3ddkstudio.com\wp-includes\class-wp-hook.php(300): relevanssi_query(Array)
#3 D:\My Documents\My Web Sites\3ddkstudio.com\wp-includes\plugin.php(244): WP_Hook->apply_filters(Array, Array)
#4 D:\My Documents\My Web Sites\3ddkstudio.com\wp-includes\class-wp-query.php(3007): apply_filters_ref_array(‘the_posts’, Array)
#5 D:\My Documents\My Web Sites\3ddkstudio.com\wp-includes\class-wp-query.php(3248): WP_Query->get_posts()
#6 D:\My Documents\My Web Sites\3ddkstudio.com\wp-includes\class-wp.php(617): WP_Query->query(Array)
#7 D:\My Documents\My Web Sites\3ddkstudio.co in D:\My Documents\My Web Sites\3ddkstudio.com\wp-content\plugins\relevanssi\lib\search.php on line 237Forum: Everything else WordPress
In reply to: Changing wordpress org emailThanks.
I reseived a confirm email to my new mailbox.
So now a problem is resolved.Forum: Plugins
In reply to: [WCP Contact Form] Set default valueIt’s great!
Thanks!Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Support to multiple mailboxes.Hi!
Do you have a news about this feature?
Even a commercial plug-in would be in demand for a reasonable fee ??Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Support to multiple mailboxes.Yes – this solution looks a good.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Not work if server use the PHP 5.6.3You right – the another plugin write a debug message:
PHP Warning: PHP Startup: Unable to load dynamic library 'php_sockets.dll' - php_sockets.dll: cannot open shared object file: No such file or directory in Unknown on line 0
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Support to multiple mailboxes.But it not resolve the issue with placing all output emails into one mailbox.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Not work if server use the PHP 5.6.3Message: could not open socket.
Debug:[06-Apr-2015 01:11:10 UTC] DEBUG PostmanWpMailBinder: Binding to wp_mail() [06-Apr-2015 01:11:10 UTC] DEBUG PostmanWpMailBinder: Bound to wp_mail() [06-Apr-2015 01:11:10 UTC] DEBUG Postman: Postman Smtp v1.5.11 starting [06-Apr-2015 01:11:11 UTC] DEBUG PostmanSendTestEmailAjaxController: Found parameter name email [06-Apr-2015 01:11:11 UTC] DEBUG PostmanSendTestEmailAjaxController: [email protected] [06-Apr-2015 01:11:11 UTC] DEBUG PostmanSendTestEmailAjaxController: Found parameter name method [06-Apr-2015 01:11:11 UTC] DEBUG PostmanSendTestEmailAjaxController: wp_mail [06-Apr-2015 01:11:11 UTC] DEBUG PostmanSendTestEmailController: Sending Test email [06-Apr-2015 01:11:11 UTC] DEBUG PostmanWpMail: Sending mail [06-Apr-2015 01:11:11 UTC] DEBUG PostmanMailEngineFactory: Ensuring Access Token is up-to-date [06-Apr-2015 01:11:11 UTC] DEBUG PostmanAuthenticationManagerFactory: Created PostmanGoogleAuthenticationManager [06-Apr-2015 01:11:11 UTC] DEBUG PostmanGoogleAuthenticationManager: Access Token Expiry Time is 1428286132, expires_in=3461, expired=no [06-Apr-2015 01:11:11 UTC] DEBUG PostmanMessage: Processing Content-Type Header - Content-Type: multipart/alternative; [06-Apr-2015 01:11:11 UTC] DEBUG PostmanMessage: User Added recipient: "[email protected]" [06-Apr-2015 01:11:11 UTC] DEBUG PostmanMailEngine: Building Postman_Zend_Mail with charset=UTF-8 [06-Apr-2015 01:11:11 UTC] DEBUG PostmanMailEngine: Adding content-type multipart/alternative [06-Apr-2015 01:11:11 UTC] DEBUG PostmanMailEngine: From [email protected] name=track77 [06-Apr-2015 01:11:11 UTC] DEBUG PostmanMailEngine: To [email protected] [06-Apr-2015 01:11:11 UTC] DEBUG PostmanMailEngine: Adding body as multipart/alternative [06-Apr-2015 01:11:11 UTC] DEBUG PostmanOAuth2MailAuthenticator: Using auth oauth2 with encryption ssl to smtp.gmail.com:465 [06-Apr-2015 01:11:11 UTC] DEBUG PostmanMailEngine: Sending mail [06-Apr-2015 01:11:11 UTC] ERROR PostmanWpMail: Postman_Zend_Mail_Protocol_Exception code=0 message=Could not open socket [06-Apr-2015 01:11:11 UTC] ERROR PostmanSendTestEmailController: Test Email NOT delivered to server - 0 [06-Apr-2015 01:11:11 UTC] DEBUG PostmanSendTestEmailAjaxController: statusmessage: Could not open socket
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Support to multiple mailboxes.But in case if i try send a mail from [email protected], the user will be see mail as from email [email protected] and reply to email [email protected].
And all my output mails will be placed in one mailbox, even if I try to send them from another mailbox.
Forum: Themes and Templates
In reply to: [Simply Read] Problem with child themeSorry, but you not right.
Example:
For supporting the next line in the file “\library\simplyread.php” must be replace
wp_register_script( 'simplyread-modernizr', get_stylesheet_directory_uri() . '/library/js/libs/modernizr.custom.min.js', array(), '2.5.3', false );
to
wp_register_script( 'simplyread-modernizr', get_template_directory_uri() . '/library/js/libs/modernizr.custom.min.js', array(), '2.5.3', false );
and another.Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Problem with coding/decoding html_entityMaybe this is a problem because i use it starting from very old version.
Solution: go to settings and on each tab press the save button.
It is update the database to valid values.