Codeigniter Image_lib Not resizeing all images
I have this code below where I am trying to resize multiple images in foreach loop it only resizes some and not all at once. Question how can I make sure it can resize all images at once. PHP Code:...
View Articleerrors views and helpers
Hello family, I wonder why the helpers functions do not work in error views. For example, why is it impossible to do PHP Code: echo site_url('css/styles'); in the file:...
View ArticleCI4 should keep Models are not required as CI3
Why I love CI3 over the others as well as Lavarel, one of the reason is MVC of CI3 is not require Models. So I can start the project in short time.
View ArticleMy project large.
my project is large ( Accounting software & ecommerce website) so fully support it ?..
View Articlesending mail with phpmailer
Hello i use user name and password for my gmail smtp acount but when i used in laravel its worked ! Thanks in advance
View Articleform_validation error
I'm creating a library to add new users. Code: class Register { private $CI; public function add_new_user() { $CI =& get_instance();...
View ArticleCI_model not found
Because of my previous issue trying to load classes within a controller I started to use models in my code. One thing I am puzzled with how can I share my toolkit. Now I have everything inherited from...
View ArticleExecute MSSQL Stored Procedure
Hello I have a problem to exec stored procedure of MSSQL use CodeIgniter. While i use $this->db->query("EXEC SP_NAME")->result(); also return an empty array. But in this case if I exec in...
View ArticleSession size with database driver
Hello, just information post. I miss information in CI documentation about session data size with database driver. In session database schema is used BLOB type. That means, there is only 64 KB storage...
View Article$_GET Question
I got told my code has a lot of security issue with using get how can I improve on it any suggestions and examples would be help full thanks The file manager works like when user logs in to admin area...
View ArticleFacebook plug-in for Ion-Auth
Hello, I just put my Facebook plug-in for Ion-Auth on GitHub : https://github.com/bvrignaud/ci-fb-ion-auth Feedback are welcome.
View ArticleProblem with Insert Data into Sql Server's Table
Hi Guys, need your help, i faced problem when inserting data into sql server's table. I've tried several methods namely : here is my model syntax Code: $this->db->insert('tb_customer',$data)...
View ArticleCant figure out this intermitten problem DNS 500
I migrated to CI 3.1.5 and for the same function it works at time and other it gives DNS 500 error . Compared for CI 2.2.x , it worked flawlessly. I used files for session storage and I wonder this...
View ArticleHow to use thid party?
Hi people. I was looking for a "link preview", https://github.com/kasp3r/link-preview . I was thinking that I can insert that in third_party, and call all by a custom library, but it is the first time...
View ArticleXss_clean Question
Hi I would like to know if I have use the security class xss_clean correct. Ans is there any where else I should put it on controller? I have attached file. PHP Code: if (null...
View ArticleFacebook SDK version 3.2.3 stop working
I was using Facebook SDK version 3.2.3 in my Codeigniter project and was working fine some days ago. But now suddenly it stops working. I have made any change at all. The Facebook login code is given...
View ArticleMigrations can't be rolled back
I'm trying to set up a controller for running migrations, and - if necessary - rolling them back. In the migrations config I have these settings: PHP Code: $config['migration_enabled'] =...
View ArticleError log
How can prevent these errors from appearing in the error log file? ERROR - 2017-08-27 09:46:37 --> 404 Page Not Found: Apple-touch-icon-precomposedpng/index ERROR - 2017-08-27 09:46:38 --> 404...
View ArticleCommunity Auth Issue
Hey Guys, I don't know if this is the issue of Community Auth or the CodeIgniter itself. I have setup the community Auth and running on my Codeigniter 3.1.3. When I place the session in the autoload,...
View Articlefilemanager integration
Hi, Can somebody give me filemanager integration example? I am trying to integration either of these libraries: 1.https://github.com/moemoe89/codeigniter-ckeditor-filemanager...
View Article