![]() |
romaldus 4/10/2017 |
Perhaps it was a server or hosting configuration issue or things like .htaccess file. First thing first, check your access log and error log file to find out the problem |
![]() |
Sergey Kornilov admin 4/10/2017 |
What makes you think something was hacked? Looks like server misconfiguration to me like not enough disk space, missing permissions on upload folder, restrictions on file size upload etc. If your hosting company provides access to PHP error log you should look what is in there. |
C
|
cjsaputo author 4/10/2017 |
Perhaps it was a server or hosting configuration issue or things like .htaccess file. First thing first, check your access log and error log file to find out the problem
|
![]() |
romaldus 4/10/2017 |
Any ideas why it would work fine from "View in Browser" from within PHPR?
|
C
|
cjsaputo author 4/10/2017 |
"View in Browser" means run in localhost?
|
![]() |
romaldus 4/10/2017 |
You may or may not believe this but I just spoke with tech support from Godaddy and we found the problem. Godaddy has decided that allowing .docx files to be uploaded is a security risk. You can still upload .doc files or .pdf files, etc. I ran a production test and trying to upload a .docx file is causing the exact problem. I was able to upload a .doc file and a .pdf file without a problem. Problem solved!
|