Cant seem to install Mods for Hesk
Moderator: mkoch227
Cant seem to install Mods for Hesk
Hi all
im trying to install Mods, but i dont understand why the app breaks.
im copying all file of Mods to Hesk directory and the app breaks (blank).
i was wondering if someone can help me out here or upload zip file Mods+hesk2.5.6 that actually works.
thank you very much!
im trying to install Mods, but i dont understand why the app breaks.
im copying all file of Mods to Hesk directory and the app breaks (blank).
i was wondering if someone can help me out here or upload zip file Mods+hesk2.5.6 that actually works.
thank you very much!
Re: Cant seem to install Mods for Hesk
Make sure you follow the installation instructions at https://mods-for-hesk.mkochcs.com/download.php. If you continue to have issues, turn on debug mode in HESK so error text should hopefully appear on screen.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: Cant seem to install Mods for Hesk
finally got the installation to install.
it doesnt say in the installation, and i think you should add it
when i nevigated to "install/" i just got a blank page
i needed to navigate to install/install.php
to execute the install.
it doesnt say in the installation, and i think you should add it
when i nevigated to "install/" i just got a blank page
i needed to navigate to install/install.php
to execute the install.
Re: Cant seem to install Mods for Hesk
Wait, did you install HESK first before copying over the Mods for HESK files? You must install HESK first before installing Mods for HESK.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: Cant seem to install Mods for Hesk
no i didnt , still having problems.
trying to figure out
trying to figure out
Re: Cant seem to install Mods for Hesk
1. Install HESK, delete /install folder
2. Download Mods for HESK, copy and paste contents into your helpdesk folder. You should be prompted to overwrite many files and directories.
3. Navigate to http://<path to helpdesk>/install/mods-for-hesk/modsForHesk.php
Hopefully that will help a bit more
2. Download Mods for HESK, copy and paste contents into your helpdesk folder. You should be prompted to overwrite many files and directories.
3. Navigate to http://<path to helpdesk>/install/mods-for-hesk/modsForHesk.php
Hopefully that will help a bit more

Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: Cant seem to install Mods for Hesk
ok, getting error
modsForHesk_settings.inc.php CHMOD to 0666, yours is 0
You cannot install/upgrade Mods for HESK until the requirements on the left have been met.
modsForHesk_settings.inc.php CHMOD to 0666, yours is 0
You cannot install/upgrade Mods for HESK until the requirements on the left have been met.
Re: Cant seem to install Mods for Hesk
Whoops. I forgot to mention that the modsForHesk_settings.inc.php file is missing from the latest release. You can download the file at https://raw.githubusercontent.com/mkoch ... gs.inc.php (right-click and select "Save Link As...") and save it as "modsForHesk_settings.inc.php". Place that file in the same directory as "hesk_settings.inc.php".
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: Cant seem to install Mods for Hesk
Still having problems
modsForHesk_settings.inc.php CHMOD to 0666, yours is 0640
modsForHesk_settings.inc.php CHMOD to 0666, yours is 0640
Re: Cant seem to install Mods for Hesk
The error message is correct. CHMOD your modsForHesk_settings.inc.php file to 666, since yours is 640. Mods for HESK needs to be able to write to that file during install.ey4fun wrote:Still having problems
modsForHesk_settings.inc.php CHMOD to 0666, yours is 0640
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: Cant seem to install Mods for Hesk
ok , so whats next ?it doesnt work
Re: Cant seem to install Mods for Hesk
What doesn't work? Does the CHMOD operation not work? Does something else not work? Please clarify.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: Cant seem to install Mods for Hesk
Can't execute SQL
Please notify webmaster at support@domain.com
Error: Your account is currently inactive. Contact an administrator for more information
Please notify webmaster at support@domain.com
Error: Your account is currently inactive. Contact an administrator for more information
Re: Cant seem to install Mods for Hesk
Turn on debug mode by going to hesk_settings.inc.php and setting $hesk_settings['debug_mode'] to 1. Post the SQL in error here.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: Cant seem to install Mods for Hesk
Error:
Can't execute SQL: SELECT `title`, `message`, `style`, `icon` FROM `hesk_service_messages` WHERE `type`='0' ORDER BY `order` ASC
MySQL said:
Unknown column 'icon' in 'field list'
this is the error
Can't execute SQL: SELECT `title`, `message`, `style`, `icon` FROM `hesk_service_messages` WHERE `type`='0' ORDER BY `order` ASC
MySQL said:
Unknown column 'icon' in 'field list'
this is the error