Kodintsev
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Sorting by rating doesn’t workProblem solved, now works. Thanks, have a nice day!
Forum: Plugins
In reply to: [Site Reviews] Sorting by rating doesn’t workHere is a screenshot of how my code is configured, and what is in the database before (before one of the latest updates) and after
Forum: Plugins
In reply to: [Site Reviews] Sorting by rating doesn’t workThat’s right, that’s exactly how it was configured for me, but now the _glsr_ranking meta-keys are gone even for the pages to which they are assigned.
Forum: Plugins
In reply to: [Site Reviews] Top rated postPlease update the instruction “How do I order pages with assigned reviews by rating or ranking ?. Or return fields with” _glsr_ranking “.
Forum: Plugins
In reply to: [Site Reviews] Top rated postGood day.
The manual says: “The _glsr_ranking meta key contains the page rank determined by a bayesian ranking algorithm”. But the database now has no _glsr_ranking in the _postmeta table.- This reply was modified 3 years, 7 months ago by Kodintsev.
Forum: Plugins
In reply to: [The Events Calendar] Translation of Permalinks doesn’t work correctGood day.
Do you have any information when this will be fixed?
I have the same problem, the language of the site is Russian.Forum: Plugins
In reply to: [WPS Hide Login] Problem order=descSorry, the problem disappeared by itself. I thought about the plugin, since the problem appeared after its update.
Released 4.1.6. The problem with VK API is solved (according to developers). I have not tested it myself.
Yes, the problem is fixed)
Judging by the description of the error, the problem is in some of the certificates. What kind of certificate is it and how does it work in the plugin I do not know.
I recommend that you wait for the plug-in update.I noticed. That the pictures are not attached to the posts. Maybe you need to change something else?
At me the image was attached.
I’m not a developer of this plugin.) I just found a temporary solution to the problem, I’m waiting for the official update of the plug-in.Also found this way out. After correcting the code, the messages are published but it does not seem to be without thumbnail.
We are waiting for the official update of the plug-in with the solution of the problem.
Yes, I will write below what helped me, but this is a temporary solution, until the plug-in update is released.
In the file “/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc-cl/vk.api.php” you need to add the parameter “v” in url requests to api vk:
15 line was:
$postUrl = 'https://api.vk.com/method/photos.getWallUploadServer?gid='.(str_replace('-','',$options['pgIntID'])).'&access_token='.$options['appAuthToken'];
It became:
$postUrl = 'https://api.vk.com/method/photos.getWallUploadServer?gid='.(str_replace('-','',$options['pgIntID'])).'&access_token='.$options['appAuthToken'].'&v=5';
35 line was:
$postUrl = 'https://api.vk.com/method/photos.saveWallPhoto?server='.$uploadResultObj->server.'&photo='.$uploadResultObj->photo.'&hash='.$uploadResultObj->hash.'&gid='.(str_replace('-','',$options['pgIntID'])).'&access_token='.$options['appAuthToken'];
It became:
$postUrl = 'https://api.vk.com/method/photos.saveWallPhoto?server='.$uploadResultObj->server.'&photo='.$uploadResultObj->photo.'&hash='.$uploadResultObj->hash.'&gid='.(str_replace('-','',$options['pgIntID'])).'&access_token='.$options['appAuthToken'].'&v=5';
56 line was:
$postUrl = 'https://api.vk.com/method/wall.post';
It became:
$postUrl = 'https://api.vk.com/method/wall.post?v=5';
I figured out what the problem is: now you need to specify the version for queries (https://vk.com/dev/version_update), temporarily fixed manually in the file “vk.api.php”, I wait for the update of the plug-in with the solution of the problem.
I figured out what the problem is: now you need to specify the version for queries (https://vk.com/dev/version_update), temporarily fixed manually in the file “vk.api.php”, I wait for the update of the plug-in with the solution of the problem.
- This reply was modified 6 years, 9 months ago by Kodintsev.
I have a similar problem:
[2018-03-01 21:10:17] [User ID:1] - [Error] [VK.Com - VK.Com test] - -=ERROR=- Array ( [pgID] => [isPosted] => 0 [pDate] => 2018-03-01 18:10:17 [Error] => Error: Array ( [headers] => Array ( [server] => Apache [date] => Thu, 01 Mar 2018 18:10:17 GMT [content-type] => application/json; charset=utf-8 [content-length] => 227 [connection] => keep-alive [x-powered-by] => PHP/3.14758 [set-cookie] => remixlang=3; expires=Tue, 26 Feb 2019 03:57:08 GMT; path=/; domain=.vk.com [pragma] => no-cache [cache-control] => no-store [content-encoding] => gzip ) [body] => {"error":{"error_code":8,"error_msg":"Invalid request: v (version) is required","request_params":[{"key":"oauth","value":"1"},{"key":"method","value":"wall.post"},{"key":"owner_id","value":"-95404308"},{"key":"from_group","value":"1"},{"key":"message","value":"Test Post from --i remove link--"},{"key":"attachment","value":"--i remove link--"}]}} [response] => Array ( [code] => 200 [message] => OK ) [cookies] => Array ( [0] => nxs_Http_Cookie Object ( [name] => remixlang [value] => 3 [expires] => 1551153428 [path] => / [domain] => .vk.com ) ) ) ) 0