__FORCETOC__
__FORCETOC__
Welcome to the phpRaider FAQ. This is an OPEN article Wiki and can be edited by all users of the community. Feel free to add your own questions and answers to the FAQ but do not abuse this privilege or it will have to be revoked.
[h3]Q: When I click on members I receive the error, "Could not locate the specified module.[/h3]
A: This function was not included until phpRaider RC7.
[h3]Q: Where can I find definitions for the game I play?[/h3]
A: All game files can be downloaded from the phpRaider.com official download site at
http://downloads.phpraider.com/
[h3]Q: When I click the admin configuration settings I get these two warnings:[/h3]
Code:
Warning: file_get_contents(): URL file-access is disabled in the server configuration
in /path_to_phpraider/phpraider/components/com_configuration/configuration.php on line 36
Warning: file_get_contents(http://www.phpraider.com/updatecheck/1xx.txt): failed to open stream: no suitable wrapper could be found
in /path_to_phpraider/phpraider/components/com_configuration/configuration.php on line 36
A: Your server has URL communication disabled which means the update checker will not function properly. You can safely ignore these messages.
[h3]Q: Installation stops at step 4 leaving the fields blank[/h3]
A: Your PHP installation has problems with the session variables. In your php.ini, make sure the variable 'session.save_path' points to a folder that exists and that your webserver has write access to that folder. If you do changes to your php.ini, you may need to restart your webserver for PHP to see the changes done.
[h3]Q How can a user change email address if I use the phpbb or phpbb3 auth method?[/h3]
A: First change the email address in phpRaider first under "My Account"->"Profile", then you can change it in phpBB/phpBB3.
[h3]Q: Officers can't confirm signups in phpRaider 1.0.8x[/h3]
A: In
1.0.8, there was a change to make it impossible to confirm more people than the raid was setup for. If you have this problem, check that your "Raider limit" isn't set to 0 when you create a raid.