I have tried install 8.1.1 on my home site. Everything great! But one problem with my provider is that they force me to ad a prefix ( for example "vuhung16_" to all table i create so that my database would not mess up with others.
In file config.php, there is one line:
$table_prefix = "vuhung16"; /* NOT FULLY IMPLEMENTED YET! DO NOT CHANGE THIS! */
I have tried change this, but everything failed, my database's table name did not have prefix.
What about 8.2? Would this be done in the future?
Thank you
vu Hung
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's odd that 8.1.1 has the old config.php file and old php scripts without the table_prefix implementation. In fact, it doesn't have the table_prefix implementation in it. However CVS has that in. So it should be functional if you download a cvs version. But if you would rather wait for all the bugs and stuff to be cleaned up...you might cross your fingers for 8.2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all,
I have tried install 8.1.1 on my home site. Everything great! But one problem with my provider is that they force me to ad a prefix ( for example "vuhung16_" to all table i create so that my database would not mess up with others.
In file config.php, there is one line:
$table_prefix = "vuhung16"; /* NOT FULLY IMPLEMENTED YET! DO NOT CHANGE THIS! */
I have tried change this, but everything failed, my database's table name did not have prefix.
What about 8.2? Would this be done in the future?
Thank you
vu Hung
vu hung,
It's odd that 8.1.1 has the old config.php file and old php scripts without the table_prefix implementation. In fact, it doesn't have the table_prefix implementation in it. However CVS has that in. So it should be functional if you download a cvs version. But if you would rather wait for all the bugs and stuff to be cleaned up...you might cross your fingers for 8.2