Hi All,
First, great work.
Second, anytime I try to install a package, it fails with error:
An exception with the following message has been thrown in file /var/www/imscp/gui/library/shared-functions.php (Line: 1990):
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'path' in 'field list'
Query was:
SELECT `software_id`, `software_prefix`, `db`, `path` FROM `web_software_inst` WHERE `domain_id` = ? AND `software_id` = ?
I check in the ispcp databse, web_software_inst table, and I don't see a 'path' field. I am thinking about just adding one, varchars(255), and setting the fields to NULL? or an empty string?
ideas?
Thanks in advance.