Differences in php/MariaDB between Raspbian and "regular" Debian?

KenHorse

Member
Perhaps this isn't the place for this but I've run into a problem moving code from a development server (running Debian Buster on a Pentium PC platform) to a Raspberry Pi, running Raspbian Buster. I have a bit of php code that doesn't throw any errors but doesn't display its webpage properly (it doesn't seem to be reading a database table correctly so no information from the DB is displayed). The code works perfectly on the PC based system

Both platforms are running PHP 7.4.9 and MariaDb 10.1.44

I can post the code in question but before I do, perhaps this is a known issue?
 
Back
Top