upgrade.php

bipster / 2012-06-02 19:42:08   

There's a line in the upgrade script that reads:

$tables = $this->db->fetchArray("SHOW TABLES LIKE 'ndxz_%'");

Doesn't it have to be this way?

$tables = $this->db->fetchArray("SHOW TABLES LIKE '".PX."%'");

Vaska A / 2012-06-02 19:45:23   

Not really. By default old Indexhibit installed with "ndxz_" so the vast majority of our users have that prefix.

I'm working on a new upgrade tool already...

This thread has been closed, thank you.