I am working on my web server.
After executing "Create the configuration file" and going to the next part (Create the database script) I get this error.
How can I solve that?
This is the error
Parse error: syntax error, unexpected ')', expecting :: (T_PAAMAYIM_NEKUDOTAYIM) in /home/accecom/public_html/lib/functions.php on line 129
Please Help.
mmh.. it's strange, I cannot reproduce this issue. Please send me your Skype ID so we can schedule a chat and see what's going on your server.
FRANCESCO CROCETTI @ SKARED CREATIONS
Skared Creations said
mmh.. it's strange, I cannot reproduce this issue. Please send me your Skype ID so we can schedule a chat and see what's going on your server.
Hello my friend
I send you a private message
Greetings from Chile
Solved: it was the version of PHP on the server set at 5.4, after setting to 7.0 everything works now (Combu requires at least 5.5).
Have fun!
FRANCESCO CROCETTI @ SKARED CREATIONS
how strange, this is the information that the server gives me.
Servidor de base de datos
- Servidor: Localhost via UNIX socket
- Tipo de servidor: MariaDB
- Versión del servidor: 10.1.31-MariaDB - MariaDB Server
- Versión del protocolo: 10
- Usuario: accecom@localhost
- Conjunto de caracteres del servidor: UTF-8 Unicode (utf8)
Servidor web
phpMyAdmin
- Acerca de esta versión: 4.7.3
- Documentación
- Página oficial de phpMyAdmin
- Contribuir
- Obtener soporte
- Lista de cambios
- Licencia
Where can I see which is the "REAL" version of php installed?
I think phpMyAdmin is running on another server machine/instance, usually the providers have a single phpMyAdmin installation where their customers are redirected, not in your hosting space.
Anyway the actual version of PHP for your domain is in cPanel, you'll find a link about "PHP" that redirects to a page where you can set the current version of PHP.
FRANCESCO CROCETTI @ SKARED CREATIONS
Homa my friend
Thank you very much for the quick answer.
Now I have another problem.
When entering "/ combu / admin /"
I can not enter using "admin".
gives me the following message "Error creating the default admin account ()"
What am I doing wrong?
Thank you so much!
Fixed, you had a prefix set on GAME_DB_PREFIX in config.php but when I created the database I didn't set it. You can easily rename all tables and add a prefix in phpMyAdmin and re-edit config.php if you need to have a prefix.
FRANCESCO CROCETTI @ SKARED CREATIONS
Now everything works fine.
Thank you so much for everything.
Greetings from Chile.