Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: CodeIgniter 3 - 403 Forbidden on POST from jQuery.ajax() asynchronous request
Post: RE: CodeIgniter 3 - 403 Forbidden on POST from jQu...
This may work for you, but I would not go that way... |
|
kleber |
General Help
|
3 |
151 |
10 hours ago |
|
|
Thread: CodeIgniter 3 - 403 Forbidden on POST from jQuery.ajax() asynchronous request
Post: RE: CodeIgniter 3 - 403 Forbidden on POST from jQu...
I generally use ajaxPrefilter(https://api.jquery.com/jquery.ajaxPrefilter/) in my projects:
Code:$.ajaxPrefilter(function (options, originalOptions, jqXHR) {
... |
|
kleber |
General Help
|
3 |
151 |
Yesterday, 06:45 AM |
|
|
Thread: install CodeIgniter3 on cPanel
Post: RE: install CodeIgniter3 on cPanel
If this is going to be your only system in cpanel i would send the codeigniter (application, system, index.php) to the root folder (public_html). Then i would move the "application" and "system" folde... |
|
kleber |
CodeIgniter 3.x
|
2 |
406 |
Yesterday, 06:32 AM |
|
|
Thread: Blank Page after login
Post: RE: Blank Page after login
(04-06-2021, 02:54 AM)ytyeoh Wrote: HI,
I newbie in CI, i help client migrate to new server and php version form 7.2 become 7.3. After migration, admin login become blank page, all i test is work ... |
|
kleber |
CodeIgniter 3.x
|
1 |
163 |
Yesterday, 06:22 AM |
|
|
Thread: Need help on converting mysql query to codeigniter active record
Post: RE: Need help on converting mysql query to codeign...
(04-15-2021, 07:25 AM)php_rocs Wrote: @ jollytsr,
Can we see the code how you have it exactly in CI (line for line)?
Hello, send the way you set up the query using codeigniter(https://www.codeignit... |
|
kleber |
CodeIgniter 3.x
|
4 |
213 |
Yesterday, 06:16 AM |
|
|
Thread: NEED HELP - Error Undefined Variable
Post: RE: NEED HELP - Error Undefined Variable
Where did you set the $id variable?
In the code that you sent there is only $id_p and $store. |
|
kleber |
CodeIgniter 3.x
|
3 |
136 |
Yesterday, 06:11 AM |
|
|
Thread: Session Lost on firefox in first attempt
Post: RE: Session Lost on firefox in first attempt
It seems to me that you are trying to use native PHP session. This is not necessary if you load the codeigniter session library.
If you send the corresponding excerpt from your controller it can hel... |
|
kleber |
CodeIgniter 3.x
|
1 |
84 |
Yesterday, 06:04 AM |
|
|
Thread: how to change the main session cookie name upon login
Post: RE: how to change the main session cookie name upo...
https://stackoverflow.com/questions/1780...-keep-data
https://stackoverflow.com/questions/9642...-phpsessid |
|
kleber |
General Help
|
1 |
253 |
01-28-2021, 12:43 PM |
|
|
Thread: Introdunction
Post: RE: Introduction
Hello Seema Singh, I'm glad you found time between movie shoots to study programming. You can start by: https://codeigniter.com/userguide3/general/welcome.html |
|
kleber |
General Help
|
1 |
422 |
01-26-2021, 10:03 AM |
|
|
Thread: Process Controller file before run
Post: RE: Process Controller file before run
(01-25-2021, 10:06 PM)geximehe Wrote: I want make something like this
i have controller in controller folder example News.php
in news php all code encode to base64,so i want to make before control... |
|
kleber |
General Help
|
1 |
323 |
01-26-2021, 09:56 AM |
|
|
Thread: Best practise for multi step form ?
Post: RE: Best practise for multi step form ?
(01-20-2021, 07:27 AM)Akdref Wrote: Hello every one,
What is the best practise to do a multi step form with codeigniter?
Have you got a tutorial link?
Hello. It depends.
You can use js (like http:/... |
|
kleber |
Best Practices
|
2 |
841 |
01-24-2021, 09:21 AM |
|
|
Thread: Will there be a new version of CodeIgniter 3
Post: RE: Will there be a new version of CodeIgniter 3
(01-15-2021, 02:24 PM)Halim Wrote: Hi guys,
Will there be a new version of CodeIgniter 3, or 3.1.11 is the last one maybe,
Thank you!
I think so. At least that's what this changelog says: https://... |
|
kleber |
Best Practices
|
1 |
578 |
01-24-2021, 09:11 AM |
|
|
Thread: Fatal error: Cannot access property CI_Exceptions::$ob_level in /var/www/html/system/
Post: RE: Fatal error: Cannot access property CI_Excepti...
The error on server 1 is simple: you didn't define the variable before in the code.
On server 2, I imagine that some server configurations are different from server 1.
Read about https://www.php.ne... |
|
kleber |
Issues
|
1 |
411 |
01-21-2021, 03:19 PM |
|
|
Thread: Can't manage a CTA design.
Post: RE: Can't manage a CTA design.
Hi.
Use Ctrl+Shift+C to open the Developer Tools in Inspect Element mode. Click on "Explore our coffees" on the nescafe website and study the css animation. |
|
kleber |
Issues
|
2 |
573 |
01-21-2021, 03:07 PM |
|
|
Thread: Creating pages for new users
Post: RE: Creating pages for new users
Complementing the answer above. After defining the route, the controller must get the username and query the user information from the database and display it on its page. You do not need to create on... |
|
kleber |
General Help
|
5 |
629 |
01-21-2021, 02:59 PM |
|
|
Thread: Events::on('DBQuery')
Post: RE: Events::on('DBQuery')
The ideal would be to create a new function in the model with the db fields as parameters. Or I would add a select before findAll with only the fields I want to display. There is no need for an event ... |
|
kleber |
General Help
|
2 |
414 |
01-19-2021, 03:00 PM |
|
|
Thread: "Subscribe to this forum" 404 error
Post: "Subscribe to this forum" 404 error
When I try to subscribe to a forum by clicking "Subscribe to this forum" i get the 404 error page. |
|
kleber |
Issues
|
2 |
494 |
01-19-2021, 02:44 PM |
|
|
Thread: Surprised to see codeigniter 3.x running successfull with PHP 8.0 as well.
Post: RE: Surprised to see codeigniter 3.x running succe...
|
kleber |
CodeIgniter 3.x
|
10 |
2,645 |
01-19-2021, 02:34 PM |
|
|
Thread: Validation: one of two field required
Post: RE: Validation: one of two field required
https://codeigniter.com/userguide3/libra...on-methods
I think you can create your own validation rule for this case. Or you can follow the code below. I think you can do that on CI4 too.
PHP Code:i... |
|
kleber |
CodeIgniter 4 Support
|
3 |
391 |
01-18-2021, 06:30 PM |
|
|
Thread: Function Redirect() not send to browser
Post: RE: Function Redirect() not send to browser
Your request is correct. However, you made a request via ajax. In other words, you remain on the page while the request is made behind the scenes.
One of the benefits of this type of request is that i... |
|
kleber |
General Help
|
1 |
473 |
01-17-2021, 11:16 AM |