Giter Site home page Giter Site logo

Comments (15)

helpdesk-z avatar helpdesk-z commented on June 28, 2024 1

Go to your site and visit this http://yoursite.com/index.php/install
If it works, then your mod rewrite is not configured

from helpdeskz-dev.

helpdesk-z avatar helpdesk-z commented on June 28, 2024

Verify that .htaccess has been uploaded in your server and mod_rewrite is enable.

from helpdeskz-dev.

mmarconm avatar mmarconm commented on June 28, 2024

Do i need to install composer and install dependencies ?

from helpdeskz-dev.

mmarconm avatar mmarconm commented on June 28, 2024

Verify that .htaccess has been uploaded in your server and mod_rewrite is enable.
-> Yes, .htaccess was uploaded and mod_rewrite its enable, and when a try to install http://ip_address/support/install i got Not Found

from helpdeskz-dev.

helpdesk-z avatar helpdesk-z commented on June 28, 2024

The script includes the dependencies, so it's not necessary to install anything else.
If you get error 404 then the routing is not working, when you visit http://ip_address/support/ do you get any error?

from helpdeskz-dev.

mmarconm avatar mmarconm commented on June 28, 2024

The script includes the dependencies, so it's not necessary to install anything else.
If you get error 404 then the routing is not working, when you visit http://ip_address/support/ do you get any error?

I got just a page 404, i enable mode_rewrite as you said but the problem continue. follow the link with some prints screen
print screen link:
explorer_yBcRASZMAU
https://ibb.co/j8YMj8q

from helpdeskz-dev.

helpdesk-z avatar helpdesk-z commented on June 28, 2024

If you get that error, it means the rewrite rule is not working
Are you using apache right? Because if you are under nginx, then the rewrite rule wont work with the htaccess.

If you are under apache, edit the htaccess and use this code:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

If it does not work, then the mod rewrite is not active/working
PS: If you have activated the mod rewrite, do not forget to restart your apache server

from helpdeskz-dev.

mmarconm avatar mmarconm commented on June 28, 2024

Hello, Yes i enable rewrite and restarted the apache2 service. i will follow the steps above and try again. Thank you

Observation: I was wondering that in an older project of helpdeskz , there is a folder install on the root folder. and in this project there is not install folder anymore.

If works. do you authorize me to make a video, installing Helpdeskz to help others ?

I would like to help on this project, but unfortunately do not now Php, just python ":(

from helpdeskz-dev.

helpdesk-z avatar helpdesk-z commented on June 28, 2024

Sure, you can make videos about installation.

So I can close this issue, right?

from helpdeskz-dev.

mmarconm avatar mmarconm commented on June 28, 2024

I will do a new install of debian 10, and reinstall again. this .htaccess that you mentioned above to edit the config
.... is it the support/.htaccess?

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

from helpdeskz-dev.

mmarconm avatar mmarconm commented on June 28, 2024

I edit apache2 files and php.ini, change the folder permission and change the productionp.php init_set 0 to 1. and it works

from helpdeskz-dev.

Sphincz avatar Sphincz commented on June 28, 2024

I'm still having this issue. Install location gives a 404 error.
Fresh install of HDZ 2.0.2.
Help would much appreciated. Thank you,

from helpdeskz-dev.

balyam avatar balyam commented on June 28, 2024

After "/install" running I've got blank page with text "index.php". I spent few hours to find what was wrong with my installation.
Please, check that mod_rewrite is enabled or just run "sudo a2enmod rewrite" :(

from helpdeskz-dev.

DragonflyMAD avatar DragonflyMAD commented on June 28, 2024

U need to change AllowOverride None to All:

<Directory /var/www/>
AllowOverride All

in /etc/apache2/apache2.conf

from helpdeskz-dev.

swealpha avatar swealpha commented on June 28, 2024

how to do if you are under litespeed? :(

from helpdeskz-dev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.