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.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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:
sudo apt install php-gd
Regards, Bobby
Potential Causes:
Steps to Fix:
php -m | grep -i gd or php -m | grep -i imagick to verify.sudo apt install php-gd
sudo systemctl restart apache2
Or for Imagick:
sudo apt install php-imagick
sudo systemctl restart apache2
chmod -R 775 /path/to/your/images/folder
chown -R www-data:www-data /path/to/your/images/folder
Disable Image Manipulation:
Potential Causes:
Steps to Fix:
serviceongate.com is added as an allowed referrer.Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.