Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Can't access my code igniter 3 website
Post: RE: Can't access my code igniter 3 website

Muzikant Wrote: (04-07-2021, 02:46 AM) -- In application/config/config.php file set $config['log_threshold'] = 1; Make sure, the application/logs directory is writable. Disable .htaccess file b...
4,008 Views
2 Replies
04-08-2021, 08:03 AM
Lazarus-CG
    Thread: Can't access my code igniter 3 website
Post: Can't access my code igniter 3 website

My website has been working for almost a year and then it suddenly stopped loading. When I go to the link it just keeps loading. I am hosting on a shared server. I found this error on the cpanel:  cl...
4,008 Views
2 Replies
04-06-2021, 02:21 PM
Lazarus-CG
    Thread: CKFinder modal opens homepage and does not show files
Post: RE: CKFinder modal opens homepage and does not sho...

I found the problem. In order to use sessions in ckfinder config.php I used this: Code: -- // Include the codeigniter framework define("REQUEST", "external"); ob_start(); require('index.php'); ...
1,847 Views
3 Replies
07-15-2020, 06:23 PM
Lazarus-CG
    Thread: CKFinder modal opens homepage and does not show files
Post: CKFinder modal opens homepage and does not show fi...

I am using CKFinder in a CodeIgniter project and the problem I have is that when I click to open the modal to upload new media the modal shows the homepage of my project and not the files in the folde...
1,847 Views
3 Replies
07-15-2020, 01:01 PM
Lazarus-CG
    Thread: How to continue a Code Igniter function after rendering a view
Post: RE: How to continue a Code Igniter function after ...

ivantcholakov Wrote: (07-08-2020, 02:46 AM) -- Or the payment system should return information/status about the initiated payment. It usualy does it by a http-request to your server - then you could ...
2,442 Views
4 Replies
07-08-2020, 05:47 AM
Lazarus-CG
    Thread: How to continue a Code Igniter function after rendering a view
Post: RE: How to continue a Code Igniter function after ...

albertleao Wrote: (07-07-2020, 09:17 PM) -- Sleep isn't the right way to go about this. The best and most scalable way would be to use a cron-job to have a background job run and check for success...
2,442 Views
4 Replies
07-08-2020, 05:42 AM
Lazarus-CG
    Thread: How to continue a Code Igniter function after rendering a view
Post: How to continue a Code Igniter function after rend...

I am building a system (in code igniter 3) in which the user has to make a payment before they can register. I plan on implementing this by having the user fill in a form, when they submit the form th...
2,442 Views
4 Replies
07-07-2020, 01:14 PM
Lazarus-CG

Theme © iAndrew 2016 - Forum software by © MyBB