![]() |
CodeIgniter.com - Report problems! - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1) +--- Forum: News & Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=2) +--- Thread: CodeIgniter.com - Report problems! (/showthread.php?tid=75851) |
RE: CodeIgniter.com - Report problems! - kilishan - 04-02-2020 (04-02-2020, 12:26 AM)Muzikant Wrote: The link https://codeigniter.com/user_guide does not work, there is a redirection problem. This one should be the main link (without index.html) for user guide I think. I got all of the links working on the site yesterday I'm pretty sure. For some reason it is requiring the /index.html, but if you link from the site you should be fine. CodeIgniter.com - DNS points to prohibited IP - nige1 - 04-28-2020 Hello, I'm getting a Error 1000 DNS error when trying to access the Codeignitor website? Looks like something to do with Cloudflare? https://www.dropbox.com/s/438jsoa0sn5o4ym/Screenshot%202020-04-28%20at%2014.17.07.png?dl=0 RE: CodeIgniter.com - Report problems! - kilishan - 04-28-2020 @nige1 thanks. I transferred the old Cloudflare account from Jim's account last night and it looked fine when I went to bed. Investigating. RE: CodeIgniter.com - Report problems! - berendbotje91 - 04-28-2020 (04-28-2020, 06:40 AM)kilishan Wrote: @nige1 thanks. I transferred the old Cloudflare account from Jim's account last night and it looked fine when I went to bed. Investigating.Seems to work now. RE: CodeIgniter.com - Report problems! - nige1 - 04-28-2020 Yep - All back to normal. Thank you RE: CodeIgniter.com - Report problems! - Luís Andrade - 04-28-2020 (04-28-2020, 06:40 AM)kilishan Wrote: @nige1 thanks. I transferred the old Cloudflare account from Jim's account last night and it looked fine when I went to bed. Investigating.Thank you very much!! RE: CodeIgniter.com - Report problems! - leoz - 05-29-2020 Hi, there is no epub version of the offline UG for v4.0.3? Thanks in advance help me out - rainyday - 06-13-2020 I would like to point out that in the last week I have encountered, more and more often, an error while accessing the home page of the site. Clearing cookies or changing browsers does not solve the problem. The problem looks the same way with Chrome, Firefox, Opera and Edge. The problem looks like the one @atsanna mention in the main post. RE: CodeIgniter.com - Report problems! - Zworthkey - 02-24-2021 (03-23-2020, 08:21 AM)atsanna Wrote: I would like to point out that in the last week I have encountered, more and more often, an error while accessing the home page of the site.This work for me tries it Go to the app directory then to boot directory you will see production.php file. That is: Code: app => Config => Boot => production.php Change the Code: ini_set('display_errors', '0') Code: ini_set('display_errors', '1') Warning: When in production change back to initial Code: ini_set('display_errors', '0') Or you can rename your file Code: env Code: .env Code: # CI_ENVIRONMENT = production Code: # Code: production Code: development RE: CodeIgniter.com - Report problems! - karthik_code - 05-26-2021 Please set http to https redirection for Codeigniter.com, I am using a major broadband service from India, it seems almost all non-https sites are served with malicious script. So, all links in the page redirects to spam and malicious script sites. I confirmed this with multiple devices & network. These are happening at Service provider server side. So, it is better to have only https version of codeigniter.com |