Tapatalk Forum App for xenForo - iOS / Android / Windows Phone Mobile App [Deleted]

After moving my website to a new server i am seeing this error below. Not sure what i am doing wrong, maybe someone can point me in the right direction?

Didn't receive 200 OK from remote server. (HTTP/1.1 301 Moved Permanently)

That is what i see on the tapatalk website.
 
tapatalk updated Tapatalk Forum App for xenForo - iOS / Android / Blackberry mobile app with a new update entry:

Update to 1.5.2

Version 1.5.0 release

Update Note:
  1. Optimize online features.
  2. Optimize option display.
  3. Optimize push feature.
  4. Add smart banner feature.
  5. Add support for multi-quote function.
  6. Add rename topic function for moderator.
  7. Add option of custom content(bbcode) replacement.
  8. Remove tapatalk detect js.
  9. Increase compatibility with other modes.
  10. Release register function including : register, change password, find forgotten password and update email
Version 1.5.1...

Read the rest of this update entry...
 
After moving my website to a new server i am seeing this error below. Not sure what i am doing wrong, maybe someone can point me in the right direction?

Didn't receive 200 OK from remote server. (HTTP/1.1 301 Moved Permanently)

That is what i see on the tapatalk website.
Check your forum URL in your Tapatalk site dasbhoard. Make sure it is pointed at the new URL?
 
Update Note:
Some minor fixes for BYO users.

So nothing really relevant, and no important bug fixes. When are the bugs and problems introduced with 1.5.1 going to be corrected?
What issues are you having with 1.5.1? Thinking about upgrading as I'm still on 1.4.0
 
Primarily, unable to do any post or topic moderations.
What exactly are you having problems with? From my iPad I can approve/unapproved posts, edit them, sticky/unsticky them, move them and delete theme. I can edit topic titles, delete topics, move them and I quit playing with it by that point as i didn't want to keep messing with it. Only thing I haven't checked on is marking as spam.
 
I've been getting the error below on moderation page for some time

Server error occured: 'Call-time pass-by reference has been removed (moderation.php:52)'
 
What exactly are you having problems with? From my iPad I can approve/unapproved posts, edit them, sticky/unsticky them, move them and delete theme. I can edit topic titles, delete topics, move them and I quit playing with it by that point as i didn't want to keep messing with it. Only thing I haven't checked on is marking as spam.

Are you on XF 1.1.4, or still 1.1.3?
 
Had this working for a while, but after the 1.1.4 update it broke. "Server error occured: 'Call to a member function read() on a non-object (20130309.php:77)'

pUjlkxz.png
 
I'm still getting errors reported from TapaTalk after updating to the latest version.

[29-Mar-2013 06:16:51 UTC] XML error: Invalid document end at line 1, column 1

I'm really tempted to remove it and force members to use their web browsers as we have a functioning responsive theme.
 
Anyone having any issues since the clocks went forward today?
I'm not.. I just hit your site via Tapatalk (it's the BETA version of the reader on IOS) and I can see everything just fine. Since I don't have an account there I couldn't check the login to see if that is where the problem starts.
Just signed up via TapaTalk with the same username as I use here and it seems to be doing fine on the users end. Is your user account set for your current time zone? It's showing to be an hour behind your device.
 
I'm not.. I just hit your site via Tapatalk (it's the BETA version of the reader on IOS) and I can see everything just fine. Since I don't have an account there I couldn't check the login to see if that is where the problem starts.
Just signed up via TapaTalk with the same username as I use here and it seems to be doing fine on the users end.
Thanks for checking. I actually posted on the TapaTalk site, and quite a few sites were all having the same issue at the same time.

http://support.tapatalk.com/threads/error-now-clocks-have-gone-forward.17753/
 
So they have stripped the below from the login.php file

PHP:
    $tapatalk_user_writer = XenForo_DataWriter::create('Tapatalk_DataWriter_TapatalkUser');
    $tapatalk_user_model = $tapatalk_user_writer->getTapatalkUserModel();
    $existing_record = $tapatalk_user_model->getTapatalkUserById($userId);
    if(empty($existing_record))
    {
        $tapatalk_user_writer->set('userid',$userId);
        $tapatalk_user_writer->preSave();
        $tapatalk_user_writer->save();
    }
    else
    {
        $tapatalk_user_writer->setExistingData($existing_record);
        $tapatalk_user_writer->set('updated',gmdate('Y-m-d h:i:s',time()));
        $tapatalk_user_writer->save();
    }
 
Error after upgrading!

Many users are finding it impossible to remove the message the forums Tapatalk-compatibility.
 
Back
Top Bottom