Error: Unable to locate the specified class: Session.php
Code: $this->load->library('session'); or Code: $autoload['libraries'] = array('database','session'); when i write as above, i got an error message => Unable to locate the specified class:...
View ArticleHow to overwrite pagination
Hi, I need to make some changes in pagination and for this copied file system/libraries/Pagination.php and copied it into application/core/Pagination.php and I made changes I need in last file, but...
View Article[split] CI 3.2 ETA?
Is there an ETA on CI 3.2? My company is looking to upgrade some CI 2 to CI 3 and it would be nice to jump up to the latest while we are at it. I am just wondering if it is a few weeks or days. If so...
View ArticleError with Pagination class
Hello, very good, I am doing a small project to strengthen my knowledge with CodeIgniter and its libraries, and I ran into an error with the Pagination library, which I can not solve, I do not know who...
View ArticleThe upload path does not appear to be valid.
Hi, I am trying to upload a file on live server cPanel but it not uploading and i am getting the error Code: The upload path does not appear to be valid. and some time 500-internal server error But...
View Articlemod_rewrite
My application runs in php with codeigniter. i want to redirect the url like this. https://www.domain.com/search-profile/<n...e_name.htm to https://www.domain.com/file_name.htm Can somebody help...
View ArticleCalling for developer (freelance stuff)
I am looking for CI developer with freelance stuff. preferable living in lahore- Pakistan.
View ArticleLost about XSS protection
Hi, as xss_clean in Input is deprecated, and as it seems that it's a best practice to Validate Input and Sanitize Output, i'm in trouble with the correct way in CI (meaning in MVC structure). Hypothese...
View ArticleCodeIgniter Strong Password Validation
Example file using callback to validate passwords by regex. Required Lowercase Uppercase Number Special Chars https://gist.github.com/natanfelles/f5d4...78edeb7d7d PHP Code: <?php/** * @author...
View ArticleCodeIgniter Database Helper to Add and Drop Foreign Keys
CodeIgniter Database Helper to Add and Drop Foreign Keys https://gist.github.com/natanfelles/4024...9d82dec281 PHP Code: <?php/** * @author Natan Felles <natanfelles@gmail.com>...
View ArticleWhy is standardize_newlines deprecated?
Why? https://github.com/bcit-ci/CodeIgniter/c...407c56b338
View ArticleTutorial "Create news items"
Hello, I started the CodeIgniter Tutorial and got every part running except for the creation of a news item. I struggle on the same spot if I write down the code myself or if I copy&paste it. When...
View ArticlePossible to download a specific version of CI?
Hi, I'm currently running version 3.0.0 of Codeigniter and would like to know if it is possible to download (for example) version 3.0.1 instead of having to download the latest. My aim is to slowly...
View ArticleIs my implementation of multi language okay?
Hi guys, There are so many different ways to add multi-language functionality to a CI installation. I went ahead and put together something that looks like it will work and I would like some feedback....
View ArticleSession issue : Can't keep it persistent
Hello, I don't know why but I lose my session at any refresh. I try to store it by file and now in my database. Here it's the only thing I have when i refresh my page (anytime different) : PHP Code:...
View ArticleHow to accommodate the rows of my table?
Help, I feel it is a fairly simple problem, but I can't find error, can you help me? In this part where I realize the filling of the table of the bottom Code: <?php if( !empty($obtenOperacion)) {...
View ArticleProblemas con foreach
Ayuda, siento que es un problema bastante simple, pero no encuentro el error, necesito que las filas de abajo se acomoden de acuerdo a las del título, el problema es que se recorren intente hacer...
View ArticleOpen Blog
Hi all, I've recently acquired the (quite old code) ownership of Open Blog. https://github.com/enlivenapp/Open-Blog I would like to see if there's interest from the community for experienced members...
View Articlehttp://localhost/codeigniter/ yield 404 Page Not Found, how to solve it? Thanks
I still couldn't understand http://localhost/codeigniter/ yield 404 Page Not Found, how to solve it? Thanks 1.png (Size: 11.41 KB / Downloads: 19)
View ArticleAny thing better than CSRF
Hello, I would like to know what would be better than codeigniter CSRF Because I tried setting up documentation way but still get error the action you have requested is not allowed. I don't like...
View Article