CodeIgniter error using PHP7 Message: mcrypt_encrypt(): Key of size 10 not...
im using php 7 and found error Message: mcrypt_encrypt(): Key of size 10 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported
View ArticleJapanese character not display.
My all charset config are sets to "UTF-8" On my database. I have this string "ãゃらã‚ã‚‹å ‚",it should display "きゃらめる堂" . Since, I want to re-code my website using codeigniter, I've been searching...
View ArticleTrying to use Codeigniter4
guys i need help. i try the ci4 and when i go to "localhost/ci4dev" and then i see this. If you see this message, you have not configured your web server properly. You need to set your "document root"...
View Articleerror:403 (Server response:403 forbidden )
Hi to all , I am Using Codeignter RESTfull APIS .. In Android When Ever I am upload images I am Getting error 403(server response). other wise API working good . Same API using IOS When ever Image...
View ArticleDynamic input field saving
Newbie yet & this is the first time i'm working with dynamic fields, please check this video first. http://www.screencast.com/t/Tl8jWxztdfG6 As i demonstrated i have this input field in my form...
View ArticleImport vcard contacts into mysql
I need to import vcard contacts into mysql anyone please help https://github.com/bcit-ci/CodeIgniter/w...rd-Library This library only doing download , I need Import datas from vcard into mysql
View ArticleUpgrade codeIgniter from 2.X to 3.0
Hello everyone, I'm writting there because I'm actually facing a hard problem. Currently, I see that PHP7 was realease ! Oh Nice, I think. So I try as soon as I saw that to push my website under...
View ArticleHow to include Amazon MWS client library in Codeigniter 3?
I downloaded Amazon MWS Library from official Amazon developer portal (MarketplaceWebServiceProducts). Products API Section Client Library - PHP - Version 2011-10-01 I added this lib in root/libraries...
View ArticleIs this ok? Suppressing warnings with the @ symbol
Hi, Having just discovered get_meta_tags and dumping all my CURL functions a problem arose. During user testing some URLS (trimmed, properly validated, working and perfectly normal urls) were throwing...
View ArticleMigration Issues
Hi all, I don't believe I'm doning anything wrong here (hopefully not!), but any pointers massively appreciated. Firstly, I have migrations set up to timestamp, and have auto_latest set to true....
View Articledynamic input field array validation.
I have dynamic input field like this PHP Code: <input type="text" name="fault[0]" placeholder="" class="form-control name_list" /> this field can be increment like fault[1], fault[2],...
View ArticleGetting Cjax 5.8/5.9 to work on CI 3.x
If you were using CI 2.x and Cjax 5.8 your Cjax installation probably broke or you found out it does not work. As you probably already know, Cjax is compatible with the 2.x CI family. CI 3.x does not...
View ArticleNetworkError 404 // undefined in FireBug
I get the following error pop up in FireBug on almost every page. Thought it was something wacky in jQuery but I've commented out my scripts and it still pops up. Sometimes on a delay. Any ideas??:...
View ArticleEmail subjects containing numbers are scrambled
Hi, Running CI 3.1 on PHP 7 and I am getting an issue sending e-mails where the subject contains numbers. Rather than reading something like Order Summary: XY50/005340 it arrives as: Order Summary:...
View ArticleError message does not appears
Hello, Please cek my codes. I wonder why <?php validation_errors(); ?> does not shows error message even when I leave galleries_name empty. I expect it show this message: "Galleries Name...
View ArticleCI 3.1.0 - Trouble with Identity-fields and sqlsrv
Hi there, I am using CodeIgniter for a few weeks now and I am impressed. But after migrating one project from a LAMP to a Windows Apache MSSQL2012 PHP7.0 machine my troubles started. As mssql isn't...
View ArticleDisplaying error messages below the field
I am using ajax to validate a form with dynamic fields. this is how the errors being displayed now (all in one position). JS file Code: $(document).ready(function() { $('#submit').click(function() {...
View Articlepassing pages_id
Hello, When someone press this edit button, I expect that it carries me to call a certain database which is the particular data should be retrieve and show it in :...
View ArticleThe problem with IonCube
Good morning I have a little problem with the use of IonCube with CodeIgniter. When I give only Obfuscation everything works without coding methods and classes. But when I use tabs Keys then you start...
View ArticleCreating new record in database
Hello, I am new in CodeIgniter, I just installed this framework and read documentation. I tried this: http://www.codeigniter.com/user_guide/tu...items.html Tutorial. I did two previous sections and...
View Article