Page 1 of 1

Re: Arcade problems or my PC?

Posted: Mon Jan 03, 2011 8:00 pm
by LDM
Here is a fix. I am still quite sure it was down to a flash update with Windows that affected some sites inc. phpBB Arcade installs.

Update to the latest version as Nano posted above.

Update the two files as here http://www.assembla.com/code/phpBB_Arca ... esets/1006

Purge all caches within ACP

If it still doesn't work, try adding this to includes/.htaccess

Code: Select all

<Files swfobject.js>
   Order Allow,Deny
   Allow from All
</Files>
and/or change the chmod arcade/js to 777

Re: Arcade problems or my PC?

Posted: Fri Jan 07, 2011 9:27 am
by RyanLV
It's working now ;) Thanks LDM