Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter v4.6.0 released!
Post: RE: CodeIgniter v4.6.0 released!

I've just upgraded my production site. The only extra activity was to set Config\Routing::$translateUriToCamelCase=false Great job guys! Thank you. As somebody already wrote, it is a pleasure to b...
6,260 Views
24 Replies
01-23-2025, 05:47 AM
massimiliano1.mancini
    Thread: Problem with Forum Website
Post: RE: Problem with Forum Website

namaste
992 Views
7 Replies
01-08-2025, 08:13 AM
massimiliano1.mancini
    Thread: Forum software updated
Post: RE: Forum software updated

Hi kilishan, do you have any clue about this problem I posted a couple of weeks ago? https://forum.codeigniter.com/showthread.php?tid=92179 Please also note that in subforums where I have problem...
1,330 Views
4 Replies
01-05-2025, 06:43 AM
massimiliano1.mancini
    Thread: Problem with Forum Website
Post: RE: Problem with Forum Website

InsiteFX Wrote: (12-21-2024, 10:47 PM) -- I think this is normal, my chrome shows the same as yours. Folders will get highlighted and bold if there is new content in them, which could happen on a ...
992 Views
7 Replies
12-23-2024, 02:23 AM
massimiliano1.mancini
    Thread: Prevent direct access to views without logging in
Post: RE: Prevent direct access to views without logging...

Quote: -- Thanks - where in the controller should I put -- Put the this code at the beginning of each Controller you want to be accessed only by logged user Code: -- $user = service('user'); ...
1,166 Views
7 Replies
12-21-2024, 10:43 AM
massimiliano1.mancini
    Thread: Prevent direct access to views without logging in
Post: RE: Prevent direct access to views without logging...

Hi, this are my two cents for the logged user problem. I defined a Service in /Config/Services.php  PHP Code: --     public static function user($getShared = true)     {         $session = sessio...
1,166 Views
7 Replies
12-20-2024, 04:24 AM
massimiliano1.mancini
    Thread: Problem saving binary data to a BLOB field in an SQLite3 database.
Post: RE: Problem saving binary data to a BLOB field in ...

captain-sensible Wrote: (12-18-2024, 09:05 AM) -- its nice to see more people  using sqlite3 , i great database in my opinion -- I'm also a SQLite3 fan ^^
440 Views
3 Replies
12-20-2024, 04:18 AM
massimiliano1.mancini
    Thread: Problem with Forum Website
Post: RE: Problem with Forum Website

I'm also using Chrome version 131.0.6778.204 and the problem occurs both in windows 11 pro and in linux. Here is a screenshot https://i.postimg.cc/jq1rF1dq/Istantanea-2024-12-20-12-11-46.png and whe...
992 Views
7 Replies
12-20-2024, 04:16 AM
massimiliano1.mancini
    Thread: Problem with Forum Website
Post: Problem with Forum Website

I don't know if it is wanted by administrators, but the topic Netbeans Plugin and all the Archived Discussions cannot be turn as read.  I always see them with bold folder icon.  I also noticed that al...
992 Views
7 Replies
12-18-2024, 07:14 AM
massimiliano1.mancini
    Thread: Dependable systempath
Post: Dependable systempath

I have two develop machines and one on line server. On the develop machines I use composer while on the on line server I use the tarball codeigniter installation. I'm asking if there is an elegant w...
1,268 Views
1 Replies
06-22-2023, 05:07 AM
massimiliano1.mancini
    Thread: Problem with Autorouting improved and HTTP Testing
Post: RE: Problem with Autorouting improved and HTTP Tes...

kenjis Wrote: (06-19-2023, 01:18 AM) -- Test https://github.com/codeigniter4/CodeIgniter4/pull/7597 if you can. -- Tested. It works! Thank you
2,616 Views
7 Replies
06-19-2023, 01:29 AM
massimiliano1.mancini
    Thread: Problem with Autorouting improved and HTTP Testing
Post: RE: Problem with Autorouting improved and HTTP Tes...

Back to this thread. After release 4.3.6 that accepted the specific pull request to solve the verb issue, I tried to remove from my test the routes and I still have a problem. When a test with param...
2,616 Views
7 Replies
06-19-2023, 12:04 AM
massimiliano1.mancini
    Thread: Problem with testing validation
Post: RE: Problem with testing validation

I tried and it works perfectly. Thank you kenjis Wrote: (06-07-2023, 02:38 PM) -- Try this: Code: -- --- a/system/Test/FeatureTestTrait.php +++ b/system/Test/FeatureTestTrait.php @@ -175,6 ...
1,407 Views
3 Replies
06-07-2023, 11:26 PM
massimiliano1.mancini
    Thread: Problem with testing validation
Post: Problem with testing validation

I have a bunch of HTTP Feature tests. Some of that simply test that calling a post with correct fields a row in DB is added. For example: PHP Code: -- public function testInsertNewSectionCreateRowIn...
1,407 Views
3 Replies
06-07-2023, 05:24 AM
massimiliano1.mancini
    Thread: Problem with Autorouting improved and HTTP Testing
Post: RE: Problem with Autorouting improved and HTTP Tes...

I have subscribed the github issue. Thank you Kenjis
2,616 Views
7 Replies
06-05-2023, 10:38 PM
massimiliano1.mancini
    Thread: Problem with Autorouting improved and HTTP Testing
Post: Problem with Autorouting improved and HTTP Testing

Hi, I'm new in the forum and I hope this is the right place to request some support for the following issue. Following the guidelines concerning autorouting improved, I have a controller with two di...
2,616 Views
7 Replies
06-04-2023, 09:25 AM
massimiliano1.mancini

Theme © iAndrew 2016 - Forum software by © MyBB