Install fails (Mod 2.1.1 over HESK 2.6.2)

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Post Reply
ong13
Posts: 38
Joined: Fri Dec 20, 2013 4:00 pm

Install fails (Mod 2.1.1 over HESK 2.6.2)

Post by ong13 »

Hi

I translated (to german), tried to install and failed at the very first stepp.
Please see the screenshots. As I did not have any MOS installed, I tried "No previous" (blue button)...

(REMOVED)

and this was the result:

Image
URL: http://www.team-noehring.de/extern/hesk/s2.png


Olaf
* Datenbankentwicklung *
* Individuell, Hochwertig, Transparent, Regional *
* http://www.datenbank-projekt.de *
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Install fails (Mod 2.1.1 over HESK 2.6.2)

Post by mkoch227 »

First, make sure the database user has CREATE, ALTER, and DROP permissions. If the user doesn't have these permissions, the install will fail on the first step. If it has those permissions, try running the uninstaller, which will attempt to clean up anything it tried to perform in the installer (the majority of the steps in the uninstaller will fail; you can safely ignore the failures). Then try running the installer again.

If you continue to have issues, feel free to shoot me a PM with database and FTP credentials and your helpdesk URL so I can take a deeper look into the issue.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Install fails (Mod 2.1.1 over HESK 2.6.2)

Post by Klemen »

Sidenote: I removed your first screenshot, because your database login details are visible there!

Make sure you delete the screenshot from your server!
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
ong13
Posts: 38
Joined: Fri Dec 20, 2013 4:00 pm

Re: Install fails (Mod 2.1.1 over HESK 2.6.2)

Post by ong13 »

Hi Klemen & Mike,

PROBLEM IS SOLVED! Why? I do not know - suddenly it worked.

@Klemen - thanks a lot for this. I obviously did this by error.

@Mike: It looks like I can not change the permissions the DB user has. Maybe you can clarify what CREATE, ALTER and DROP permissions are needed:
CREATE table?
ALTER table?
DROP table?
- or are we talking about DATABASE (create database)

HESK is already installed - and that was no problem, so I would suppose the needed persmissions are in place.
And "show grants" produces this
GRANT ALL PRIVILEGES ON `dbname`.* TO 'blabla'@'blbabla'
Olaf
Last edited by ong13 on Fri Mar 27, 2015 4:26 pm, edited 1 time in total.
* Datenbankentwicklung *
* Individuell, Hochwertig, Transparent, Regional *
* http://www.datenbank-projekt.de *
ong13
Posts: 38
Joined: Fri Dec 20, 2013 4:00 pm

Re: Install fails (Mod 2.1.1 over HESK 2.6.2)

Post by ong13 »

Hi

PROBLEM IS SOLVED! Why? I do not know - suddenly it worked.

I tried uninstall and install afterwards, no success.

I also redownloaded 2.1.1 and uploaded - same result.

Is there a way to run the SQL "by hand" (phpmyadmin)?

Olaf
* Datenbankentwicklung *
* Individuell, Hochwertig, Transparent, Regional *
* http://www.datenbank-projekt.de *
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Install fails (Mod 2.1.1 over HESK 2.6.2)

Post by mkoch227 »

I wonder why it suddenly worked. Weird!

And if you ever want to run the SQL on your own, all SQL files are contained in install/mods-for-hesk/sql/installSql.php.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Post Reply