New Release of UVdesk Opensource with PHP 8 | Version 1.0.18 #493
Replies: 12 comments
-
Thanks, for me the new version still generate a fatal error if the error page 404 is showed. I do this: |
Beta Was this translation helpful? Give feedback.
-
We have updated zip on offcial site please try with as well once. |
Beta Was this translation helpful? Give feedback.
-
@papnoisanjeev with the FTP version I get this |
Beta Was this translation helpful? Give feedback.
-
open src folder in your project and you will see two files with same name kernel.php Finally clear your project cache and make a try again. |
Beta Was this translation helpful? Give feedback.
-
@papnoisanjeev done, deleted one of the two kernel.php file, cleared cache but issue on prod still persist. |
Beta Was this translation helpful? Give feedback.
-
ok then wait we will test it on our server with latest release if issue persist with project itself or not. |
Beta Was this translation helpful? Give feedback.
-
@papnoisanjeev I cannot do nothing else than wait. I am able to reproduce the issue on upgrading but also on new install from Softaculous. Also I have no issue with UVdesk 1.0.16, no issue with Wordpress and any other PHP application that I run. |
Beta Was this translation helpful? Give feedback.
-
Isn't curios I get this issue only on prod mode? |
Beta Was this translation helpful? Give feedback.
-
We will surely fix it once we reproduce this on our server with prod mode. |
Beta Was this translation helpful? Give feedback.
-
We have given you the project link for our live server (with php version 7.4.13) with latest release of project with prod mode. If any please report back to us we will surely fix it. |
Beta Was this translation helpful? Give feedback.
-
@papnoisanjeev thanks for the help. I'm really shocked by how my experience with Webuzo support is going, Sorry... |
Beta Was this translation helpful? Give feedback.
-
When creating a New project:-
Requirement: PHP version 7.3 or greater (Will support PHP 8 as well now).
If you are creating a New Project using command then follow below steps:-
When Updating a Existing Project:-
For PHP 8 we have done some changes in core files as well as updated symfony version.
So you need to perform below steps:
Remove composer.lock and vendor folder from your project and replace your composer.json file from here.
Locate path in your project:
Locate path in your project:
Locate path in your project:
Copy all translation files from here into translation folder of your project.
Take a backup of below files and folder before running below given command:
swiftmailer.yaml, uvdesk_mailbox.yaml, uvdesk.yaml, translation.yaml, services.yaml (You will find these files under config->packages of your project) public folder of project.
After you upgraded you will need to replace all your above files along with public folder as well with updated project.
Finally Run below commands:
composer clear-cache
composer require doctrine/doctrine-cache-bundle
php bin/console d:s:u --force
php bin/console assets:install
php bin/console c:c
PS: v1.0.17 and v1.0.18 are same just there was a issue while creating project using command in v1.0.17 so we have resolved it and again made a new release (v1.0.18).
If Still someone facing any issue we would ❤️ to help you :)
Thank you !!
Beta Was this translation helpful? Give feedback.
All reactions