• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Error creating character - MyAAc

You either haven't saved it correctly, or it's the wrong view/file. Search your repository for "checkName()" if so and repeat the same step as before.
My repository is this one: GitHub - zimbadev/crystalserver-myacc at a8654a2d82b80674db21872bdf8d3bd4a2372788 (https://github.com/zimbadev/crystalserver-myacc/tree/a8654a2d82b80674db21872bdf8d3bd4a2372788), however I couldn't find it anywhere else. The only place I found it was in account.create_character.html.twig
 
I am unfamiliar with MyAAC, maybe they have some form of cache system? If you have saved, refreshed, and it's the same then it must be reading from elsewhere...
 
Can anyone help me? @Gesior.pl
You should clear the cache/ folder, any edit Twig or anything else.
Use Ctrl+F5 to refresh the page as well!

You can also enable browser features to not write cache!
If I'm not mistaken, there's a setting in config.php for developers that prevents caching.
If it's not there, just add it; PHP has some variables that do this.
 
Você deve limpar o cache/pasta, qualquer edição do Twig ou qualquer outra coisa.
Use Ctrl+F5 para atualizar a página também!

Eu experimentei, se você quiser experimentar, visite Latest News - Ombra (https://ombra-global.com.br/)
Post automatically merged:

I fixed it; what was missing was filling all the character creation pages with <!DOCTYPE html><html lang="en"><head>
 
Last edited:
Solution
Back
Top