Score not submit

Velli

Cadet
Hello, a few days ago I installed the new version of XFArcade (0.9).
My problem is that when I installed this latest version, the game scores not sent.
The button "Submit" does nothing, just stands and does not refresh the page.

Could you please help me?

Non-advertising, my website is: http://cemzoo.com/index.php?arcade/ and verify what I say.

Thank you!
 
Are you getting a server error in your ACP? If it's what I think it is we may have an issue with some people's server setups and php conflicts.
 
Are you getting a server error in your ACP? If it's what I think it is we may have an issue with some people's server setups and php conflicts.
It is rare, with 0.8 and worked without problems.

Velli, are you using the .htaccess file rules that come in the XF zip file?
Htaccess not find the file in the ZIP is not.

Thanks for the help!! Sorry for my little experience.
 
The .htaccess comes with XF, not XF Arcade.

Are you on a Linux server or Windows server?
 
The .htaccess comes with XF, not XF Arcade.

Are you on a Linux server or Windows server?
Sorry, I had not understood.
Yes, the htaccess is there, I can see. Whether the site uses Linux or Windows, not sure I'm not the creator of the site.
 
Having the same issue here.

No XenPorta installed either.

Could be "update related". I help manage a few sites and noticed that un-installing arcade on some of them and re-installing the new version did "sometimes" help. Not always.

Suggest you review (audit) your installer code for XF Arcade.
 
On the remote off chance that this is a htaccess issue

PHP:
#The top of your .htaccess file
ServerSignature Off
ServerTokens Prod
RewriteEngine On
IndexIgnore *
Options FollowSymLinks MultiViews -Indexes
AddHandler application/x-httpd-php54 php
 
<IfModule mod_php5.c>
php_value max_execution_time 120
php_value max_input_time 300
php_value memory_limit 256M
php_value suhosin.post.max_vars 4096
php_value suhosin.request.max_vars 4096
</IfModule>
 
<Files "admin.php">
Order Deny,Allow
Deny from all
Allow from ***********
Allow from ***********
Allow from ***********
Allow from ***********
Allow from ***********
Allow from ***********
</Files>
 
 
#
# AddEncoding allows you to have certain browsers uncompress
# information on the fly. Note: Not all browsers support this.
# Despite the name similarity, the following Add* directives have nothing
# to do with the FancyIndexing customization directives above.
#
AddEncoding x-compress .Z
AddEncoding x-gzip .gz .tgz
 
 
# 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 500 default
 
<IfModule mod_rewrite.c>
# Forces www for domain name
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.sociallyuncensored.eu [NC]
RewriteCond %{HTTP_HOST} !^([^.]+).sociallyuncensored.eu [NC]
RewriteRule (.*) http://www.sociallyuncensored.eu/$1 [R=301,L]
 
# Hot link protection
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?sociallyuncensored.eu [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?sociallyuncensored.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?duckduckgo.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?bing.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yahoo.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?xenforo.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?twitter.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?netdna-cdn.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?maxcdn.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?cloudflare.com [NC]
RewriteRule \.(jpg|jpeg|png|gif|svg|css|js|pdf|zip)$ http://www.sociallyuncensored.eu/hotlink.jpg [NC,R,L]
 
# 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]
 
RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK) [NC,OR]
RewriteCond %{THE_REQUEST} (\\r|\\n|%0A|%0D) [NC,OR]
 
RewriteCond %{HTTP_REFERER} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
RewriteCond %{HTTP_COOKIE} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
RewriteCond %{REQUEST_URI} ^/(,|;|:|<|>|”>|”<|/|\\\.\.\\).{0,9999} [NC,OR]
 
RewriteCond %{HTTP_USER_AGENT} ^$ [OR]
RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} (winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} (libwww-perl|curl|wget|python|nikto|scan) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
 
#Block mySQL injects
RewriteCond %{QUERY_STRING} (;|<|>|’|”|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|cast|set|declare|drop|update|md5|benchmark) [NC,OR]
 
RewriteCond %{QUERY_STRING} \.\./\.\. [OR]
 
RewriteCond %{QUERY_STRING} (localhost|loopback|127\.0\.0\.1) [NC,OR]
RewriteCond %{QUERY_STRING} \.[a-z0-9] [NC,OR]
RewriteCond %{QUERY_STRING} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC]
# Note: The final RewriteCond must NOT use the [OR] flag.
 
# Return 403 Forbidden error.
RewriteRule .* index.php [F]
</IfModule>
 
<FilesMatch "\.(gif|ico|jpg|jpeg|png|flv|swf|pdf|mp3|mp4|xml|txt|js|css)$">
Header set Cache-Control "max-age=691200"
</FilesMatch>
 
# Because some browsers won't really recognize fonts as legetimate files when comeing from CDN
AddType font/ttf .ttf
AddType font/eot .eot
AddType font/otf .otf
<FilesMatch "\.(ttf|otf|eot)$">
    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>
</FilesMatch>
 
<IfModule mod_headers.c>
    # properly handle requests coming from behind proxies
    Header append Vary User-Agent
    # remove ETags, it's important
    Header unset ETag
    FileETag None   
    Header unset Last-Modified
</IfModule>
 
# Deflate files to fasten the loading with adding compression
<IfModule mod_deflate.c>
    SetOutputFilter DEFLATE
    AddOutputFilterByType DEFLATE application/x-httpd-php text/plain text/html text/xml text/plain text/css text/javascript application/javascript application/x-javascript application/xml application/xhtml+xml application/rss+xml image/jpeg image/jpg image/png image/gif font/ttf font/eot font/otf
</IfModule>
 
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 60 seconds"
ExpiresByType text/html "access plus 60 seconds"
ExpiresByType image/gif "access plus 3456000 seconds"
ExpiresByType image/jpeg "access plus 3456000 seconds"
ExpiresByType image/png "access plus 3456000 seconds"
ExpiresByType text/css "access plus 3456000 secondss"
ExpiresByType text/javascript "access plus 3456000 seconds"
ExpiresByType application/x-javascript "access plus 3456000 seconds"
ExpiresByType text/xml "access plus 60 seconds"
ExpiresByType image/x-icon "access plus 1 days"
ExpiresByType image/ico "access plus 1 days"
</IfModule>
<IfModule mod_deflate.c>
######################################################################
# Protect your .htaccess file
<Files .htaccess>
        order allow,deny
        deny from all
</Files>
 

Attachments

  • Capture.PNG
    Capture.PNG
    9.7 KB · Views: 144
  • 2.PNG
    2.PNG
    4.7 KB · Views: 136
Hello, a few days ago I installed the new version of XFArcade (0.9).
My problem is that when I installed this latest version, the game scores not sent.
The button "Submit" does nothing, just stands and does not refresh the page.

Could you please help me?

Non-advertising, my website is: http://cemzoo.com/index.php?arcade/ and verify what I say.

Thank you!
Together let's do some process of elimination. As XenPorta did or does have a small conflict, it stands to reason there maybe another conflict. Now, I personally do not have XenPorta installed, so we can rule that out. What other add-ons do you have installed?

Here is my current list of "official" add-ons from XenForo.com.
Let me know if you see something you have in common. :smiley:

'Keywords' Meta Tag by xenCODE 1.0.0
8thos Google Authorship 1.5
8thos Style Selector in Sidebar 3.0
8thos Title URLs 1.0
Account Upgrade Reminder 0.1
Add Avatar to Quote 1.0.0 RC1
Add Poll to Existing Threads 1.0
Add User Avatar to Last Post by Waindigo 1.1.1
Add-on Builder 1.0
Add-on Installer 0.2
Advanced BBcodes Toolbar 3.2.0
Advanced User Promotions by Waindigo 1.0.3
Alexa Enhancer by xenCODE 1.0.0 Beta
Are You A Human? 4.0
Attachment Viewer 0.9.1
Auto Follow on Registration 2.0
Auto Ping by xenCODE 1.0.0 Beta 1
automatic online page reloader 1.0.0
Avatar for Banned Users 1.0
Avatar Gallery 0.1b
AzuCloud 0.1.2
BBcode MediaSites Pack 1.0.4
Brivium – Reset Password using Secret Question 1.0.1
Browser Detection (Mobile/MSIE) 1.1
Browser Update Notification 1.0
Clickable Rows 2.0.0
Cliptheapex.com's Countdown Timer 1.0.1
Conversation Manager 1.0.1
Copyright Notice by Waindigo 1.0.1
Create Thread on Warning 1.2
Custom BBCode Manager 1.3.4
Description for RSS 1.2
Developer Kit 1.1
Digital Point Thread/Post BBCode 1.0.0
Disallow Recent Activities for Guests 1.0.1
Disallow What's new Page for Guests 1.0.0
Display User Age 1.0
Double Post 1.0.5
Email Report 1.0.1
Enable Debug From Admin Home 1.1a
Extra Code Events 1.0.2
Find users sharing the same IP 0.0.2
ForumRunner for XenForo 1.1.3
FreddysHouse Tools: Signature Once 1.2.0
Friend Inviter 1.2
Friends by Waindigo 1.0.2
Global Create Thread Formular 1.0.2
Go To Top ! 1.1.2
GoodForNothing Url Redirector 1.0.3
Inactive User Mail Notifier 1.2
Include Banned Users to Total User Count 1.0.0
Instagram Media Site 1.1
IwDRP Total Forum Thread Views 1.1
Keyword Replace by Waindigo 1.0.1
Live Updates 2.0
Login As User by Waindigo 1.1.0
LoginUserLocks - Prevent attempts to brute force the login area 1.0.1
Magic Breadcrumb Arrow 2.0
Markitup XenForo Integration 2.1
Master Forums 1.0
Member Card View Permissions 1.0
Mobile Icons 1.0
Mobile Style Selector 1.2
Modifications Pack
Monthly Email 1.0.3
More Advanced User Upgrades by Waindigo 1.1.0
New User Notification System 2.1
No Hidden Users 1.0.0 RC1
Nodes As Tabs 1.1.3
Not Safe For Work 0.9.3
Notifications - powered by Gritter 1.5
Number of Posts to Send Personal Conversations 1.0
Picasa Slideshow 1.3
PinIt Share Button 1.0
Post Caching 0.9.4
Post Ratings 1.5.0
Premium Members BBcodes 1.4
Profile View Count 1.3
Public Mod Log 1.0.0 PL3
Quick Reply Preview 1.3
QuoteME ! 1.5
ragtek Contact Thread 2.0.0 Beta1
ragtek Custom Add-on 1 1.0.1
ragtek FrameWork 1.1.7
ragtek Profile Visitors 1.0.0 RC2
Registration Form Timer 2.0
Report Comment Alerts 1.0.0
Reset Password From ACP 1.0
Responsive Design 1.0.4
Route Changer 1.1.2b
Search Style Properties 1.0
Search This Thread 1.3
Set Default Signature for new Members 1.0.1
Set Rememer Me Cookie Time 1.0.1
Share Search URL 1.0.1 PL1
Show Attachment md5 Sum 1.0.0
Sitemap for XenForo 1.2.0
Smilie Importer by Waindigo 1.0.1
Social Beta 2
Social Groups by Waindigo 1.0.2
sonnb - Bulk importer for smilies management 1.0.4
sonnb - Prevent double post 1.0.1
sonnb - See post's links permission 1.1.1
sonnb - Stop Spam Here 1.2.2
sonnb - Stop Spam Here - Botscout API 1.0.0
sonnb - Stop Spam Here - FSpamlist API 1.0.0
sonnb - Stop Spam Here - SpamBusted API 1.0.0
sonnb - Stop Spam Here - Stop Forum Spam API 1.0.2
Start Conversation from Post Bit 1.3
Steam Auth 1.1.6
Stop Auto Linking Patch 0.9
Sypex Dumper 2 1.0
Tapatalk 1.4.0
Template Modification System 1.2
Thread Watchers 1.2
TinyMCE Enhancements 1.1
TinyMCE Fix 0.53
Toggle ME 2.1
UrlRewriter 1
vBulletin 4 Importer To XenForo 1.1 1.0
View Members Online Now Group Restriction 1.0
Widget Framework Widget Pack 1.0.1
XenFacil's WidgetFramework Renderers 1
XenFans.com - Popular Content 1.1.2
XenMerge 0.1 Beta
XenMoods 1.1.3
Xenplaza - Post Limit For link 1.1.0
XenSocialize by xenCODE 1.0.2
XF Arcade 0.0.8
XFA - BBCode for tabs 1.0.3
XFA - Better Blogs 1.0.9
XFA - Bump Thread 1.0.2
XFA - Unread alert count in favicon 1.3.0
[8wayRun.Com] XenMedio (Media) 1.5.3
[8wayRun.Com] XenUtiles (Tools) 1.2.2
[bd] Anonymous Posting 2.0
[bd] Banking 0.9.9.1
[bd] Delete Zero Posters beta 2
[bd] Facebook-style Password 0.9
[bd] Tag Me 1.6.6
[bd] Widget Framework 2.1
[ChipXF] Mobile Swicher 1.0
[Darth]Administrate Forum 1.0
[dc] Smiley Manager 1.1.0
[RT] User Rank Ribbons (15, w/TMS) 2.3
[Tinhte.vn] Wipe To Go 1.2
[Tinhte] Attach Image Optimization 2.2.8
[Tinhte] XenTag 1.3.4
[tLk] ReadPC 1.1.0
[WMTech] - Maintenance Screen 1.0.3
[xfr] User Albums 1.0.0 b7
[xfr] User Albums More 1.0.0
[YOU] hack 1.1.1
 
Together let's do some process of elimination. As XenPorta did or does have a small conflict, it stands to reason there maybe another conflict. Now, I personally do not have XenPorta installed, so we can rule that out. What other add-ons do you have installed?

Here is my current list of "official" add-ons from XenForo.com.
Let me know if you see something you have in common. :smiley:

'Keywords' Meta Tag by xenCODE 1.0.0
8thos Google Authorship 1.5
8thos Style Selector in Sidebar 3.0
8thos Title URLs 1.0
Account Upgrade Reminder 0.1
Add Avatar to Quote 1.0.0 RC1
Add Poll to Existing Threads 1.0
Add User Avatar to Last Post by Waindigo 1.1.1
Add-on Builder 1.0
Add-on Installer 0.2
Advanced BBcodes Toolbar 3.2.0
Advanced User Promotions by Waindigo 1.0.3
Alexa Enhancer by xenCODE 1.0.0 Beta
Are You A Human? 4.0
Attachment Viewer 0.9.1
Auto Follow on Registration 2.0
Auto Ping by xenCODE 1.0.0 Beta 1
automatic online page reloader 1.0.0
Avatar for Banned Users 1.0
Avatar Gallery 0.1b
AzuCloud 0.1.2
BBcode MediaSites Pack 1.0.4
Brivium – Reset Password using Secret Question 1.0.1
Browser Detection (Mobile/MSIE) 1.1
Browser Update Notification 1.0
Clickable Rows 2.0.0
Cliptheapex.com's Countdown Timer 1.0.1
Conversation Manager 1.0.1
Copyright Notice by Waindigo 1.0.1
Create Thread on Warning 1.2
Custom BBCode Manager 1.3.4
Description for RSS 1.2
Developer Kit 1.1
Digital Point Thread/Post BBCode 1.0.0
Disallow Recent Activities for Guests 1.0.1
Disallow What's new Page for Guests 1.0.0
Display User Age 1.0
Double Post 1.0.5
Email Report 1.0.1
Enable Debug From Admin Home 1.1a
Extra Code Events 1.0.2
Find users sharing the same IP 0.0.2
ForumRunner for XenForo 1.1.3
FreddysHouse Tools: Signature Once 1.2.0
Friend Inviter 1.2
Friends by Waindigo 1.0.2
Global Create Thread Formular 1.0.2
Go To Top ! 1.1.2
GoodForNothing Url Redirector 1.0.3
Inactive User Mail Notifier 1.2
Include Banned Users to Total User Count 1.0.0
Instagram Media Site 1.1
IwDRP Total Forum Thread Views 1.1
Keyword Replace by Waindigo 1.0.1
Live Updates 2.0
Login As User by Waindigo 1.1.0
LoginUserLocks - Prevent attempts to brute force the login area 1.0.1
Magic Breadcrumb Arrow 2.0
Markitup XenForo Integration 2.1
Master Forums 1.0
Member Card View Permissions 1.0
Mobile Icons 1.0
Mobile Style Selector 1.2
Modifications Pack
Monthly Email 1.0.3
More Advanced User Upgrades by Waindigo 1.1.0
New User Notification System 2.1
No Hidden Users 1.0.0 RC1
Nodes As Tabs 1.1.3
Not Safe For Work 0.9.3
Notifications - powered by Gritter 1.5
Number of Posts to Send Personal Conversations 1.0
Picasa Slideshow 1.3
PinIt Share Button 1.0
Post Caching 0.9.4
Post Ratings 1.5.0
Premium Members BBcodes 1.4
Profile View Count 1.3
Public Mod Log 1.0.0 PL3
Quick Reply Preview 1.3
QuoteME ! 1.5
ragtek Contact Thread 2.0.0 Beta1
ragtek Custom Add-on 1 1.0.1
ragtek FrameWork 1.1.7
ragtek Profile Visitors 1.0.0 RC2
Registration Form Timer 2.0
Report Comment Alerts 1.0.0
Reset Password From ACP 1.0
Responsive Design 1.0.4
Route Changer 1.1.2b
Search Style Properties 1.0
Search This Thread 1.3
Set Default Signature for new Members 1.0.1
Set Rememer Me Cookie Time 1.0.1
Share Search URL 1.0.1 PL1
Show Attachment md5 Sum 1.0.0
Sitemap for XenForo 1.2.0
Smilie Importer by Waindigo 1.0.1
Social Beta 2
Social Groups by Waindigo 1.0.2
sonnb - Bulk importer for smilies management 1.0.4
sonnb - Prevent double post 1.0.1
sonnb - See post's links permission 1.1.1
sonnb - Stop Spam Here 1.2.2
sonnb - Stop Spam Here - Botscout API 1.0.0
sonnb - Stop Spam Here - FSpamlist API 1.0.0
sonnb - Stop Spam Here - SpamBusted API 1.0.0
sonnb - Stop Spam Here - Stop Forum Spam API 1.0.2
Start Conversation from Post Bit 1.3
Steam Auth 1.1.6
Stop Auto Linking Patch 0.9
Sypex Dumper 2 1.0
Tapatalk 1.4.0
Template Modification System 1.2
Thread Watchers 1.2
TinyMCE Enhancements 1.1
TinyMCE Fix 0.53
Toggle ME 2.1
UrlRewriter 1
vBulletin 4 Importer To XenForo 1.1 1.0
View Members Online Now Group Restriction 1.0
Widget Framework Widget Pack 1.0.1
XenFacil's WidgetFramework Renderers 1
XenFans.com - Popular Content 1.1.2
XenMerge 0.1 Beta
XenMoods 1.1.3
Xenplaza - Post Limit For link 1.1.0
XenSocialize by xenCODE 1.0.2
XF Arcade 0.0.8
XFA - BBCode for tabs 1.0.3
XFA - Better Blogs 1.0.9
XFA - Bump Thread 1.0.2
XFA - Unread alert count in favicon 1.3.0
[8wayRun.Com] XenMedio (Media) 1.5.3
[8wayRun.Com] XenUtiles (Tools) 1.2.2
[bd] Anonymous Posting 2.0
[bd] Banking 0.9.9.1
[bd] Delete Zero Posters beta 2
[bd] Facebook-style Password 0.9
[bd] Tag Me 1.6.6
[bd] Widget Framework 2.1
[ChipXF] Mobile Swicher 1.0
[Darth]Administrate Forum 1.0
[dc] Smiley Manager 1.1.0
[RT] User Rank Ribbons (15, w/TMS) 2.3
[Tinhte.vn] Wipe To Go 1.2
[Tinhte] Attach Image Optimization 2.2.8
[Tinhte] XenTag 1.3.4
[tLk] ReadPC 1.1.0
[WMTech] - Maintenance Screen 1.0.3
[xfr] User Albums 1.0.0 b7
[xfr] User Albums More 1.0.0
[YOU] hack 1.1.1
The addon-list same of forum is:

Find users sharing the same IP 0.0.2
Go To Top ! 1.1.2
Report Comment Alerts 1.0.0
Tapatalk 1.1.4
Toggle ME 1.6.2
XF Arcade 0.0.9
XFA - BBCode for tabs 1.0.2
XFA - Better Blogs 1.0.9
XFA - Unread alert count in favicon 1.3.0
[bd] Tag Me 1.6.4
[xfr] User Albums 1.0.0 b7
 
The addon-list same of forum is:

Find users sharing the same IP 0.0.2
Go To Top ! 1.1.2
Report Comment Alerts 1.0.0
Tapatalk 1.1.4
Toggle ME 1.6.2
XF Arcade 0.0.9
XFA - BBCode for tabs 1.0.2
XFA - Better Blogs 1.0.9
XFA - Unread alert count in favicon 1.3.0
[bd] Tag Me 1.6.4
[xfr] User Albums 1.0.0 b7
Sadly, none of these seem to have a conflict with the arcade. Which is both good and bad. Good in that I don't have to give something up, but bad in that like yourself, I can't figure out why the arcade will not save scores in my live site (interesting enough on the test site it works).

Not comparing version numbers, are you use there are no other add-ons which we both have in common?

Are you by any chance using anything to cache XenForo? .... For example, APC, File cache, memcache, ect... ?

Are you using MaxCDN or Cloudflare or any other such services?

Who is your web host?

I'm trying to see what we both may have or done which is preventing the normal usage.
 
Sadly, none of these seem to have a conflict with the arcade. Which is both good and bad. Good in that I don't have to give something up, but bad in that like yourself, I can't figure out why the arcade will not save scores in my live site (interesting enough on the test site it works).

Not comparing version numbers, are you use there are no other add-ons which we both have in common?

Are you by any chance using anything to cache XenForo? .... For example, APC, File cache, memcache, ect... ?

Are you using MaxCDN or Cloudflare or any other such services?

Who is your web host?

I'm trying to see what we both may have or done which is preventing the normal usage.
Can I get access to your live site Arcade?

@Velli, you haven't confirmed friendly url option yet?
 
Sadly, none of these seem to have a conflict with the arcade. Which is both good and bad. Good in that I don't have to give something up, but bad in that like yourself, I can't figure out why the arcade will not save scores in my live site (interesting enough on the test site it works).

Not comparing version numbers, are you use there are no other add-ons which we both have in common?

Are you by any chance using anything to cache XenForo? .... For example, APC, File cache, memcache, ect... ?

Are you using MaxCDN or Cloudflare or any other such services?

Who is your web host?

I'm trying to see what we both may have or done which is preventing the normal usage.
It is rare before the update worked.
The hosting, is "Go Daddy"

More information, I can not know it. Unfortunately, I am not the owner of the place and I have recently Admin, inexperienced and still learning. Sorry for the little help that I'm paying.
Maybe I can help if you know the owner of the place is Kentaurus.

@Velli, you haven't confirmed friendly url option yet?
xfrocks, I have no (or not find) the option, mate.
 
Can I get access to your live site Arcade?

@Velli, you haven't confirmed friendly url option yet?
Register and I'll make a backup (will take a moment or two) and you can have go (will make you admin).

Currently I'm using arcade .08 though... Give me a moment to update it back to 0.09
 
I disabled every add-on, tweak, modification, style, and template..... Leaving only the arcade turned on.

Still would not save scores. :(

I'm stumped .... Totally have no clue what is wrong.
 
Back
Top