Arne Claus
Arne Claus
@halfire : White page normally is a PHP error. If you enable display_errors in your php.ini you will see what is going wrong. You can also add `ini_set('display_errors', '1');` in...
This affects MySQL 5.7.5+ installations which changes some default behavior of the database (see http://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_only_full_group_by). You can reset this permanently by adding "sql-mode="TRADITIONAL" to your mysql.ini. However, this is only...
Du kannst die Unterteilung nach Nah- und Fernkämpfern in der Gameconfig einschalten. Für WoW gibt es dafür die "World of Warcraft (pro)" gameconfig. For english speakers: About separating melee and...
As already stated above this one is (most likely) coming from the breaking changes introduced with MySQL 5.7. Please look at http://dev.mysql.com/doc/refman/5.7/en/sql-mode.html and set the required values to traditional.
Testable in branch https://github.com/arnecls/raidplaner/tree/pugs and https://github.com/arnecls/raidplaner/tree/integration-1.2.0
Demonhunter has been added to the master branch, see issue #157. FYI: You are also able to add any class to the game you want to by yourself, see https://github.com/arnecls/raidplaner/wiki/Gameconfig-1.1.x#classes.
As stated above this feature is done since some time but only available in either the pre-1.2.0 branch or the "pugs" branch. You can try to checkout the pre-1.2.0 branch...
Ich antworte i.d.R. auf englisch, damit auch andere die Bugs später nachvollziehen können. Ich habe die Branch für die 1.2.0 mal lauffähig gemacht und die letzten Datenbankänderungen eingepflegt. Damit solltest...
Did you have a look at this page yet? https://github.com/arnecls/raidplaner/wiki/Automatic-login-troubleshooting
Ok - normally this is either something with the JS Part (can be disabled by using cleartext transfer) or some detail changed with Joomla. I will try to have a...