What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.
  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Bug Not a bug 3 participants error

MattiGB

Member
When I want to validate matches with 3 participants I get:
Code:
Server Error
Invalid argument supplied for foreach()

[LIST=1]
[*]XenForo_Application::handlePhpError() in XFA/Tournament/ControllerPublic/Tournament.php at line 1075
[*]XFA_Tournament_ControllerPublic_Tournament->actionGenerateMatches() in XenForo/FrontController.php at line 351
[*]XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
[*]XenForo_FrontController->run() in /vhosts/gamesboard.pl/web/index.php at line 13
[/LIST]
 
Last edited by a moderator:

Circa

New Member
I'm getting this same error. Doesn't matter how many participants. Validating at all gives this. I've tried uninstalling and reinstalling but still no luck. Any ideas why?
 

Clement

Freaky Coder
Staff member
This is odd I tested.

Can you show the configuration of the tournamnet plz ?
 

Circa

New Member
This is odd I tested.

Can you show the configuration of the tournamnet plz ?
kuMxknj.png

I added 4 participants via username too, if that makes a difference.
 

Clement

Freaky Coder
Staff member
Well as you can see if you are on the tournament page and look to the browser console.
It's saying 403 forbidden so I believe that when uploading you somehow changed the access rights yes.

Check that the js folder related to xfa have same access rights than the other js ones.
 

Circa

New Member
Well as you can see if you are on the tournament page and look to the browser console.
It's saying 403 forbidden so I believe that when uploading you somehow changed the access rights yes.

Check that the js folder related to xfa have same access rights than the other js ones.
That was it! Had to change the xfa folder to 755 and apply to all enclosed folders and files as well. Cleared the cache of my browser after that and everything appears to be working. Thanks!
 
Top