Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Duplicate migration files listed in status
Post: RE: Duplicate migration files listed in status

kenjis Wrote: (11-06-2023, 07:33 PM) -- What is "Create Class Extension"? I think the migration works, but just shows twice all migration files when you run migrate : status. It is because you ad...
485 Views
5 Replies
11-06-2023, 07:54 PM
murugappan
    Thread: Duplicate migration files listed in status
Post: RE: Duplicate migration files listed in status

@"kenjis" Thank you for the update. I removed the offending psr_4 definitions. The migration now works as expected. I added the ""App\\": "app",  so that i could use the Create Class Extension to ...
485 Views
5 Replies
11-05-2023, 03:47 AM
murugappan
    Thread: Duplicate migration files listed in status
Post: Duplicate migration files listed in status

Hi, When i create a migration file and display the status using spark, the file is listed in duplicates (see screencap below). Due to this the rollback does not work. Any advice/help? https://prnt...
485 Views
5 Replies
11-04-2023, 02:46 PM
murugappan
    Thread: Basic usage how-to for Shield authentication
Post: RE: Basic usage how-to for Shield authentication

Hi, Why dont you try Udemy.com. There is a course on using Codeigniter 4 shield by Online Web Tutor. I am learning from it but only sad that it does not cover every aspect in detail - like using JWT....
5,691 Views
9 Replies
10-05-2023, 03:13 PM
murugappan
    Thread: The getRandomName() function return wrong file Extension
Post: RE: The getRandomName() function return wrong file...

@"sammyskills" I resolved the problem. The problem was not the code but the uploaded file using RapidAPI Client extension in vs code. Thank your for the help.
551 Views
4 Replies
09-23-2023, 03:40 PM
murugappan
    Thread: The getRandomName() function return wrong file Extension
Post: RE: The getRandomName() function return wrong file...

@"sammyskills"  this is what i get when i do a var_dump($imageFile) : Code: -- object(CodeIgniter\HTTP\Files\UploadedFile)#78 (10) { ["size":protected]=> int(47156) ["originalMimeType":protected]=...
551 Views
4 Replies
09-23-2023, 02:26 PM
murugappan
    Thread: The getRandomName() function return wrong file Extension
Post: The getRandomName() function return wrong file Ext...

Hi, I am using CI 4 Version 4.4.1 and using Postman to post data using the apps API. In the HTTP Request i am uploading a file which ends in .png extension. The problem i get is with the getRandomN...
551 Views
4 Replies
09-23-2023, 06:28 AM
murugappan
    Thread: Using Viewi and CI4
Post: RE: Using Viewi and CI4

kenjis Wrote: (08-27-2023, 11:27 PM) -- Code: -- Counter -- -- @"kenjis"  Its ok I resolved it. It should be interpolated like this: Code: -- -- Code: -- Counter -- Code: -- --
4,263 Views
13 Replies
08-28-2023, 02:52 AM
murugappan
    Thread: Using Viewi and CI4
Post: RE: Using Viewi and CI4

kenjis Wrote: (10-17-2022, 03:14 AM) -- I've update the adapter: https://github.com/kenjis/ci4-viewi-demo And created another sample code for the Viewi's tutorial: https://github.com/kenjis/ci4-...
4,263 Views
13 Replies
08-27-2023, 11:20 PM
murugappan
    Thread: Using Viewi and CI4
Post: RE: Using Viewi and CI4

datamweb Wrote: (08-27-2023, 12:33 AM) -- https://github.com/lonnieezell/cellular This was also a good thing, but I don't think it is usable at this stage. -- Unfortunate, the creators appears to h...
4,263 Views
13 Replies
08-27-2023, 09:14 PM
murugappan
    Thread: Using Viewi and CI4
Post: RE: Using Viewi and CI4

Hi, I was looking for an integration of Laravel Livewire into CI4 and then i found "Viewi". I was so excited that we could do the same with CI4. Then came the damper to my excitement. I went through ...
4,263 Views
13 Replies
08-26-2023, 09:18 PM
murugappan
    Thread: Twig integration in CI4
Post: RE: Twig integration in CI4

hi @"kenjis" Thank you so much.
23,730 Views
30 Replies
03-20-2023, 01:48 AM
murugappan
  Sad Thread: Is Tinker available in CI4?
Post: Is Tinker available in CI4?

Hi, I read an old post (2020) saying the Tinker feature has been included in CI4 but that was a way outdated post as i could not locate any other related posts. I tried searching the internet and al...
552 Views
2 Replies
02-27-2023, 03:02 AM
murugappan
    Thread: How do i install older version of CI4 using composer
Post: RE: How do i install older version of CI4 using co...

kenjis Wrote: (07-14-2022, 04:26 PM) -- I added how to upgrade by another update tool Liaison Revision. See https://github.com/kenjis/ci4-composer-installer#liaison-revision Note: Patches and Lia...
9,042 Views
19 Replies
07-15-2022, 02:05 AM
murugappan
    Thread: How do i install older version of CI4 using composer
Post: RE: How do i install older version of CI4 using co...

kenjis Wrote: (07-14-2022, 03:06 PM) -- @"murugappan" The error "Uncaught TypeError: Argument 1 passed to CodeIgniter\CLI\Console::__construct() must be an instance of CodeIgniter\CodeIgniter, in...
9,042 Views
19 Replies
07-14-2022, 03:32 PM
murugappan
    Thread: How do i install older version of CI4 using composer
Post: RE: How do i install older version of CI4 using co...

kenjis Wrote: (07-14-2022, 02:30 PM) -- murugappan Wrote: (07-14-2022, 05:17 AM) -- (1) Create a new CI4 "ci4tst" using "php ci4-install.php ci4tst 4.1.9" - successful but failed on this lines: ...
9,042 Views
19 Replies
07-14-2022, 02:51 PM
murugappan
    Thread: How do i install older version of CI4 using composer
Post: RE: How do i install older version of CI4 using co...

MGatner Wrote: (07-14-2022, 04:17 AM) -- That applet intentionally locks composer.json to the requested version. If you want to update it later you will need to modify composer.json and change the re...
9,042 Views
19 Replies
07-14-2022, 05:17 AM
murugappan
    Thread: How do i install older version of CI4 using composer
Post: RE: How do i install older version of CI4 using co...

Hi @"kenjis" , Thank you do much for the help. It helped a lot. Only thing i could not upgrade it later.
9,042 Views
19 Replies
07-14-2022, 04:13 AM
murugappan
    Thread: Our reasons to stay away from CodeIgniter 4
Post: RE: Our reasons to stay away from CodeIgniter 4

Hi, I know i am posting late. Well, i have been a CI fan for over 10 years, CI3 is fantastic but when Laravel sprung out of the blues, i wished i had some of the features of Laravel. This feeling ...
22,054 Views
17 Replies
07-11-2022, 04:17 PM
murugappan
    Thread: How do i install older version of CI4 using composer
Post: RE: How do i install older version of CI4 using co...

kenjis Wrote: (06-15-2022, 02:25 PM) -- Sorry, if you don't know Composer's basic usage, you can't install older version of CI4 via Composer. As you know, the cause is that the latest version framew...
9,042 Views
19 Replies
06-15-2022, 08:16 PM
murugappan

Theme © iAndrew 2016 - Forum software by © MyBB