CI to angular 2
Hi , I want to revamp my CI project to Angular 2.. can any give help me the steps needs to be fallowed? or any study meterial..
View ArticleHello and Thank You!
Hi everyone, I just wanted to say THANK YOU to all contributors on the Choosing CodeIgniter Forum. I'm wanting to take a Joomla site and rebuild it to remove the need for constant updates, minimise the...
View ArticleCI-PHPUnit run from root directory
Hello All, I have phpunit and ci-phpunit running with CI 3.1.6. Based on my novice level of understanding, I have unit tests running, but I have to go to <project directory>/application/tests...
View Articleproblema pagination library
Hello all, I'm starting with codeigniter from some weeks and have a little problem waiting that you can helpme, I'm enabling the paginator module for list rows from table, this is my code: PHP Code:...
View ArticleProblem: 404 Not Found - Subfolder
Hi guys. I came across the following error: 404 Not Found The requested URL / controller / subcontroller was not found on this server. Apache / 2.4.25 (Debian) Server at server.my Port 80 Follow the...
View ArticleAny one know where i can get free istockphoto type images for my website
Hi, I know this not a codeigniter question bit I would like to now where I can get any free images from Similar to these website responsive images below....
View ArticleGetting Error after uploading in server
A PHP Error was encountered Severity: 8192 Message: Function mcrypt_get_iv_size() is deprecated Filename: libraries/Encrypt.php Line Number: 291 A PHP Error was encountered Severity: 8192 Message:...
View ArticleHow to echo this array?
Hi guys, I send an array $data['content'] into view. and here are the content of this array. Code: array(2) { [0]=> array(5) { ["subj_id"]=> string(1) "1" ["subject_name"]=>...
View Articleget result from join same table join
Hi, i want retrieve each h1_status, h2_status, ..h6_status from database and show it to view. my status_payment table: Code: status_id | status_name 1 | In Progress 2 | Paid my...
View ArticleTrying to understand an example in general topics
In the general topics section on views it gives this example: Let’s try it with your controller file. Open it add this code: Code: <?php class Blog extends CI_Controller { public function...
View ArticleRest Api Working in Localhost but not in server
{ "status": false, "error": "Not authorized" } postman.png (Size: 116.3 KB / Downloads: 6)
View ArticleUpload Error
Hello, What am I doing wrong? I get this error message. Quote:An uncaught Exception was encountered Type: ArgumentCountError Message: Too few arguments to function Admin_model::insert_produckt(), 0...
View ArticleEmail error
Hi, I'm having error when i send email from CI to a gmail address... the errors: 220...
View ArticleEmail error
Hi, I receive error when try send email to a gmail inbox... in my internal network emai works fine... but when i try to a external address i have this: 220...
View ArticleCSRF vuejs-axios not working
Hi, Spending hours to post some vuejs - axios data to my codeigniter. PHP Code: axios({method: 'post',url: 'http://puppyplaza.dev/api/saveprofile',data: { csrf_token:...
View ArticleDatabase Connection Master Slave issue
Hi I am trying to connect 2 database one for read and another for write. I am using following code for 2 connection. In Contructor $this->WRITE = $this->load->database('write', TRUE); //--...
View ArticleForm validation and form_validation.php
In the How to Save Your Rules section of the Form Validation documentation it states Quote:Your validation rule file will be loaded automatically and used when you call the run() method. The...
View ArticleUpdate Database button
I'm trying to make a button that will update the database when clicked. But it isn't working.. Is there someone who can help me? VIEW: <form method="GET" action="<?php...
View Articleredis driver _get_lock set lock_key problem
Hi there, i am using CI 3.1.6, latest php7.0-redis. I get following error messages multiple times a day (30+ ajax requests per second): - Session: Error while trying to obtain lock for ci_session:... -...
View Articleimage cropping with codeigniter and escapeshellarg() error
I want to upload an image with codeigniter and crop it. this is my source code: $config['image_library'] = 'imagemagick'; $config['library_path'] =...
View Article