Migration to v2022

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.

  1. Mariadb 10.5
  2. php 7.4
  3. 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.

Any Advise.RegardsRATTRA

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.

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”.

  • ,
  • 990 | $main-footer-height-inner: ((($font-size-root * $line-height-base) + ($main-footer-padding * 2))) !default;
  • | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  • …..\Local\Temp_variables.scss 990:31 @import
  • …..\Local\Temp\proDAB.scss 15:9 root stylesheet */

body::before {
font-family: “Source Code Pro”, “SF Mono”, Monaco, Inconsolata, “Fira Mono”,
“Droid Sans Mono”, monospace, monospace;
white-space: pre;
display: block;
padding: 1em;
margin-bottom: 1em;
border-bottom: 2px solid black;
content: ‘Error: Undefined operation “null * 1.5”.\a \2577 \a 990 \2502 $main-footer-height-inner: ((($font-size-root * $line-height-base) + ($main-footer-padding * 2))) !default;\d\a \2502 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\a \2575 \a …\…\Local\Temp\_variables.scss 990:31 @import\a …\…\Local\Temp\proDAB.scss 15:9 root stylesheet’;
}
Compiling ewpdf.scss…
Error: Failed to compile .scss file.

Go to “HTML” tab and choose a “common” font, like verdana or arial.

Go to the HTML → Theme tab and re-select a theme to update your theme settings for Bootstrap 5.1 and AdminLTE 3.1.

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.Now the error is gone. But still I am getting page with error

"
This page isn’t working192…* is currently unable to handle this request.HTTP ERROR 500"
my PHP Version is 7.4 and checked that rewrite if working.

Please note that I am working on “demo2022” Project from phpmaker.dev site. And no change.Any Advise.

You may enable Debug and check the actual PHP error messages on your testing server.

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.

arbei wrote:

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.).