Forum Replies Created

Viewing 15 replies - 1 through 15 (of 109 total)
  • This plugin is abandoned ??
    You could check a fork here: https://github.com/remotehelp/wp-united

    Thread Starter nata-lee

    (@nata-lee)

    Hello, thanks for the answer.

    I had to migrate from phpbb to bbpress, but I had too much problems.

    First of all an import tool (bbpress) is not working with the latest version of wordpress. So I had to make a fresh wordpress installation with 3.9.10 and import my forum into it.
    Import went fine and fast.
    After I had to export forums, topics and replays from the new wordpress and import to 4.4.1 so I’ve got 3 xml files.
    But… I realized that the import tool of wordpress itself aslo broken. ??
    So I found a new (experimental) one, v 2.0 which works only with WP CLI. ??

    And in my test environment all was fine!
    But after the implementing this solution in the production environment, which longed 17 hours, I’ve got forums, topics and replays separated from each other ??

    Now I’m inserting the relations manually in my SQL database and crying.

    Thanks for listening. ?? I hoped to find any bulk actions for topics… and replays… ??

    I checked in the database, post_date and post_date_gmt in the table wp_post for posts with the local time problem is the same. I don’t know why it happened.

    I disabled the plugin and tried to change the sheduled time but post_date and post_date_gmt are still the same for old posts. For new posts values of post_date and post_date_gmt are correct.

    Hello,

    I have the same issue with time like in the example:

    if I have time slot in plugin at 13:00, and wordpress setting UTC+3, the publication time will be 16:00

    Also I can’t schedule posts if my time configuration is not in the US format (F j, Y for date and g:i a for time) and also can’t set any exclusion date. The plugin just doesn’t work with local datetime format settings.

    missme2,

    Thanks a lot, your solution works perfect!

    But I moved to another plugin.

    Thread Starter nata-lee

    (@nata-lee)

    Guys… I don’t know what to say. I am not a programmer, I’m just a regular user, but I had to spend 3 days debugging your code, dumping variables and investigating requests and responses.
    And. The plugin has a major bug.

    function nxs_uplImgtoVK($imgURL, $options){
          $postUrl = 'https://api.vkontakte.ru/method/photos.getWallUploadServer?gid='.(str_replace('-','',$options['pgIntID'])).'&access_token='.$options['vkAppAuthToken'];

    URL of vk api is api.vk.com.
    Fix it, please.

    Thank you for your poor help.

    Thread Starter nata-lee

    (@nata-lee)

    Well, I dumped curl

    * Connected to pu.vkontakte.ru (x.x.x.x) port 443 (#0)
    * ALPN, offering http/1.1
    * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
    * successfully set certificate verify locations:
    *   CAfile: /etc/ssl/certs/ca-certificates.crt
      CApath: /etc/ssl/certs
    * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
    * ALPN, server accepted to use http/1.1
    * Server certificate:
    *        subject: OU=Domain Control Validated; CN=*.vkontakte.ru
    *        start date: Aug  6 02:20:06 2014 GMT
    *        expire date: Aug  6 02:20:06 2016 GMT
    *        subjectAltName: pu.vkontakte.ru matched
    *        issuer: C=US; ST=Arizona; L=Scottsdale; O=GoDaddy.com, Inc.; OU=https://certs.godaddy.com/repository/; CN=Go Daddy Secure Certificate Authority - G2
    *        SSL certificate verify ok.
    > POST /theResponsefrom_photos.getWallUploadServer HTTP/1.1
    Host: pu.vkontakte.ru
    Accept: */*
    Content-Length: 232250
    Expect: 100-continue
    Content-Type: multipart/form-data; boundary=------------------------641810a659126f86
    
    < HTTP/1.1 413 Request Entity Too Large
    < Server: Apache
    < Date: Sat, 02 Jan 2016 07:54:39 GMT
    < Content-Type: text/html
    < Content-Length: 195
    < Connection: close
    <
    * Closing connection 0
    Thread Starter nata-lee

    (@nata-lee)

    Thank you very much!
    I’ve got everything I need.

    Thread Starter nata-lee

    (@nata-lee)

    [imgUpl] => 1 – I changed it, and nothing changed.
    What else variables do I need to inspect?
    Where is located the $tmp dir?

    Thread Starter nata-lee

    (@nata-lee)

    Well, I just need to research because the plugin is not work as it should.
    It looks like the plugin is not trying to upload any image.

    This is my $options:
    Array ( [doVK] => 1 [nName] => vk_vtpost [vkAppID] => Myappid [uPass] => [catSel] => 0 [catSelEd] => [postType] => I [attch] => 0 [attchAsVid] => 0 [imgUpl] => 0 [addBackLink] => 0 [msgFrmt] => test098 [rpstDays] => 0 [rpstHrs] => 0 [rpstMins] => 0 [rpstOn] => 0 [rpstStop] => O [rpstOnlyPUP] => 0 [fltrsOn] => 0 [rpstBtwDays] => Array ( ) [url] => https://vk.com/blablabla [vkPgID] => blablabla [apVKAuthResp] => https://api.vkontakte.ru/blank.html#access_token=blabla[vkAppAuthToken] => blabla [vkAppAuthUser] => bla [pgIntID] => -bla [rpstRndMins] => 0 [rpstPostIncl] => 0 [rpstType] => 2 [rpstTimeType] => A [rpstFromTime] => [rpstToTime] => [rpstOLDays] => 30 [rpstNWDays] => 365 [tagsSel] => [tagsSelX] => [vkSvC] => N; [ii] => 0 [pType] => aj [isPosted] => 1 [imgToUse] => [urlToUse] => https://.../2015/12/29/test5/ [imgSize] => ) )

    [imgUpl] => 0 – what does it mean? Where does it stored?

    Thread Starter nata-lee

    (@nata-lee)

    Well, I tried to debug, so I changed almost the last line in vk.api.php, added $atts, $postType, $ntOpts:
    if (isset($ret) && $ret!='') return array('postID'=>$ret, 'isPosted'=>1, 'postURL'=>'https://vk.com/wall'.$ret, 'pDate'=>date('Y-m-d H:i:s'), 'err'=>$badOut['Error'], $atts, $postType, $ntOpts);

    and got changed error message
    [Error] [vKontakte - vk_vtpost] - -=ERROR=- Array ( [postID] => -blabla [isPosted] => 1 [postURL] => https://vk.com/wall-blabla [pDate] => 2015-12-30 15:20:30 [err] => -=ERROR=- [0] => [1] => I [2] => ) | PostID:

    So $atts is not defined and it’s null, $postType…. really? In other api (FB) there is a var $fbPostType and it has a value = $ntOpts.
    $ntOpts here is I [2] so… I guess your code would never work.

    Any ideas?

    А какая версия phpbb?

    Печаль в том, что автор бросил этот плагин, а с phpbb 3.1 он уже не работает. Так что есть ли смысл ставить…. Я думаю, куда бы слезть.

    https:///forum/&#8221;

    Странные ссылки с тремя слешами мешают, очевидно.

    Вообще я не уверена, что сейчас этот плагин нормально заработает с новой версией вордпресса.

    Что пишет в разделе “помощь”? Там имена правильные?

    The problem is still here, do something! Any workaround?

    You should check if your Facebook app is live and available for all users (Status & Rewiev settings at Facebook dev site)

Viewing 15 replies - 1 through 15 (of 109 total)