Hi there.
I installed yesterday punbb on an Arch Linux machine, it worked well, until I reboot it. I installed it, made the config.php file, all was working fine, I managed to create some sections/forums/topics…
But today, when I wanted to use it, it told me that it's looking for the table 'punbb.users'.
Database reported: Table 'punbb.users' doesn't exist (Errno: 1146).
So I looked into my database, and I've a 'punbb_users', but not a 'punbb.users'.
My questions are:
- Why did it work yesterday?
- And why is it searching for <databse>.<table>, and not <database>_<table> ?
Thanks in advance for any possible assistance. :-)