jQuery UI Livesearch works with English, but don't work with Cyrillic characters
Hello, I have a problem with jQuery UI Livesearch - it works perfect with English but do not work with Cyrillic - empty array and I have both in my database. I am using CI 3.1.5 and Firebird 1.5. I...
View ArticleBest IDE that supports CodeIgniter
Can someone advise me IDE that supports code igniter? I mean autocomplete and so on.
View ArticleAJAX help wanted
I have managed to get an CI4 AJAX Dynamic Search routine working but it was an 'Orrible Kludge. I had a tremendous amount of problems in trying to call this dbSearchResults.php file using the following...
View ArticleWill it be consider as 'false positive'?
The verdict: This may allow to execute arbitrary code, or at least modify what code can be executed. (Snippet from system/core/Loader.php) Code: // If the PHP installation does not support short tags...
View Articlesite_url function collision with Wordpress
Hi, I've used CI for many years now for my application and have Wordpress running on the same site for a blog. Problem has always been that both Wordpress and CI use the same function site_url(). It...
View ArticleMySQL problem
Hi All, Maybe I post in wrong forum. I have issue with MySQL here, to be exact HeidiSQL. I host my site with asphostportal.com that use MySQL database. I know that I can connect using PhpMyadmin on...
View ArticleI have two tech arguing over whether this is a critical security problem
Raised here, as its not a security problem with codeignitor, is a problem with how its being used. Comments from one tech below. The code I reviewed contained a critical security issue that might...
View ArticleNGINX / htaccess woes
Hey all. We are moving from an Apache setup to a NGINX setup (under a dockerised environment) and struggling to get CI 3.1.5 to work properly. Has anyone ever got CI working correctly under NGINX. I'm...
View ArticleIs this MODEL method safe?
Hi guys, I am debating with someone on the security of the following method: He insists it could allow someone to take control or delete the database. $limit, $offset and $filters are passed from the...
View ArticleMultiple Database Connection
hai to all, if possible to connect multiple database in codeigniter in hooks if this possible to do?
View Articleinput post won't work when using csrf
Hm, i've tried with $this->input->post or $this->input->get_post everytime i've dumped i've got NULL in return cause of csrf. It's possible to do it without turning off CSRF and without...
View Articleneed help in security
Hi all, I need some developer to make some works for me there is a team develop a website for me by CodeIgniter and they left the work now the site is working fine but it has some security issue...
View Article404 Page Not Found The page you requested was not found.
Hola amigos, soy Luis Usted me podría ayudar por favor Me encuentro con este error 404 Quiero hacer una intranet con codeigniter 3 y cuando lo cargue a mi servidor me sale este error 404 Actualmente...
View ArticleEnabling SSL for a Login Form
Hey guys, (newbie here) I was wondering if anybody had experience with enabling SSL protection for a login page in CI 3? I've already enabled Session, CSRF, and XSS protection in my config file but I'm...
View ArticlephpStorm 2017.2 Released
JetBrains released phpStorm 2017.2 yesterday which is their 2nd major update this year.
View ArticleReplacing Core Classes Note needed
Hi, Maybe it is a good idea to have a note added to the documentation regarding the replacement/extention of core Database classes. https://www.codeigniter.com/userguide3/g...re-classes It is...
View ArticleDatabase Error
I installed xampp in d drive.When i load the database I got a error "Fatal error: Call to undefined function mysqli_init() in D:\xampp\htdocs\ci\system\database\drivers\mysqli\mysqli_driver.php on...
View ArticleGet data from cookie on subdomain with Codeigniter
I already checked couple threads here but I was not able fix my problem. I have 2 apps: 1st app is pure php ecommerce website on domain http://www.mydomain.com, where I did initialization with: Code:...
View ArticleCannot delete from database
I cannot delete using a button in a datatabe but I can delete if I use a form and I don't know what I'm doing wrong. The form that works: <?php echo form_open('/posts/delete/'.$post['id']); ?>...
View Article404 Page Not Found The page you requested was not found.
Hi friends, I'm Luis You could help me please I encounter this error 404 I want to make an intranet with codeigniter 3 and when I upload it to my server I get this error 404 Currently I still have the...
View Article