HelpDeskZ Community
cannot install it on XAMPP___???? - Printable Version

+- HelpDeskZ Community (http://community.helpdeskz.com)
+-- Forum: HelpDeskZ 2 (http://community.helpdeskz.com/forum-3.html)
+--- Forum: Support (http://community.helpdeskz.com/forum-5.html)
+--- Thread: cannot install it on XAMPP___???? (/thread-2398.html)



cannot install it on XAMPP___???? - thehazzard - 12-02-2022

Hi all,

Hope someone can help me out.

We have an server running with DATACENTER 2019 and XAMPP on it for our local webhost.
A CMDB solution is already running on the XAMPP htdocs/i-doit. So now i have created one htdocs/helpdesk
And uploaded the files what you get when you download the latest version.
It was fine, it told me to change the helpdesk.new.config to helpdesk.config in hdz.//,, so i did.
But now i get this weird message

Whoops!
We seem to have hit a snag. Please try again later.

What does this mean, there is no error message nothing.


in my .htaccess i have only this
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>


RE: cannot install it on XAMPP___???? - cord.schneider - 12-05-2022

(12-02-2022, 02:18 PM)thehazzard Wrote: in my .htaccess i have only this
<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>

Try using the .htaccess file located in the HelpdeskZ repo - put it in your document root.

https://github.com/helpdesk-z/helpdeskz-dev/blob/master/.htaccess