Hi, I downloaded Combu from Unity asset sore and tried to use first locally with planning to use it remotely. The result of installation after the launch of "admin" is:
Notice: Undefined variable: error inC:xampphtdocscombuadminindex.phpon line 153,
Notice: Undefined variable: users inC:xampphtdocscombuadminindex.phpon line 175
Notice: Undefined variable: leaderboards inC:xampphtdocscombuadminindex.phpon line 176
Notice: Undefined variable: scores inC:xampphtdocscombuadminindex.phpon line 177
do you have any idea how to resolve this? Thank you for collaboration.
Since the variable "error" is first defined at line 12 of that file, I could suppose your server is not correctly interpreting the PHP code and hopefully this post will solve your issue. Also if you're on Windows please take a moment to read this, especially the part regarding the configuration of php.ini and my.ini
FRANCESCO CROCETTI @ SKARED CREATIONS
Thank you for the fast response. The issue was caused by a php misconfiguration server side. have a good day!! you are doing a very good work!!