albandes/helpdezk

Getting Error During Installation

GaneshKandu opened this issue · 4 comments

Hi Tring to install helpdezk Version 1.1.0 but Getting Error

Table 'tmp_blobs' doesn't exist

Step 7 out of 7 - Install
line: 69 -- Invalid query. Err 1146 - Table 'soft_helpdezk11.tmp_blobs' doesn't exist
query: SELECT * from tmp_blobs ;

Hi

I think This May be solution

       // Load and explode the sql file
       $f = fopen($sqlFileToExecute,"r+");
       $sqlFile = fread($f,filesize($sqlFileToExecute));
       $sqlArray = explode(';',$sqlFile);

installer/banco.sql need to be writable

version.txt is "helpdezk-community-1.0.3 rev. 1428" where as version is 1.1.0

Hi.

Are you try install Helpdezk in Linux ?

yes ! on Non-SuPHP server

OK.

I will try to install on a Linux machine.
I will return the result today.