Can someone help me , please? I have an application in PHP 7.1 / CodeIgniter Framework. It was working in other hosting here in Brazil, but when upload to DO, it has stopped. when I try http (http://oneclickpy.com), there’s an error when I try https (https://oneclickpy.com), other error. I installed SSL certificate correctly, PHP version is the same than the other hosting, but I cannot make it work. Actually, the website seems to work, but the homepage is just blank.
Whats should I do? (php errors are enabled, the error_log file has nothing)
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, @alexdo ! The application and system folders are set correctly. All the permissions are 755. Seems my system is working, cause when I change some data, like the access to database, I get an error. Phpmyadmin page also works normally. But when I set the correct database, and try to open the website, just a blank page. No PHP errors. Just a 500 error.
Problem solved. My logs folder didn’t had the permissions os writing. Changed and solved my problem reading the errors. Thanks for the help!
Hello, @rickfontoura
Have you checked the file/folder permissions and also if the application and system folders exist? You can check them in the index.php file:
$system_path = 'system';
$application_folder = 'application';
Check that the path to those is matching/correct.
Hope this helps!
Regards, Alex
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.