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

Installation never finish #257

Closed
1aigaisa opened this issue Apr 21, 2020 · 13 comments
Closed

Installation never finish #257

1aigaisa opened this issue Apr 21, 2020 · 13 comments

Comments

@1aigaisa
Copy link

1aigaisa commented Apr 21, 2020

Bug report

Title

When installing, in the last step, it is perpetually "please wait while..."

Issue Description

I get this error:
Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3 FROM uv_support_role t0 WHERE t0.code = ? LIMIT 1' with params ["ROLE_SUPER_ADMIN"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'SATGM2.uv_support_role' doesn't exist" at /var/www/html/uvdesk/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42

Preconditions

Installed in Oracle VM (3,5Gb, 2 proccesors) Maybe is it short??
The VM has a bridged adaptor so I can access to the website from any other PC in the LAN using IP/uvdesk/public The installation hangs if I try from other computer or from the localhost
PHP 7.3.17
Symphony 4.3.8

1. framework Version.
2. Commit id.

Steps to reproduce

It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.

1. step1
2. step2

Expected result

Tell us what should happen.

  • [Screenshots, logs or description]

Actual result

Tell us what happens instead.

  • [points....]
@papnoisanjeev
Copy link
Collaborator

@1aigaisa

Please provide read and write permission for these folder and file of this project.

For .env file – chmod 777 -R path of .env file of UVdesk project
For var folder -chmod 777 -R path of var folder of UVdesk project
For config folder – chmod 777 -R path of config folder of UVdesk project

Increase max_execution_time in php.ini file (make it 60 or more) which is by default 30sec check here to change this.

Finally restart your server and setup project again.

Check this blog for more info: https://www.uvdesk.com/en/blog/installation-open-source-helpdesk-uvdesk/

If still issue persist you can create a ticket here.

@gonzalomartinrios
Copy link

@1aigaisa have you been able to install it successfully?

@1aigaisa
Copy link
Author

1aigaisa commented May 7, 2020

Hi finally yes, it was the max_execution_time , but finally after 1 week installing we will for the SaaS version. Thank you!

@hoan3108
Copy link

@gonzalomartinrios did you resolved the error 500.please guide to me. I meet same problem

@vipin-shrivastava
Copy link
Contributor

@hoan3108
can you please share screenshots ? so that we can understand well your issues.

@hoan3108
Copy link

hoan3108 commented Jun 28, 2021 via email

@hoan3108
Copy link

hoan3108 commented Jun 28, 2021 via email

@vipin-shrivastava
Copy link
Contributor

@hoan3108
I didn't found your attach snapshot here ?

@hoan3108
Copy link

hoan3108 commented Jun 28, 2021 via email

@vipin-shrivastava
Copy link
Contributor

@hoan3108
Where are you adding the snapshots?
Are you reply GitHub through email ?
I didn't get any snapshots . Please add snapshot in reply also make reply from GitHub web .

@hoan3108
Copy link

hoan3108 commented Jun 28, 2021 via email

@hoan3108
Copy link

hoan3108 commented Jun 28, 2021 via email

@gdandersson
Copy link

gdandersson commented Dec 8, 2021

Same error here. Tried changing to 60 seconds, but.. the error happens after 3s, so can't see that being the error.

It gets to step 4 (of 5).

The only table that's actually created in the database is "migration_versions".

Attaching screenshot of Symfony Profiler
Screenshot 2021-12-08 at 15 58 47
:

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

6 participants