My website seems to work fine, except one feature (uploading a document and saving info on the document to a mysql table only works on my local (deveolping machine), I do not get helpful error message for debugging
For both my development machine and production virtual server (EC2 on aws), Im using ubuntu 20.04 with identical set up ( apache2 (apache/2.4.41, php 7.4.3 and mysql 8.0.27), the php.ini files are the same on both servers (yes, error reporting ON for the production server for now while I get to bottom of this)
Any ideas where the incompatibilty lies?
source https://stackoverflow.com/questions/69789116/development-production-incompatibility-ubuntu-apache2-php-mysql
Comments
Post a Comment