uvdesk / community-skeleton

UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
https://www.uvdesk.com
MIT License
7.18k stars 448 forks source link

Schema is not in sync with the current Mapping #618

Open HazemHeakal opened 1 year ago

HazemHeakal commented 1 year ago

Bug report

Title

Schema is not in sync with the current Mapping

Issue Description

After fresh installation I tried to check the schema validation and I get this issue.

Preconditions

Please provide as detailed information about your environment as possible.

1. Windows (5 Cores - Ram 8 - Bitnami with (Mariadb 10.4.25 - PHP 8.2).
2. Commit id.

Steps to reproduce

Same steps as installation guide 1- Download zip 2- run php bin/console uvdesk:configure-helpdesk and fill info

Expected result

should the schema be synced as this will effect on the modules installation and data.

Actual result

I get Schema is not in sync with the current Mapping during check schema validation image

komal-sh-27 commented 1 year ago

Once you can check run these commands in your project root directory:

=> You can follow these links: https://stackoverflow.com/questions/13670471/database-fail-the-database-schema-is-not-in-sync-with-the-current-mapping-file

https://stackoverflow.com/questions/51854778/database-schema-is-not-in-sync-for-a-nullable-column

HazemHeakal commented 1 year ago

I have tried those solutions before without changes, same errors.

I don't know if it possible to do it manually or is that is a bug.

komal-sh-27 commented 1 year ago

You can make try once the manual setup of UVdesk: Check the below link for manual setup from https://github.com/uvdesk/community-skeleton/issues/290#issuecomment-661113642

If you still facing the same error let us know.

HazemHeakal commented 1 year ago

Same error, I don't know if there is another solution for that I disappointed.

There is some tables doesn't exist in database like userSaveReplies

2022-10-28 13_41_57-Command Prompt

HazemHeakal commented 1 year ago

It's seems as a bug in the uvdesk