Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Session_files_driver.php
Post: RE: Session_files_driver.php

n0cturn0 Wrote: (06-14-2018, 01:27 PM) -- BabalooAye Wrote: (06-14-2018, 01:16 PM) -- I am getting an internal apache server error when activating the session driver. By examining my '/var/lib/php/s...
4,254 Views
3 Replies
06-14-2018, 05:37 PM
BabalooAye
    Thread: Session_files_driver.php
Post: Session_files_driver.php

I am getting an internal apache server error when activating the session driver. By examining my '/var/lib/php/sessions', I have discovered that the session file of the IC instance I am using is being...
4,254 Views
3 Replies
06-14-2018, 01:16 PM
BabalooAye
    Thread: Error on activating CSRF protection
Post: RE: Error on activating CSRF protection

My problem is that I modified the "views/errors/error_general.php" to dynamize reporting responses getting variables from CI instance, then, someway, the error response from CSRF protection become mis...
2,707 Views
1 Replies
01-22-2017, 10:34 AM
BabalooAye
    Thread: Error on activating CSRF protection
Post: Error on activating CSRF protection

I'm getting the following error message when I set $config['csrf_protection'] = TRUE: Code: -- Fatal error: Class 'CI_Controller' not found in /opt/codeigniter/system/core/CodeIgniter.php on ...
2,707 Views
1 Replies
01-21-2017, 07:59 AM
BabalooAye
    Thread: The upload path does not appear to be valid.
Post: RE: The upload path does not appear to be valid.

Is your host a Linux server?
9,279 Views
4 Replies
12-15-2016, 06:55 AM
BabalooAye
    Thread: [solved] Calendaring customization [highlighting the current month]
Post: RE: Calendaring customization [highlighting the cu...

InsiteFX Wrote: (11-26-2016, 11:35 AM) -- Yes, you can also extend the Calendar library with MY_Calendar -- I extended the CI_Calendar and made the generate() method pass his $month variable to the ...
5,697 Views
5 Replies
11-26-2016, 12:29 PM
BabalooAye
    Thread: [solved] Calendaring customization [highlighting the current month]
Post: RE: Calendaring customization [highlighting the cu...

InsiteFX Wrote: (11-26-2016, 11:35 AM) -- Yes, you can also extend the Calendar library with MY_Calendar -- Well, I guess that extending is the right way because the template array is passed on CI_...
5,697 Views
5 Replies
11-26-2016, 12:18 PM
BabalooAye
    Thread: header/footer
Post: RE: header/footer

eagle00789 Wrote: (11-24-2016, 03:22 PM) -- I am currently building my app using the great codeigniter framework, but i find 1 thing a bit annoying. Every time i load my views, i also need to loead ...
5,182 Views
3 Replies
11-26-2016, 09:24 AM
BabalooAye
    Thread: [solved] Calendaring customization [highlighting the current month]
Post: RE: Calendaring customization [highlighting the cu...

InsiteFX Wrote: (11-26-2016, 06:00 AM) -- Create a method to check the month and then a method to highlight the current month, you may want to create a MY_ class for this. -- You mean a function tha...
5,697 Views
5 Replies
11-26-2016, 09:09 AM
BabalooAye
    Thread: [solved] Calendaring customization [highlighting the current month]
Post: [solved] Calendaring customization [highlighting t...

I made a method that writes a view with a calendar table which shows all months of a year using the calendaring class. It works as well, and returns this: https://s13.postimg.org/o0ogp2p5j/Screen_S...
5,697 Views
5 Replies
11-25-2016, 08:57 PM
BabalooAye
    Thread: Is this a bug or just my bad practice?
Post: RE: Is this a bug or just my bad practice?

InsiteFX Wrote: (07-07-2016, 10:34 AM) -- CI caches the database queries there is a setting for save_queries in the database.php config file not sure if it will help but give it a try. -- Thank ...
8,636 Views
4 Replies
08-02-2016, 02:20 PM
BabalooAye
    Thread: index.php on https not working .htaccess
Post: RE: index.php on https not working .htaccess

It is an Apache server, right? Must be server misconfiguration. Apparently your server has a different way to work on his SSL port, and is ignoring the '.htaccess' file. You need to check if the appli...
24,333 Views
9 Replies
07-15-2016, 02:47 PM
BabalooAye
    Thread: Captcha error word_length
Post: RE: Captcha error word_length

Don't comment out the 'word' string inside the array. You can put the string with no value, or NULL value. Try something like this: $vals = [ 'word' => NULL, 'img_...
2,645 Views
1 Replies
07-08-2016, 05:19 AM
BabalooAye
  Question Thread: Is this a bug or just my bad practice?
Post: Is this a bug or just my bad practice?

I think that I found a bug or just did some mess while using $this->db->select() method on my code. I'm loading all models by autoload.php, and I gave different names to all of them. But when I starte...
8,636 Views
4 Replies
07-07-2016, 08:38 AM
BabalooAye

Theme © iAndrew 2016 - Forum software by © MyBB