CI 3.1.0 ImageMagick not working
Platform: Ubuntu 16.0.4.1 CI Ver: 3.1.0 Can someone please check the following: file: system/libraries/Image_lib.php PHP Code: // __LINE__ 890// exec() might be disabledif (function_usable('exec')){...
View ArticleMultiple Forms on Same Page
Hello All. I have joined this forum a few minutes after I downloaded and installed CI 3.0.6. And this is the first time I am using anything like CI. Though I have been working on Core PHP and...
View ArticleNot sure why I get these errors every now and then
I have an authentication app using IonAuth. This is the first time I've used IonAuth and every now and then I get this error... A PHP Error was encountered Severity: Warning Message:...
View ArticleConfused about variables
Hi there, I'm very new to CI but have a background in programming. I am trying to get my head round variables. I've created my own controller (MY_Controller) which extends the CI_Controller, and has...
View Article[split] ajax killing sessions?
Sorry if this is off topic, but I am having issues with Ajax requests killing sessions. I have read that its intention to stop session hijacking or something similar, but its ruining my user...
View ArticleMigrate from 2.1.3 to latest 3.1
I am just asking if it's possible to migrate an old application write on 2.1.3 to the newest and latest 3.1 or I need to go from version to version until I reach 3.1 which is a pain in the *******, if...
View ArticleReplacement for FlexiAuth??
I will migrate an application write on old 2.1.3 and is using Flexiauth. I will try to migrate everything to the latest version 3.1 so does anyone knows a replacement for Flexiauth or can tell me if...
View ArticleGetting the customer id if session is not set
Hi, sorry for lots questions on auto logins I am just new at that. I am creating a auto login for my front end system. When the session has expired it unset the customer id. I use my readAutologin...
View Article[split] CI Studio? ... CodeIgniter4.0.0-dev Reaches Milestone 1
Why don't we have a CI Studio like Zend Studio!!
View ArticleIn Codeigniter, Twig project always to refresh cache
Hello, In Codeigniter 3.0.6, Twig 1.24.0 project if in twig code I would like to clear all cache on any page reload. In some cases it seems to me, that after I modify some twig and reload page by...
View ArticleArray input validation help
I am working on this application which i need to achieve something like this, in the system we are allowing the system administrator to add customers and their vehicles, Customers can have one or more...
View ArticleCan only login as Admin in Community Auth
only auth_level that works for login is the one set for Admin level. If try the rest the said invalid username and or password.
View ArticleHo to build dynamic menus based on user roles/permissions
I've been developing for long time on top of framework like Symfony2 and Laravel that I don't have a clue about what I will be asking and sounds like a dummy question for old developers but .... I am...
View ArticleHow easy PHP is
So this week I have officially been given the task to start making an Android app for the company I work for. If you've never done such a thing, Android seems like a strategy for Java programming. Holy...
View ArticleRouting bad URLs
Hi to all developers... My question is about routing and redirect bad URLs. Suppose I've a controller, User, with some methods, method_1, method_2, method_3. When I passed parameters to methods:...
View ArticleHow to perform the upload with multiple files
I use the following code in my form . Code: <input type="file" name="bbs_images[]"> <input type="file" name="bbs_images[]"> I tried PHP Code: $this->upload->do_upload('bbs_images');...
View Article[solved] upload problem - dont see it - pls have a look
Hi, I've got an upload function that should work. Obviously something is wrong. It just reloads the site. I try to upload a png-file with 12kb and I dont get into the...
View Articleindex.html - can I take it out from CI in a safe way?
index.html is all over CI to avoid direct folder access I assume.. Is there a safe way to remove this? Maybe with .htaccess rules or something like that. What do you guys think about this? I kinda hate...
View Articlepsr4">Adding additional "packages" to Autoload->psr4
I am in the process of learning some of the new ideas in CI4 before it goes live (next year???) One of my more important libraries is my Package Manager and I am looking into how I can dynamically add...
View ArticleRedirect
Hello, Can anyone help me fix this navigation so that it could redirect to google analytics website? views/navigation.php PHP Code: <li><a href="<?php echo site_url('cpages/settings');...
View Article