PHP V7 vs V8
-
- Posts: 9
- Joined: 2023-05-17 21:02
PHP V7 vs V8
Hi all it seems that the generated app that I made is not compatible with php version 8 and newer only with php version 7.4, What I face is that when I go to a table and save a record I get an error 500, any solution to make it work in php version 8?
Re: PHP V7 vs V8
Can you please check for syntax errors in your hooks code, first. Very often there are parameters missing like
$error
parameter in functions sqlValue($command, $error)
or sql($command, $error)
. Your IDE should mark those as errors, already. Those parameters are mandatory now. Just an idea.Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
AppGini 25.10 + all AppGini Helper tools
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityAppGini 25.10 + all AppGini Helper tools
Re: PHP V7 vs V8
Hi,
I noticed problems with PHP 8.2, but not with PHP 8.1 anymore. Maybe you have some more details for us.
Also: Did you generate your app with the latest version of AppGini? This has some fixes for the warnings that resulted when using PHP 8.x
Olaf
I noticed problems with PHP 8.2, but not with PHP 8.1 anymore. Maybe you have some more details for us.
Also: Did you generate your app with the latest version of AppGini? This has some fixes for the warnings that resulted when using PHP 8.x
Olaf
Some postings I was involved, you might find useful:
Multi Path Upload (MPU) / dynamic upload folder; SingleEdit - Prevent concurrent edits on records; Field Permissions; Column-Value-Based-Permissions; Custom (error) message; Audit Log; Backup your database; Two Factor Authentication; Block brute force (failed) logins; Add 2nd SAVE CHANGES button
Multi Path Upload (MPU) / dynamic upload folder; SingleEdit - Prevent concurrent edits on records; Field Permissions; Column-Value-Based-Permissions; Custom (error) message; Audit Log; Backup your database; Two Factor Authentication; Block brute force (failed) logins; Add 2nd SAVE CHANGES button