Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Warning bei Party Anmeldung #340

Closed
daencore opened this issue Aug 25, 2018 · 2 comments · Fixed by #341
Closed

PHP Warning bei Party Anmeldung #340

daencore opened this issue Aug 25, 2018 · 2 comments · Fixed by #341
Assignees
Labels

Comments

@daencore
Copy link

daencore commented Aug 25, 2018

Bekomme leider bei der Aktuellen Master einen Fehler wenn man sich zur Party anmeldet. Der Benutzer ist dann zwar zur Party angemeldet jedoch taucht dieser zb. nicht in der Gästeliste auf und wird auch Nicht in der Anmelde-Status Box angezeigt.

Edit: Wir verwenden Aktuell PHP 7.1 am Webserver.

PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'ChangeAllowed' not found or invalid function name in /www/htdocs/w00c2db7/lansuite/inc/Classes/MasterForm.php on line 1071

bild 2ff

Bitte um Hilfe. Danke

@daencore
Copy link
Author

So Wir haben mal die Party Gelöscht und neu erstellt. Einen Neuen Benutzer Registriert. Der Selbe Fehler kommt noch immer. Jedoch wird der Benutzer jetzt in der Gästeliste und Anmelde-Status Box angezeigt. Wenn man den Benutzer auf Bezahlt setzen will kommt ein Schwerwiegender PHP Fehler:

Fatal error: Uncaught Error: Class 'LanSuite\Module\GuestList\Lansuite\Module\Mail\Mail' not found in /www/htdocs/w00c2db7/lansuite/modules/guestlist/Classes/GuestList.php:35 Stack trace: #0 /www/htdocs/w00c2db7/lansuite/modules/guestlist/guestlist.php(20): LanSuite\Module\GuestList\GuestList->SetPaid(3, 2) #1 /www/htdocs/w00c2db7/lansuite/index_module.inc.php(98): include_once('/www/htdocs/w00...') #2 /www/htdocs/w00c2db7/lansuite/index.php(440): include_once('/www/htdocs/w00...') #3 {main} thrown in /www/htdocs/w00c2db7/lansuite/modules/guestlist/Classes/GuestList.php on line 35

bild 1faawfefaew

Haben wir da vlt. bei der Installation etwas Falsch gemacht?

andygrunwald added a commit that referenced this issue Aug 26, 2018
…k, function 'ChangeAllowed' not found'

Original message:
PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'ChangeAllowed' not found or invalid function name in /.../inc/Classes/MasterForm.php on line 1071
andygrunwald added a commit that referenced this issue Aug 26, 2018
Original message:
Fatal error: Uncaught Error: Class 'LanSuite\Module\GuestList\Lansuite\Module\Mail\Mail' not found in /.../lansuite/modules/guestlist/Classes/GuestList.php:35
@andygrunwald andygrunwald self-assigned this Aug 26, 2018
@andygrunwald
Copy link
Collaborator

Ich habe dazu mal einen Fix in #341 vorbereitet.

M4LuZ added a commit that referenced this issue Aug 26, 2018
Fix issue #340: Function ChangeAllowed and class Mail can't be loaded
@M4LuZ M4LuZ added this to the LanSuite 5.0 RC milestone Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants