fileupload - works perfectly locally but not in production
1st: I am so thankful for your product. It has enabled me to support my family. Truly grateful. Thank you!
2nd: Here is the issue.
The file upload feature works "perfectly" on my local environment. Its Mac running MAMP with PHP 7.1.33 and MySQL 5.7.34 port 8889
The selected file uploads to the correct images directory and also saves a thumbnail to a "thumb" directory inside the images director.
The file name is inserted into the data base and again is perfect.
in the production environment with is AWS Lightsail instance using:
Server: 127.0.0.1 via TCP/IP
Server type: MariaDB
Server connection: SSL is not being used Documentation
Server version: 10.3.32-MariaDB - Source distribution
Protocol version: 10
User: root@127.0.0.1
Server charset: UTF-8 Unicode (utf8)
Apache/2.4.51 (Unix) OpenSSL/1.1.1n
Database client version: libmysql - mysqlnd 7.4.25
PHP extension: mysqli  Documentation curl  Documentation mbstring  Documentation
PHP version: 7.4.25
On the light sail instance (production) all of the fields which need to insert into the data base do so... except the file path/file upload field and the images/files do not uploads.... 
I'm sure its something simple or something I am overlooking. 
Oh you will notice that I have renamed the directories and includes for the "webassist/" includes to "../mktg_app_/" it makes it simpler on my end to manage.
I hope you can help me with this and I am more than happy to forward any additional information or access to help resolve this problem I am having.
Again thank you so very much for your help...
Warmest regards, 
Robert

 







 
     
     
    

 Usually this is just a file permissions issue on the live server preventing upload.  It could be a bad php.ini setting for the temp upload folder as well.  I'd need FTP access to fully debug.  If you give me a call I can do screen sharing with you to help you track it down, or just send me ftp information and the url to the site in the private area and I can test and let you know.
  Usually this is just a file permissions issue on the live server preventing upload.  It could be a bad php.ini setting for the temp upload folder as well.  I'd need FTP access to fully debug.  If you give me a call I can do screen sharing with you to help you track it down, or just send me ftp information and the url to the site in the private area and I can test and let you know.  






