Node cannot be inserted at the specified point in the hierarchy
Why does happen subjected error in jquery when jquery is implemented in codeigniter? Did anyone face this problem earlier. Can anybody help me? I am having a problem with jquery implemented in...
View ArticleGeneral Question
I have got a login function where I have added a is_numeric to check if id is a numeric I think might help for a bit of added extra security I have other features but is that a good and is there any...
View ArticlePage Not Found
views/addslideshows.php PHP Code: <div class="col-md-6 col-md-offset-3 well"> <br> <?php echo form_open_multipart('Cuploadfile/upload');?>...
View ArticleWhy upgrade at all?
Playing devil's advocate - we've been using CI 2.0.1 since 2012 and are happy with its functionality and performance. Other than end-of-life issues for CI 2, what advantages / new features would we...
View ArticleWhat has happened to the libraries?
Hi, I don't mean to ask a silly question, but have been reading the CI4 documentation. Was thinking about testing out CI4 on an old domain name. But then I realised that the libraries have gone. I know...
View ArticleSetter / Getter Best Practice 2016
I have been doing this (see below) for sometime and wanted to know if this would be considered best practice for a PHP setter/getter function? PHP Code: public function plugin_prefix($prefix=null) {...
View ArticleIIS support
hi i would like to suggest that codeigniter as it come configured with .htaccess for Apache, to be the same with web.config for IIS, instead of searching web of how to configure it
View ArticleError helper url function current_url()
Hi. I used current_url() to get current url my website but don't return current url. Exp: My url: http://localhost:9090/ci4/public/index.php/admin/exp/ function current_url() return :...
View ArticleCI4 CMS
I am not sure if there is already a discussion about this topic but here we go... I am really excited about CI4, I think that if it is done correctly it will be a framework that has a big chance of...
View ArticlePrivate vairable not working
On the top above my __construct() area in my library I have a variable called $set_the_time_for_cookie_to_expire because the time() has brackets it is throwing error Code: A PHP Error was encountered...
View ArticleCodeIgniter 3 PHP CodeSniffer
Hey, Does anyone know of a good CodeSniffer for CodeIgniter 3? I have one for CI 2 that I may just modify as need be, but I was hoping someone may have already created one. Cheers, Andrew
View ArticleCodeIgniter 3.1.0 Released
CodeIgniter 3.1.0 was released today, with some security fixes, bug fixes and enhancements. Most importantly - it fixes a critical SQL injection bug in the ODBC database driver. The fixes to the ODBC...
View ArticleInstallation/Startup Issue with PHP 7 built-in server
Hello All, Thanks in advance for any input! I git-cloned the repo to my development Mac (running Sierra/php 7) and started it using PHP7's built-in webserver like this: Code: ➜ CodeIgniter4...
View Articleneed help to write routes
hi, i am using ci3 with wiredsign's hmvc. i have the users modules with two controllers 1) public_user 2)admin_user these are the URLs http://www.mysite.dev/users/admin_user/showall...
View ArticleCommunityAuth Register?
Hi Brian, My site, http://www.codesmastery.com/login?redirect= It is using Community Auth. Why is it when I try to press the register button. It will not redirect properly into the right url.? This...
View ArticleSuitabe tokens for autologin?
I have a function below which creates / inserts the customers autologin information How ever I am not sure if the tokens and unique_tokens secure enough. There is no personal information set in the...
View Article[split] on-existence :datagrid
hello all, may you can help me? i have problem with my code igniter when i see on browser, the error message is : non-existence :datagrid, other wise, i already have it on...
View ArticleDB Query error logs not showing the script name
For example I got the following error in log file. Quote:ERROR - 2016-07-27 10:19:43 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server...
View ArticleMessage: unlink(/tmp/ci_sessionaa51644b4360c8f6957d2c733): Operation not...
Server Throw this Error Periodically on localhost everything seems ok, I don't know why? A PHP Error was encountered Severity: Warning Message:...
View Articleunable to update record
I am new to web development and trying to learn the codeigniter. I am following tutorial ever thing is ok. but the edit / update page is not working. May be this is a stupid topic but I am having...
View Article