Znote / ZnoteAAC

Developement repository for the Znote AAC project. A website portal to represent and manage your Open Tibia server.
MIT License
145 stars 127 forks source link

Achievements notices #390

Closed EPuncker closed 4 years ago

EPuncker commented 4 years ago

When enabling the achievements in config.php it throws some notices:

Notice: Undefined index: secret in C:\UniServerZ\www\achievements.php on line 44

Notice: Undefined index: img in C:\UniServerZ\www\achievements.php on line 35

Notice: Undefined index: img in C:\UniServerZ\www\achievements.php on line 31

Notice: Undefined index: secret in C:\UniServerZ\www\achievements.php on line 44

Notice: Undefined index: img in C:\UniServerZ\www\achievements.php on line 27

Notice: Undefined index: secret in C:\UniServerZ\www\achievements.php on line 44

Notice: Undefined index: img in C:\UniServerZ\www\achievements.php on line 24

seems like it doesn't have a default value for img and secret

Znote commented 4 years ago

Is this fixed in #391 ?

EPuncker commented 4 years ago

Is this fixed in #391 ?

no it is not, we (you 😄, since I don't know php) need to add a default value in the code to be used when these are undefined