Hi, I am registered user for 2018 and planning to upgrade to 2022.
I am using Windows 10 VM (Virtual Machine) in Centos host and server.
other information is as below.
Mariadb 10.5
php 7.4
apache
I had installed, 2022 evaluation version in same environment, but the project is not working. I had also tried to generate demo project. But it failed.Please note that, my old project (generated with 2018) is working without any issue on same server.
Still no result. I am getting this error (on all scss) during generation on windows 10 Virtual Machine.Please advise*********************************************************************************************************************************************************Compiling project2.scss…
Error: Failed to compile .scss file.
/ Error: Undefined operation “null * 1.5”.
If that does not work, check to see if you have any Custom CSS in the user section of the CSS area.
I was having those same issues and i removed my USER CSS to troubleshoot and it compiled successfully. Then you’ll need to check your custom CSS against any of the changes due to the new version. There are some variable changes in the new version.
Thanks for reply.While checking generated folder in detail, I found that is is not php files except for index.php.I checked folders also and didn’t see it there.While phpmaker report that generation was successful.Any Advise.
If you start from v2018, you probably have missed the major changes to > URL Rewrite> , you may start from the oldest post in > Migrating to v2022> .
Note that since v2021, URL Rewrite, MVC and Routing are used, PHP files are not generated in the root folder but in subfolders (“models”, “controllers”, “views”, etc.).