I’m working on PHP CodeIgniter Script from Envato Market.
I have deployed it successfully on the AWS Apache2 server but now I’m facing 3 errors:
[My error log is empty. Actually, I’m a beginner trying to analyze the PHP script from the Envato market, so I don’t know which code I have to show, and No, I haven’t done anything to it. website: serviceongate dot com]
Any Idea, How to solve these issues?
Should I disable image manipulation??
Thanks in advance.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
What I could suggest here is enabling the CodeIgniter’s debug mode so that you could see the actual problem rather than the generic
Something went wrong
message.This will give more information and point you in the right direction. Also, feel free to share the actual error here so that I could try to advise you further.
Also what I could suspect here is that you are missing a PHP module like GD which you could isntall with the following command:
Regards, Bobby