Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: cookie problem (Solved)
Post: RE: cookie problem

It works Thank you very much
1,702 Views
2 Replies
03-06-2021, 01:43 PM
neoneeco
    Thread: cookie problem (Solved)
Post: cookie problem (Solved)

Hello, I have a problem with a logout function. I think this is a CodeIgniter bug. I want to delete the authentication cookie when the logout function is called. But with the code below, the cookie...
1,702 Views
2 Replies
03-06-2021, 08:16 AM
neoneeco
    Thread: include with variable (solved)
Post: RE: include with variable

Yes it works. Thank you !
4,187 Views
8 Replies
02-18-2021, 02:50 PM
neoneeco
    Thread: include with variable (solved)
Post: RE: include with variable

waleed Wrote: (02-12-2021, 08:37 PM) -- Use view instead of include. Like echo view('includes/include_card',$galerie) -- Hi, Sorry but don't work (same error) nfaiz Wrote: (02-13-2021, 12:03...
4,187 Views
8 Replies
02-18-2021, 02:41 AM
neoneeco
    Thread: How to use parameter in redirect function
Post: RE: How to use parameter in redirect function

Hi ! try this : return redirect()->to(base_url('student/viewStudentProfile/'.$studentid));
3,286 Views
4 Replies
02-13-2021, 03:37 AM
neoneeco
    Thread: include with variable (solved)
Post: RE: include with variable

Thank you for your reply.  However i am not sure i understood correctly. I still have the same error ==> see attached file It's like the foreach loop variable doesn't exist in the include. ...
4,187 Views
8 Replies
02-12-2021, 01:35 PM
neoneeco
    Thread: include with variable (solved)
Post: include with variable (solved)

Hello, I would like to know how to pass a variable in an include. Indeed when I do the classic way codeigniter returns me an error. PHP Code: --                                      ...
4,187 Views
8 Replies
02-12-2021, 10:26 AM
neoneeco
    Thread: Update instead insert
Post: RE: Update instead insert

Hi I dont kknows why, but you can read : https://codeigniter.com/user_guide/models/model.html?highlight=save Its about $id
4,181 Views
9 Replies
01-28-2021, 01:32 PM
neoneeco
    Thread: Validation in the Model not working
Post: RE: Validation in the Model not working

Sorry i dont really understand, Do you mean that the error is here : protected $table = 'walking_stats'; protected $primaryKey = 'day_walked'; protected $returnType = 'object'; protected...
3,544 Views
6 Replies
01-18-2021, 11:06 AM
neoneeco
    Thread: Route with variable gives 404
Post: RE: Route with variable gives 404

You have to capitalize the backend, and check your slashes
2,871 Views
6 Replies
12-12-2020, 02:53 AM
neoneeco
    Thread: tutorial's ci4
Post: RE: tutorial's ci4

I do not agree, the documentation is very well done and the youtube videos complete it perfectly
5,858 Views
8 Replies
12-12-2020, 02:48 AM
neoneeco
    Thread: localhost send an invalid response
Post: RE: localhost send an invalid response

What if : return redirect()->to(base_url()); return redirect()->to(base_url('komik/')); try and see did you try other things ?
8,490 Views
16 Replies
11-29-2020, 03:45 AM
neoneeco
    Thread: SQL : join with tables with same fields name (eg primary id) return invalid results
Post: RE: SQL : join with tables with same fields name (...

When there is a possible confusion of fields, it is then necessary to list them all in the SELECT with the name of the table first (i think)
1,337 Views
2 Replies
11-27-2020, 01:37 PM
neoneeco
    Thread: localhost send an invalid response
Post: RE: localhost send an invalid response

in the routes.php : PHP Code: -- $routes->get('/', 'pages::index'); $routes->get('/komik/create', 'komik::create'); $routes->get('/komik/(:segment)', 'komik::detail/$1'); -- add: $rout...
8,490 Views
16 Replies
11-27-2020, 01:33 PM
neoneeco
    Thread: localhost send an invalid response
Post: RE: localhost send an invalid response

Hi where is the route /komik in your routes file ?
8,490 Views
16 Replies
11-27-2020, 03:08 AM
neoneeco
    Thread: Maximum call stack size exceeded in development enviroment
Post: RE: Maximum call stack size exceeded in developmen...

with pleasure :)
2,463 Views
4 Replies
11-26-2020, 03:03 PM
neoneeco
    Thread: Maximum call stack size exceeded in development enviroment
Post: RE: Maximum call stack size exceeded in developmen...

I had the same problem not long ago, it was because of the structure of my page. How is it built, in terms of its includes? Do you use section inclusion as follows:  PHP Code: --     Hel...
2,463 Views
4 Replies
11-26-2020, 02:53 PM
neoneeco
    Thread: Can't load view as variable
Post: RE: Can't load view as variable

maybe look at: ob_start(); ob_get_contents();
2,206 Views
4 Replies
11-26-2020, 07:48 AM
neoneeco
    Thread: HTML on language lines
Post: RE: HTML on language lines

Hi I don't know, I don't have the solution, but have you test some ideas : echo (echo lang('requirements.lang.in_intl')); or print_r ? (or something like that ?) or : PHP Code: -- $return = l...
1,250 Views
2 Replies
11-25-2020, 03:15 PM
neoneeco
    Thread: Call to undefined method App\Models\[...]::transStart
Post: RE: Call to undefined method App\Models\[...]::tra...

1) Have you tested without this method? (commenting it) 2) It may seem obvious, is this method well implemented ? the code doesn't show it, with the closing class brace.
6,484 Views
6 Replies
11-25-2020, 06:22 AM
neoneeco

Theme © iAndrew 2016 - Forum software by © MyBB