Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Lightbulb Thread: this->load->view Not Working on some page No error, Blank page
Post: this->load->view Not Working on some page No error...

Good morning all, I just wanted to share with you an experience after over six hours of bug research. I am currently developing a project with CI3, my website shows user house renting, 95% of page ...
1,467 Views
0 Replies
02-09-2021, 08:48 AM
nicolas33770
  Question Thread: log_path to stdout for AWS CloudWatch
Post: log_path to stdout for AWS CloudWatch

Hi, I have some problem to catch the log file on my CI3. I might be in a special case but I need php errors to be redirected to standard display output. Is it possible ? For my project I have do...
1,481 Views
1 Replies
12-07-2020, 10:24 AM
nicolas33770
    Thread: Use Language on Error Handling - show_error()
Post: RE: Use Language on Error Handling - show_error()

I must admit that it seems to me quite complex especially if I have to create a specific and class page for each of the error pages (error_404, error_db, error_exception, error_general, ...) I never...
5,441 Views
9 Replies
11-23-2020, 08:32 AM
nicolas33770
    Thread: Use Language on Error Handling - show_error()
Post: RE: Use Language on Error Handling - show_error()

Thanks for your help ! I just have 2 more question please : - Where I put the MY_Security.php file ? - Is it possible to improve your code to load my views/header_view.php ?
5,441 Views
9 Replies
11-23-2020, 08:21 AM
nicolas33770
    Thread: Use Language on Error Handling - show_error()
Post: RE: Use Language on Error Handling - show_error()

We can't load helper on /var/www/gml-app/gml_system/core/Security.php, it's not working. :-(
5,441 Views
9 Replies
11-23-2020, 07:59 AM
nicolas33770
    Thread: Use Language on Error Handling - show_error()
Post: RE: Use Language on Error Handling - show_error()

Thanks for this reply but it's not working. I got this error when I try to use this. Form Security.php Quote: -- public function csrf_show_error() { show_error(lang('message_error_403'), 4...
5,441 Views
9 Replies
11-23-2020, 07:36 AM
nicolas33770
    Thread: Use Language on Error Handling - show_error()
Post: RE: Use Language on Error Handling - show_error()

Any help !? ?
5,441 Views
9 Replies
11-21-2020, 01:30 AM
nicolas33770
    Thread: Class 'Redis' not found when load session driver is redis
Post: RE: Class 'Redis' not found when load session driv...

Do you find the solution I have the same problem... I use CodeIgniter 3.1.11 MY CONFIG FILE Quote: -- $config['sess_driver'] = 'redis'; $config['sess_cookie_name'] = 'ci_session'; $config['se...
3,423 Views
1 Replies
11-17-2020, 09:47 PM
nicolas33770
    Thread: Want to upload three images from upload option in a single form.
Post: RE: Want to upload three images from upload option...

Try https://www.dropzonejs.com/ I use it with CI3 and it's really cool ?
2,506 Views
3 Replies
11-17-2020, 05:06 AM
nicolas33770
    Thread: Use Language on Error Handling - show_error()
Post: Use Language on Error Handling - show_error()

Hi, I need to use language on Error Handling - show_error() and show_404() but I don't find a way to do that.  For exemple the file "system/core/Security.php" the function csrf_show_error() have...
5,441 Views
9 Replies
11-16-2020, 07:53 AM
nicolas33770
    Thread: Delete with Join or Where_in not working
Post: RE: Delete with Join or Where_in not working

neuron Wrote: (05-05-2020, 09:35 AM) -- 1. You should do inner join in this case instead of left join (unless $profile_id can be null). 2. In MySQL if you specifying alias for table name you should ...
8,940 Views
6 Replies
05-05-2020, 02:16 PM
nicolas33770
    Thread: Delete with Join or Where_in not working
Post: RE: Delete with Join or Where_in not working

niklas Wrote: (05-05-2020, 02:04 AM) -- Hi, I don't know if its a copy & paste failure but you provide your not working functions two times with $service_id. Did you changed one of them to $loca...
8,940 Views
6 Replies
05-05-2020, 03:18 AM
nicolas33770
    Thread: Delete with Join or Where_in not working
Post: Delete with Join or Where_in not working

Hello,  I would like to know the best way to delete with Query builder and join (not working). This select with join working good with Query Builder and I would like to use the same way to delet...
8,940 Views
6 Replies
05-04-2020, 02:51 PM
nicolas33770
    Thread: Incomprehensible problem about sessions
Post: RE: Incomprehensible problem about sessions

Thank you for your answer, given that my environments are in linux containers my software configuration has not been modified. Is there any error message? >> No error message, no log error. Wha...
1,905 Views
2 Replies
05-02-2020, 07:28 AM
nicolas33770
  Sad Thread: Incomprehensible problem about sessions
Post: Incomprehensible problem about sessions

Good morning all, I have been working for several weeks on a webapp project and I use sessions. I use Codigniter 3, and Jquery in order to display error messages. My notification system has been wo...
1,905 Views
2 Replies
04-29-2020, 06:46 AM
nicolas33770
    Thread: Help to create best SQL query with query builder
Post: Help to create best SQL query with query builder

Good morning all, I use query builder to generate my queries and I find it really great. However I am stuck. I am currently working on a chat and I would like to return the photo of the user who i...
1,511 Views
0 Replies
03-26-2020, 07:11 AM
nicolas33770
    Thread: How manage the segment error in the URI / pagination class
Post: RE: How manage the segment error in the URI / pagi...

Wouh My Mistake, sorry, and thanks for your help. It's working Thanks a lot
4,635 Views
6 Replies
03-09-2020, 10:43 AM
nicolas33770
    Thread: Remove timestamp onUpdate save
Post: RE: Remove timestamp onUpdate save

I can change to VARCHAR and I think I can do with SQL too, but I would like to know if the problem come from adminer and not CI... Thanks
3,547 Views
4 Replies
03-09-2020, 10:41 AM
nicolas33770
    Thread: Remove timestamp onUpdate save
Post: RE: Remove timestamp onUpdate save

InsiteFX Wrote: (03-09-2020, 08:42 AM) -- When you save or update the record the database is updating your time field. That's what the (ON UPDATE) CURRENT_TIMESTAMP means. If you do not want it to...
3,547 Views
4 Replies
03-09-2020, 08:43 AM
nicolas33770
    Thread: How manage the segment error in the URI / pagination class
Post: RE: How manage the segment error in the URI / pagi...

So simple, thanks. That's exactly what i was looking for, i still lack practice ... i think i may have found a bug. I set previous_link to false but the < still appear... https://i.ibb.co/xS6z1kd/...
4,635 Views
6 Replies
03-09-2020, 08:03 AM
nicolas33770

Theme © iAndrew 2016 - Forum software by © MyBB