Quote:
Originally Posted by welo
I just ran into a similar issue. Seems I missed the last couple of upgrades and after version 1.41 of this script, somehow the ability to define your own table prefixes disappeared and the installer insists on prefixing the tables as local_ so it just adds new blank tables if you were using another table prefix. I see no way to solve this without moving all the data around manually.
|
Welo, I realise you may have missed something..
After version 1.41, I split the main code into several files. You must set the required table prefix in local_links_include.php (which goes into your include directory) and local_links_install.php (which goes into your admincp directory).