Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter Shield 1.0.0 Official Release Announcement
Post: RE: CodeIgniter Shield 1.0.0 Official Release Anno...

Thank you! amazing work
4,366 Views
16 Replies
01-05-2024, 06:39 AM
JanFromHamburg
    Thread: CodeIgniter: the last year
Post: RE: CodeIgniter: the last year

Thank you so much!
4,108 Views
12 Replies
01-05-2024, 06:37 AM
JanFromHamburg
    Thread: Seeking help to configure CI4 for successful operation on localhost
Post: RE: Seeking help to configure CI4 for successful o...

Jaswitha12 Wrote: (11-30-2023, 02:22 AM) -- Hello, have a nice day, I would like to know if someone can help me, since I am just seeing CI4, I try to access localhost/name_project and it won't let me...
213 Views
2 Replies
12-05-2023, 11:50 AM
JanFromHamburg
    Thread: best practice: Where to store JS-files?
Post: best practice: Where to store JS-files?

I am using several JS/JQuery files in my views. Optimizing data tables or some AJAX calls for example. Where do you recommend to store javascript files within the Codeigniter4 environment?
233 Views
2 Replies
12-05-2023, 11:44 AM
JanFromHamburg
    Thread: We need more reviewers!
Post: RE: We need more reviewers!

kenjis Wrote: (09-09-2023, 04:15 PM) -- @"tarcisiodev1" Welcome! See the docs on Contributing: ... See the in-progress User Guide as references: ... If you have any question, feel free to ask....
1,953 Views
7 Replies
11-18-2023, 08:22 AM
JanFromHamburg
  Information Thread: Controller to show images from your writable/uploads folder
Post: Controller to show images from your writable/uploa...

Uploaded images that should only be shown to loggedin users could be added to a view with an url to this controller. These images would usually be stored in 'app/writable/uploads'. The url to your f...
286 Views
0 Replies
11-18-2023, 08:04 AM
JanFromHamburg
    Thread: language file creation with Google Spreadsheet
Post: language file creation with Google Spreadsheet

Hi, I find it quite handy to create language files from a google spreadsheet You can copy&paste the field list from the model and quickly replace quotation marks and commas You can use google tran...
487 Views
0 Replies
06-29-2023, 07:15 AM
JanFromHamburg
    Thread: Always inside frame
Post: RE: Always inside frame

Looks good. Solved?
1,008 Views
6 Replies
06-17-2023, 04:00 AM
JanFromHamburg
    Thread: Purpose of the model - less then in CI3?
Post: RE: Purpose of the model - less then in CI3?

kenjis Wrote: (06-17-2023, 01:55 AM) -- Why do you need to do the sanitization of  "Post data" in the model? -- Well,.. I don't have to, but I used to do all the data modelling in the Model with CI3....
458 Views
2 Replies
06-17-2023, 02:03 AM
JanFromHamburg
    Thread: CodeIgniter\Database\Exceptions\DatabaseException Unable to connect to the database.
Post: RE: CodeIgniter\Database\Exceptions\DatabaseExcept...

Hi shiro, I guess you just deleted the password in your post here as you wrote you were sure it is correct. Have you checked the port? Maybe try on port 3307. You could also try additionally to chan...
806 Views
2 Replies
06-17-2023, 02:00 AM
JanFromHamburg
    Thread: Purpose of the model - less then in CI3?
Post: Purpose of the model - less then in CI3?

Sorry if this is a stupid question, but do we generally do less stuff in the model now compared to CI3? For example would I do the sanitazion of  "Post data" in the controller now and not in the mode...
458 Views
2 Replies
06-17-2023, 01:49 AM
JanFromHamburg
    Thread: view not loaded in second function
Post: RE: view not loaded in second function

InsiteFX Wrote: (05-28-2023, 11:02 PM) -- You may need to use the saveData option on your views to clear them out. (  PHP Code: -- [saveData => false]  -- ) CodeIgniter 4 User Guide -> Views -> ...
942 Views
5 Replies
05-29-2023, 07:02 AM
JanFromHamburg
    Thread: view not loaded in second function
Post: view not loaded in second function

I can't explian why the profile() function just ends up in a white page. Could someone explain or give me a hint to check for something? PHP Code: -- Routes: $routes->group('employee', static fu...
942 Views
5 Replies
05-26-2023, 07:45 AM
JanFromHamburg
    Thread: Can't get rid of routing to "public"
Post: RE: Can't get rid of routing to "public"

@"Tbronson" Have you already found a solutions for yourself? I have a similar problem. I use a subdomain, which points to the main folder and I can't get rid of the 'public' in the url. Config/a...
4,430 Views
4 Replies
05-24-2023, 07:02 AM
JanFromHamburg
    Thread: SHIELD Best Practice
Post: RE: SHIELD Best Practice

Thank you! I struggle a lot with the changes from 3 to 4. Installation worked out, but how do I use for example the RegisterController.php? Do I need to copy the files to the "app" folder structure ...
7,045 Views
6 Replies
06-29-2022, 11:40 AM
JanFromHamburg
    Thread: SHIELD Best Practice
Post: SHIELD Best Practice

Hi all, sorry upfront for the maybe dumb question: I can download the Shield files to the 'vendor/codeigniter4' folder with Composer. What then? Would I copy all files from 'vendor/codeigniter4/Shield...
7,045 Views
6 Replies
06-27-2022, 10:15 AM
JanFromHamburg
    Thread: HELPDESK needed
Post: HELPDESK needed

Hi all, a helpdesk system is urgently needed for an environmental organisation (important, but without any budget). Incomming emails with attachments shall be seen, edited and answered by a small te...
2,114 Views
1 Replies
09-04-2019, 04:29 AM
JanFromHamburg
    Thread: Which deployment tool do you recommend
Post: Which deployment tool do you recommend

Hi everyone, deploying to online dev and production server takes a lot of my time. What software do you use to deploy? Opensource or small team solutions preferred. Appreciate your feedback! Thank...
2,019 Views
1 Replies
05-01-2019, 12:07 PM
JanFromHamburg
    Thread: [Solved] Codeigniter Image_lib Not resizeing all images
Post: RE: [Solved] Codeigniter Image_lib Not resizeing a...

Thank you for sharing the solution!
5,835 Views
3 Replies
08-24-2017, 09:48 AM
JanFromHamburg
    Thread: [Solved] Codeigniter Image_lib Not resizeing all images
Post: RE: Codeigniter Image_lib Not resizeing all images

How many images do you try to resize in one step by that function? Is there any pattern? Does it stop after a particular quantity or image size or filetype? Did you try on different batches of images...
5,835 Views
3 Replies
08-24-2017, 01:22 AM
JanFromHamburg

Theme © iAndrew 2016 - Forum software by © MyBB