How To Upload .puz (puzzle) file on the server or move in the folder
Dear Team, I am unable to move or upload the puz( puzzle ) file in the folder. Kindly Provide the solution for it.
View ArticleNo connection could be made because the target machine actively refused it.
Hello, I am trying to setup my online site offline in my localhost yet I am getting this error message: Code: A PHP Error was encountered Severity: Warning Message: mysqli::real_connect():...
View ArticleACL Filter with Matched Route Name
Hello, all! I'm trying to create an Access Control List using a Controller Filter. I want to check the permissions based on the Route Name. Because the URI could be updated and this would not affect...
View ArticleAutocomplete Search in CodeIgniter
Hello everyone, I'm working on a blog project (inspired from traversy media youtube channel) but I want too add more functionality to it. At the moment you can search for any item but I am trying to...
View ArticleThe configuration file ci/config/config.php does not exist.
Dear All, propably it's a simple issue but I'm a bit confused why CI is throwing this error. "The configuration file ci/config/config.php does not exist." I've checked the file and folder is at the...
View ArticleUndefined index: HTTP_HOST
i get in error log : Quote:PHP Notice: Undefined index: HTTP_HOST in /var/www/html/web/libraries/src/Application/WebApplication.php on line 988 and code in this line : Code: $uri = $scheme ....
View ArticleCreate news items Tutorial Not Working
Hi guys I'm a newbie in codeigniter and has been following the tutorial until I hit death end in the last tutorial 'Create New Item'. I tried to insert data into MySQL:...
View Article404 error on live server
Hi all, i created a project on my local xammp server using codeigniter and its running perfectly on it. but when a place my entire code on the live server it throws a error 404. changes the htaccess to...
View Articleempty session path
Hi, I've looked a while here, googled but found no hint. My site https://www.MYDOMAIN uses sessions without problem, the session path is empty, however. For testing i use version.MYDOMAIN and sessions...
View ArticleDocs page issue
docs page 'cropped' on phones so you cant even read it, until the page fully loaded (for me its ~5sec) and never on PC/Chrome (during reproduction of bug) Screenshot from Chrome but the same on mobile...
View ArticleConnection TIMEOUT
Bonjour , S'il vous plait j'ai un problème il m'a vraiment bloqué voilà le message d'erreur This request takes too long to process, it is timed out by the server. If it should not be timed out, please...
View ArticleA PHP Error was encountered
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Template{ var $ci; function _construct(){ $this->ci =& get_instance(); } function...
View ArticleIssue with get_where and where methods in query builder.
I just "answered" a Stack Overflow question that seems to point out a bug in get_where and where methods in the query builder: https://stackoverflow.com/questions/48507219 This is using the current...
View Article[SOLVED] How to change db connection in CI
i want to dump my old db to my new db design which have different stucture. i dump all my table and save query using get_compiled_insert() to file. the problem is my old db is sql server and my new db...
View Articlepath error
I have just installed codeigniter. I get to the point where the welcome page is displayed. My base url is http://www.xyz.com/common/. When I type http://www.xyz.com/common/ or...
View ArticleSesseion work ofline but not work online
I geting problem with session in codeigniter , session work properly at localhost but not work after online
View Articleform_validation.php in config and conditional validation rules
I have made a CRM in CodeIgniter that I am working on improving, and want to move all the form validation rules to a form_validation.php file in the config folder. It is working fine, but some of my...
View Articleupload max filename less than 32 does not work
I'm trying to set up the upload library configuration as follows: PHP Code: $attachmentEXT = array('doc', 'docx', 'jpg', 'jpeg', 'pdf', 'png', 'rar', 'zip');$this->load->library('upload', array(...
View Articleform_dropdown com optgroup
Boa noite gurizada, Estou desenvolvendo uma aplicação de gestão de gastos pessoais, integrando Materialize.css com CodeIgniter (é meu primeiro projeto com CodeIgniter). Preciso de ajuda, sou...
View ArticleEdit data, but only updated after approve by manager
Hi, how to do this, Employee could update his data, but it is pending wait for boss approval. After boss approves, that the data is updated. Could someone give me basic logic or idea ? Thanks everyone...
View Article