help
i imported this application from online to local but ikeep getting this error "no such file or administory in"
View Articleget textbooks Published between YEAR provided[publication_date] and today
// model function // get textbooks Published between YEAR provided[publication_date] and today if ($data_search["publication_date"]!='') $this->db->where('publication_date...
View ArticleConfiguration Disturbed in Bootstrap Page.
I was asked to modify one page in a Project developed using CodeIgniter. I'm new to CI, and I develop in core PHP. I found the file and redesigned it in bootstrap. But when I upload the file into...
View Articletrouble with file_mime_type() in upload.php
Capture.JPG (Size: 20.51 KB / Downloads: 6) I've uploaded an xls file and I seem to be getting the wrong mime type for it. This is the line of trouble: $mime = @finfo_file($finfo,...
View ArticleThe Encrypt library does not work in PHP7.2 and PHP7.2+
mcrypt_module_open has been deprecated from PHP7.2 and PHP7.2+ versions. ref: http://php.net/mcrypt-module-open [url=http://php.net/mcrypt-module-open][/url] How to resolve it in my existing project by...
View Articlefacing problems with inserting data
Hello guys, i am totally new in codeigniter and have gone through its documentation which is very nice, though am having problems inserting data to MySql as my view has a date and rime picker and a...
View ArticleIdea on how to do a front end booking system
Hi all, I am working heavily on a booking system and i am trying to figure out one thing. I want the system to go through each day going forward and find out by going through the database if there is...
View ArticleCompile LESS or SASS with Codeigniter 3
I want to use LESS instead of plain CSS in a Codeigniter 3 blog. Does Codeigniter have or support a LESS compiler? Alternatively, can I use SASS? How?
View ArticleAn uncaught Exception was encountered
Type: RuntimeException Message: Unable to locate the model you have specified: Adminloginmodel Filename: /home/skmengzv/public_html/rerum.in/bae/system/core/Loader.php Line Number: 348 Backtrace: File:...
View ArticleBUG on CI 3.1.7 with ION AUTH
After the last update from 3.1.6 to 3.1.7 a problem apperars with register. Function auth/create_user() has problem on validation around line 561 ERROR Messages Message: Use of undefined constant...
View ArticleJames, Can we get the Private Messages set to off
Hi James, Can we get the Forums Private Messages default set to allow them, I keep getting messages from new users and cannot answer them. Thank you Ray
View ArticleTable heading bug?
Hi, I'm using CI 3.1.7, and trying to use properly the table library. I am executing a request (typically a SELECT *), and you this ligne to output HTML : PHP Code: echo...
View Articletrouble with OLE check in the read function
In phpSpreadsheet I am trying to do a read(filename). One of the first things the code does is check the first 8 bytes of the xls (or xlsx) to see if it has the OLE signature. My code keeps failing...
View ArticleAssign value from SQL to variable
Hi guys! I have a very simple question. I would like to assign SQL-query result (which is only 1 row and 1 column) to my variable, and when make calculations with them. This is SQL select query, which...
View ArticleNumber Sorting
I have a some code that lets me sort my list of array in to different combinations how ever. Instead of refreshing page each time Is there away to just get a printed list of all the different...
View Articlemod_rewrite
Hola buenas noches! Tengo el siguiente problema, no me está sirviendo el próximo archivo .htaccess, cada vez que quieri ingresar a la ruta: http://localhost/Myfolder/login?redirect=examples me sale un...
View ArticleOne login for many codeigniter webapps?
Hi, I have at least 6, 7 codeigniter 3.x web apps to handle my company operations. I would like to incorporate it as an ERP, so that user can have only one login and use required apps based on the...
View ArticleCI3 Update Multiple Tables
Did the active record/query builder update functionality decrease from CI2 to CI3? I'm trying to use the query builder to update multiple tables (actually, only updating one table but it joins on...
View ArticlePrivate Messages - default settings?
When the forum was first setup, 3.5 years ago, the default setting for new users was "incoming PMs enabled". There was some lively discussion at that time, and the majority opinion was to disable this...
View Articleset_radio function
Hi, I'm Daniel, and I've been using Code Igniter for two months. I'm really thankful for the work on this framework. I'm developing a little application and found a strange behavior in set_radio...
View Article