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

Good old Tapatalk, always looking for more inventive ways to annoy those admins who still *tolerate* it... Really can't wait for someone else to come up with a better solution :whistle:

upload_2015-2-3_9-26-1.webp

upload_2015-2-3_9-26-20.webp
 
Don't know if this is a good thing or bad...I have less Tapatalk user this year this month vs, last year this month, however on a good note my Non-Tapatalk users have grown as well as the sessions.

Tapatalk
Screen Shot 2015-02-18 at 5.53.09 AM.webp

Without Tapatalk
Screen Shot 2015-02-18 at 6.00.03 AM.webp
 
Hi Team !

I am facing an issue with Taptalk Addon : 2.3.8 running on my XF 1.4
In Tapatalk General Option, i can't see Forum list for Tapatalk selection :
I got this error (sorry for translation) :

Erreur
PHP callback Tapatalk_Option_ListForums::renderOption is not vali. It won't be possible to display this option until the problem will be solved by editing ****the option definition***.

Got this error in server log :

Code:
ErrorException: Fatal Error: Call to a member function getResponseType() on a non-object - library/XenForo/Controller.php:155

Any help appreciated!

EDIT : Just manually setup v 2.3.5 and all went OK
 
Last edited:
I am using Tapatalk 2.38. I installed it pursuant to the usual methods and am getting this error:

upload_2015-2-25_8-17-35.webp


Anyone know what is going wrong and how I fix this?
 

Attachments

  • upload_2015-2-25_8-16-36.webp
    upload_2015-2-25_8-16-36.webp
    40.7 KB · Views: 1
I tried to delete the .htaccess that comes with Tapatalk, now my site is down altogether:

upload_2015-2-25_8-38-6.webp
 
It is now, yes, the error message has changed.
You don't have permission to access /mobiquo/ on this server.
Apart from the index page, none of the rest of your site works now though. I suspect you need to put that .htaccess file back as it makes the SEO-friendly URLs work in XenForo.

Once that's done, you need to fix the owner/permissions on the mobiquo folder and all the files and folders in it, so that the web server can access them.
 
Yes...

upload_2015-2-26_8-26-30.webp



And in playing with things. I wrecked the site and it went down.

I replaced the .htaccess file, and it came up, but now, no graphics are showing (they are there).
 
I did, and I did it twice just to be sure, and STILL get that error. (Bangs head against wall)...
 
I changed permissions and now site is down again, error is

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@hobby-machinist.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


What did I do now?
 
Yes, this is what is in the public_html directory:

Code:
# Mod_security can interfere with uploading of content such as attachments. If you
# cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
# SecFilterEngine Off
# SecFilterScanPOST Off
#</IfModule>

ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default

<IfModule mod_rewrite.c>
RewriteEngine On

# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo

# This line may be needed to enable WebDAV editing with PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>


I changed the permissions on the data and internal data to 777, and the rest to 755.
 
No matter that I set permissions to 777 (see below), and followed the instructions EXACTLY, the error persists:
upload_2015-2-27_7-13-5.webp



upload_2015-2-27_7-13-55.webp

upload_2015-2-27_7-14-49.webp
 
Back
Top Bottom