Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Upgrade to CI4 while running CI3
Post: RE: Upgrade to CI4 while running CI3

Thank you jreklund. I've been leaning towards the subdomain idea as well, it will also allow us to open up the upgrade to 5% of the users and see what hits the fan, in a much more manageable way.
1,395 Views
2 Replies
08-17-2020, 05:29 PM
ragingTorch
    Thread: Upgrade to CI4 while running CI3
Post: Upgrade to CI4 while running CI3

Hello, I searched the forums for this, hoping someone perhaps had the same thought but didn't have any luck. I have a decent size SaaS application built using CI3; it's update to date already. I...
1,395 Views
2 Replies
08-16-2020, 12:12 AM
ragingTorch
    Thread: CodeIgniter v3.1.11 - odd session behaviour
Post: RE: CodeIgniter v3.1.11 - odd session behaviour

Back again, and so is the issue. I had lowered the sess_expiration value to 14 days, but today we had some more reports of the problem happening. I think it is less than before, though. I've set th...
2,350 Views
3 Replies
04-28-2020, 07:31 PM
ragingTorch
    Thread: CodeIgniter v3.1.11 - odd session behaviour
Post: RE: CodeIgniter v3.1.11 - odd session behaviour

Thank you, InsiteFX. I've lowered the sess_expiration by half (now 14 days) as the site still needs to remember the cart data for user convenience. I have also set sess_regenerate_destroy to TRUE a...
2,350 Views
3 Replies
04-14-2020, 05:51 AM
ragingTorch
    Thread: CodeIgniter v3.1.11 - odd session behaviour
Post: CodeIgniter v3.1.11 - odd session behaviour

Hello, I've created a shop application which very rarely shows some odd behaviour in the checkout that I am hoping someone will be able to shed some light on. Just as any shop site, mine has a membe...
2,350 Views
3 Replies
04-13-2020, 08:35 PM
ragingTorch
    Thread: Dynamic generated dropdown value is not passed to controller after page refresh.
Post: RE: Dynamic generated dropdown value is not passed...

if filterProducts dropdown is being generated dynamically then jQuery may not have access to it to detect the change event. Try changing the first line from Code: -- $('#filterProducts').on('chang...
6,159 Views
6 Replies
01-08-2019, 04:29 AM
ragingTorch
    Thread: Proplem with special characters
Post: RE: Proplem with special characters

Hi, Try this: https://www.codeigniter.com/user_guide/helpers/form_helper.html#escaping-field-values
2,782 Views
1 Replies
12-31-2018, 04:15 AM
ragingTorch
    Thread: codeigniter 3 rest api with angular 5 post method raise error 405 method not allowed
Post: RE: codeigniter 3 rest api with angular 5 post met...

That's hard to say without knowing your code/setup. When in doubt, test one thing at a time, start with your API with postman (https://www.getpostman.com/) and see if you can replicate the issue.
11,045 Views
6 Replies
10-24-2018, 11:52 PM
ragingTorch
    Thread: Class
Post: RE: Class

Perhaps this? https://www.codeigniter.com/user_guide/general/creating_libraries.html#utilizing-codeigniter-resources-within-your-library It's not limited to just CI resources, you can call your ow...
6,389 Views
4 Replies
09-10-2018, 03:17 AM
ragingTorch
    Thread: taking down the system
Post: RE: taking down the system

richb201 Wrote: (08-26-2018, 06:06 AM) -- Thanks. Where does cron.lock go? I can't seem to find it. Is it hidden? -- cron.lock is a temp file that will be created by the file_put_contents (http://php...
3,581 Views
4 Replies
08-26-2018, 07:02 AM
ragingTorch
    Thread: taking down the system
Post: RE: taking down the system

I haven't played with setting variables in _SERVER global in this manner nor have I seen it in the wild. You could go with a lock file solution to track when the cron starts and ends for your other f...
3,581 Views
4 Replies
08-25-2018, 08:14 PM
ragingTorch
    Thread: Is React/Angular/Vue the new Rails?
Post: RE: Is React/Angular/Vue the new Rails?

@Paradinight, thank you but I actually made sense of Vue some time ago. My rant is more about how these frameworks are dependent on 3rd party tools which again, require more understanding in their own...
12,190 Views
13 Replies
08-18-2018, 10:59 PM
ragingTorch
    Thread: Is React/Angular/Vue the new Rails?
Post: RE: Is React/Angular/Vue the new Rails?

I have been in this field for 18 years, had just one client ask what would be used to build their project. The only reason they were interested in it was to find out if they need a Window server or Li...
12,190 Views
13 Replies
08-18-2018, 10:09 PM
ragingTorch
    Thread: PHPbenchmarks.com
Post: RE: PHPbenchmarks.com

Sounds like a good idea; I have a feeling CI would do a pretty good job too.
31,281 Views
23 Replies
07-19-2018, 03:50 AM
ragingTorch
    Thread: PHPTESTOR
Post: RE: PHPTESTOR

It's my go-to tester when I simply want to try out a small idea and I am feeling too lazy to open the editor. It has some functions disabled but that's completely understandable.
2,377 Views
1 Replies
06-18-2018, 07:50 PM
ragingTorch
    Thread: Message: file_get_contents(): https:// wrapper is disabled in the server configuratio
Post: RE: Message: file_get_contents(): https:// wrapper...

mehuljogi Wrote: (06-10-2018, 10:20 PM) -- InsiteFX Wrote: (06-09-2018, 09:12 AM) -- php.ini Code: -- ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. ; http://php.ne...
26,342 Views
5 Replies
06-11-2018, 03:21 AM
ragingTorch
    Thread: Trying to make a url generator from a title
Post: RE: Trying to make a url generator from a title

Try using the url_title from the url helper: https://www.codeigniter.com/user_guide/helpers/url_helper.html#url_title
4,136 Views
3 Replies
12-21-2017, 07:30 PM
ragingTorch
    Thread: Module 'imagick' already loaded
Post: RE: Module 'imagick' already loaded

Hello, imagick is already loaded and php is trying to load it again. Put phpinfo() in a .php file and visit it, find out where your php.ini is (there might be more than one) and then look for im...
9,855 Views
4 Replies
05-23-2017, 05:05 PM
ragingTorch
    Thread: Error in Module 'timezonedb' already loaded
Post: RE: Error in Module 'timezonedb' already loaded

Sounds like timezonedb is being loaded twice in your php.ini. Are you sure you are looking in and editing the right php.ini? perhaps create a php page with just phpinfo() in it, visit that to view ...
7,487 Views
2 Replies
05-18-2017, 09:43 PM
ragingTorch
    Thread: Library for tracking what is used
Post: RE: Library for tracking what is used

Logging, not so much but Ci does have profiling which can give you a lot of handy info. Have a look at https://codeigniter.com/user_guide/general/profiling.html
3,567 Views
1 Replies
02-13-2017, 11:59 PM
ragingTorch

Theme © iAndrew 2016 - Forum software by © MyBB