How can I use Angular 5/6 for frontend and Codeigniter 3 for backend in the...
I have this project I want to do, using Angular 6 for frontend and Codeigniter 3 for backend. The problem is that I don't know how to combine the two, and all the tutorials I looked were using...
View ArticleCI4 Supporters
The following list of people have are supporters of Lonnie's Patreon page and have helped fund continued CI4 development, and related open source projects. You all rock! I can't thank you enough....
View ArticleHow to use non-latin characters in slug?
The posts table contains a record where slug field is: пролпрол-про-апрарр I try to get the post using controller: Quote:public function view($slug = NULL){ $data['post'] =...
View ArticleGeneral forum question
In my browser this forums looks like the attached file. What is the idea of the empty space on the left? Безымянный.jpg (Size: 155.33 KB / Downloads: 11)
View ArticleSpot the BUGS :)
Eventually got round to including declare(strict_types=1); into all my applcation/*.php files: Script is rough and ready but it does the job PHP Code: <?php...
View ArticleSession files with 0 bytes
Hello everyone! I'm experiencing some problems with session files. Recently, CodeIgniter started creating session files with 0 bytes, two or three every second. Sometimes 5 or 6, even more. The app is...
View ArticleUsing entity with table left join.
Hi, how to use Codeigniter 4 entity when joined table? Like example I create two entity Orders and clients; in Order table I have client id and I want to join client table, so how it should look like?...
View Articleci_sessions table is getting big - like 6M records and 90meg big
ci_sessions table is getting big - like 6M records and 90meg big Is there any problem with me just truncating the table? These are my settings in config PHP Code: $config['sess_driver'] =...
View Articlecodeigniter 3.1.9 with apache and php 7.2 - routing/redirect issues with sym...
SCENERIO: Recently I migrated CodeIgniter from 2.4 to 3.1.9 along with PHP from 5.2 to 7.2. Also, created a new httpd.conf file in apache. When I go to the site's URL, it loads the default page fine...
View ArticleShowing product name instead of product id in the URL.
Hi guys. i am new to CodeIgniter. I have a controller named product. and i am passing parameters to product controller index function using routes. $route['mobiles/(:num)'] = 'Product/index/$1'; so it...
View ArticleHow to delete folder according to username.
I have a register form in which users can registers to create their own account in my application and I'm giving them the oportunity to upload their own pictures etc. Everything works well so far. The...
View ArticleCan I have more management on my controller by separate functions into classes?
created a simple "CMS" with "codeigniter". I want to know can it separates public functions into a new class? This is my controller code: PHP Code: class Admin extends MY_Controller { public...
View Articlegetting error while trying to send mail
Message: mail(): SMTP server response: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1) here is my php.ini [mail function] ; For Win32 only. ;http://php.net/smtp ;SMTP=localhost...
View ArticleFew links are not working
This is the scenario.... Those are not working. Can you help me please. Dropdown list is working but My Profile, Help, Change Password and Logout links are not working. <ul class="user-info-menu...
View ArticleYour server does not support the GD function required to process this type of...
Hi Team, I am using GD Image Library for resizing the image. Uploading image to folder is working but resize image code is showing me the error Your server does not support the GD function required to...
View ArticleNamespaces and CI4 Primer
Just published a quick public primer about Namespaces and CI4 over at the Patreon page. This gives a very brief overview of namespaces for those that aren't familiar with them, and a couple of...
View Articlecannot set an index of a session
Hello. I try to change an index of a session but codeigniter sent an Error : PHP Code: $this->session->user['coins'] = 5; Code: Indirect modification of overloaded property CI_Session::$user has...
View ArticleGetting errors in Firefox developer after changing to https
Know very little about coding but enough to be dangerous. I have my website circlehubb.com going through cloudflare. They offer a shared SSL certificate. I still was not getting the padlock, and...
View ArticleOutput cache not deleting expired caches
I've got an issue in that expired page caches are not being deleted. This is currently happening under v3.1.9 but I've also noticed on some of my old v3 applications it's doing it as well. On...
View ArticleQuery is not executing in whole site
I am using IIS7 and php 5.6 with MSql server. while I am trying to deploy the files from live server to local server, I got blank page (eventhough one query also working).But connection script for...
View Article