Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install or run application on server #77

Open
nileshsonu opened this issue Sep 6, 2024 · 5 comments
Open

Not able to install or run application on server #77

nileshsonu opened this issue Sep 6, 2024 · 5 comments

Comments

@nileshsonu
Copy link

Hi All,
Not able to install or run application on my server.
I have tried 2 ways.

  1. Uploaded zip on server, rename helpdesk.php file with database configuration and url, but when I am trying in install using domain/helpdesk/install it still shoes "Whoops! We seem to have hit a snag. Please try again later..."
  2. Uploaded installed setup and database from localhost to server with database import and changed configuration and trying to access application, domain/helpdesk_clone but still it is showing "Whoops! We seem to have hit a snag. Please try again later...

Note: I am using AWS instance with ubuntu 24.
I have tried it on other hosting provider like hostinger/godaddy. it is working fine there.

Looking for a solution. please connect on nileshsonu@gmail.com

Thank you.

@nileshsonu
Copy link
Author

Using php 8.3
@helpdesk-z @i5o @hpopotter7

@hpopotter7
Copy link
Contributor

Hola @nileshsonu,

Con otra version de php lo haz intendado? 8.0, 8.1 ??
La instnacia de ASW es de lightsail o EC2? Ya viene precargado algun XAMMP o algo similar ó tu lo instalaste?
Otro punto para revisar el tema de puertos, los abiertos por default de AWS son 80 y 443; pero la Base de datos correria sobre 3306.

Yo tuve un problema similar con manejar una base datos en la misma instancia, AWS no me permitio convivir la apliación junto con la BD, por lo tanto lo tuve que migrar a un VPS por aparte

@nileshsonu
Copy link
Author

nileshsonu commented Sep 6, 2024 via email

@hpopotter7
Copy link
Contributor

No puedo ver tu email.

Intenta editar la configuración como viene aca:
https://stackoverflow.com/questions/9766014/connect-to-mysql-on-amazon-ec2-from-a-remote-server

Tambien puedes renombrar los archivos hdz/app/Config/Boot production.php<--->development.php para tener mas detalle del error.

@gianlucagiacometti
Copy link

I confirm that the app does not work with php8.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants