albandes/helpdezk

Table 'helpdezk.hdk_tbnote' doesn't exist

GaneshKandu opened this issue · 6 comments

Hi,

Getting this error while install of helpdezk 1.1.2 on php 5.5

mysql error: Table 'helpdezk.hdk_tbnote' doesn't exist
CREATE OR REPLACE VIEW hdk_viewnotesdata AS (select `n`.`idnote` AS `idnote`,`n`.`code_request` AS `code_request`,`n`.`idperson` AS `idperson`,`p`.`name` AS `name`,`n`.`entry_date` AS `entry_date`,`n`.`execution_date` AS `execution_date`,`n`.`start_hour` AS `start_hour`,`n`.`finish_hour` AS `finish_hour`,`n`.`minutes` AS `minutes`,`n`.`idtype` AS `idtype`,`n`.`IND_CHAMADO` AS `IND_CHAMADO`,`n`.`ip_adress` AS `ip_adress`,`n`.`public` AS `public`,`n`.`hour_type` AS `hour_type`,`n`.`service_value` AS `service_value`,`n`.`callback` AS `callback`,`n`.`description` AS `description` from (`hdk_tbnote` `n` join `tbperson` `p`) where `p`.`idperson` = `n`.`idperson`); 

database i created is still blank

The probable cause of this error is that your mysql user does not have privileges to create VIEWS.

I used root user for install

and also what minimum php-version required to install helpdezk

Hello.

Sorry, there is an error in the installation program.

Please uncomment lines 38 and 39 of installer/ajax/step_7_proced.php.
I will fix the bug and release a new release soon.

Regards