Database Forge
Hello, Maybe the Database Forge is not designed for more purposes. I use it to create a table, modify a column, I realized it was not flexible enough. So I request some method for this class....
View Articlesomething causing a server error (500)
I have been battling this thing for a few weeks. I kept thinking the problem with the server error was my my js code running in the browser. But it seems that the CI backend is the problem. PHP Code:...
View ArticleSession ID not regenerating
Hey I'm having problems with the session ID not regenerating. This is my config Code: $config['sess_driver'] = 'database'; $config['sess_cookie_name'] = 'ci_session'; $config['sess_expiration'] = 60;...
View ArticleFile operations which may access external resources are executed
Hi, Our smart scanner scanned and reported some messages.. "File operations which may access external resources(e.g. malicious third-party websites) are executed. System commands are executed on the...
View Articlewriting timestamp
This should not be the problem that it is. I am trying to update the last_login date in my table, employees. PHP Code: $query=$this->db->get_where('employees',...
View ArticleCaptcha Not working
Hi, i'm trying to generate a Captcha image but it is not showing. The following is my function -it is just a copy and edit of CI's documentation: PHP Code: public function captcha_create() {...
View Articleion auth
i setup code locally from server but when i am trying to login ,welcome page appears for micro seconds only due to session timeout . the token and user have been verified for existence in the DB. The...
View ArticleAn uncaught Exception was encountered
My employer is closing down an existing webserver where we're running a few websites based on CodeIgniter 3.0.6. I recently backed up one of the sites and migrated it to a new web host, but am having...
View ArticleValidating Nullable Fields
Right now CI4 validation rules fail if the field is empty. So that they only work properly when the field is required. There should be a "nullable" rule to fix this problem. (I believe Laravel does...
View ArticleCI 3.X Session Core problems
My program occasionally appears with the following error: Fatal error: Class CI_Session_files_driver contains 5 abstract method and must therefore be declared abstract or implement the remaining...
View ArticleStored Procedure not working
I have issue in call stored procedure with null value in Codeigniter 3. I'm trying this in Model Code: $foo_sql = $this->db->query('call getFooData(' . $foo_id . ', "' . $fooname . '")');...
View Articleredirect funtion in codeigniter
Hello please i need a help to as to how to stop codeigniter redirect function refresh.anytime i run my app it continuesly refresh the page without stoping thanks in advance
View ArticleMemcached Session Storage Issue
Severity: Warning Message: Unknown: Failed to write session data (user). Please verify that the current setting of session.save_path is correct (localhost:11211) Filename: Unknown Line Number: 0...
View ArticleCodeIgniter-SSLHook - Appropriate headers and redirection for SSL websites
This hook will force users to use your HTTPS version of the website, it will also set some extra headers. More details here: https://github.com/mehdibo/Codeigniter-SSLHook
View ArticleError in downloading patch files
Hello Geniuses! I recently came across this error while I was updating my apps. It said, "fix unable to download patch files".. All I was able to conclude was for the particular file that I was...
View ArticleMid level CI / jquery developer wanted
15-20 hours a week Maintain / enhance enterprise sales / point of sale / reporting systems Be able to work with minimal instructions. Only email bob at visualsolns.com iif you are good, must also be...
View ArticleRest API Codeigniter.
Hello, I'm working on ReactJS. I'm using React for the front-end part of website, and as backend I'm using Codeigniter with the RestAPI library (https://github.com/chriskacerguis/codeig...restserver)....
View ArticleHow can I use transactions with these queries?
Hey guys; This page could receive up to 50k hits at the same time. How can I use transactions here? Would it be right if I simply add $this->db->trans_start(); and $this->db->trans_end();...
View ArticleHow to set up two websites on one webmaster tools
Hello everybody! How to set up two websites on one webmaster tools. We need someone eles advise us! **Non-English post content redacted. Further non-English and/or SEO spam will result in member being...
View ArticleUnable to locate the specified class: Session.php
Am integrating Facebook login using this library. However after redirection from FB I get an error: Unable to locate the specified class: Session.php Other codes with PHP Code:...
View Article