Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: email sending issue with CI4
Post: RE: email sending issue with CI4

Hi, If you are working locally trying to send email with wamp, I suggest you to try this service during your developpement : https://mailtrap.io/ I get (a lot of) issues with email sending and the...
4,640 Views
5 Replies
08-20-2021, 02:44 PM
the_steff
    Thread: Retrieve Model Validation Error Messages with Ajax
Post: Retrieve Model Validation Error Messages with Ajax

Hello ! I use Codeigniter 4 model with some validation rules and messages using protected $validationRules and $validationMessages (https://codeigniter4.github.io/userguide/models/model.html#validati...
1,244 Views
0 Replies
07-25-2021, 02:54 PM
the_steff
    Thread: List all sessions
Post: RE: List all sessions

Thank you guys !!
2,597 Views
4 Replies
07-15-2021, 03:13 AM
the_steff
    Thread: List all sessions
Post: List all sessions

Hello ! I'm trying to list all sessions data active in order to display a page where the user can consult all members connected to the website. Is that possible ? I let the default FileHandler Drive...
2,597 Views
4 Replies
07-07-2021, 02:32 AM
the_steff
    Thread: useSoftDeletes and insert
Post: RE: useSoftDeletes and insert

useSoftDeletes shouldn't be protected ? I can define a special function in the model but it's a nonsense (?) Actually, I think there few solutions possible to solve my "problem" but isn't it a bug...
1,364 Views
2 Replies
10-05-2020, 02:17 AM
the_steff
    Thread: useSoftDeletes and insert
Post: useSoftDeletes and insert

Hi ! I write this part of code in order to return time data (created_at field) to the client when he wants to insert a new message in the db : PHP Code: -- (...) $insertId = $message_model...
1,364 Views
2 Replies
10-04-2020, 12:51 PM
the_steff
    Thread: back()
Post: RE: back()

I use this  PHP Code: -- $uri = new \CodeIgniter\HTTP\URI(previous_url()); header('Location: '.site_url($uri->getPath())); exit; --
1,364 Views
1 Replies
06-17-2020, 08:15 AM
the_steff
    Thread: back()
Post: back()

Hi ! Here is piece of my App.php PHP Code: -- public $indexPage = 'index.php'; -- So I always got "index.php" into my URI requests. That's ok. But when I use this code PHP Code: -- r...
1,364 Views
1 Replies
06-17-2020, 06:13 AM
the_steff
    Thread: keep "www" in url
Post: keep "www" in url

Hi ! I've got a problem with routing (once again). Structure of my project : Code: -- /www          /app          /public                 /css                 /images                 /r...
1,404 Views
1 Replies
06-05-2020, 01:35 PM
the_steff
    Thread: Access-Control-Allow-Origin / css font loading
Post: RE: Access-Control-Allow-Origin / css font loading

It's working like a charm ! Thanks a lot !
2,990 Views
3 Replies
06-05-2020, 11:00 AM
the_steff
    Thread: Access-Control-Allow-Origin / css font loading
Post: Access-Control-Allow-Origin / css font loading

Hi ! I've got a problem with a font loading raisong Access-Control-Allow-Origin error. The url of this font is specified in my css which is loaded correctly (except for the font). Structure of ...
2,990 Views
3 Replies
06-04-2020, 12:47 PM
the_steff
    Thread: File not found
Post: RE: File not found

Thanks ! I suppose I found my "real" problem. I'm hosted with a mutu solution where the public directory is named "www". Moving my public content into this "www" directory and then others dir of CI...
3,958 Views
4 Replies
06-04-2020, 07:30 AM
the_steff
    Thread: File not found
Post: RE: File not found

I've noticed something really strange. Here is a part of my header.php code : Code: --
3,958 Views
4 Replies
06-03-2020, 02:57 PM
the_steff
    Thread: File not found
Post: RE: File not found

Okay... Actually, adding "index.php" to urls make the app running fin. Why these lines in my .htaccess didn't do the job ? (this is the .htaccess initially stored in the public dir that I copied...
3,958 Views
4 Replies
06-03-2020, 12:57 PM
the_steff
    Thread: File not found
Post: File not found

Hi ! My application is working fine with wamp + virtual host Moving the app online is causing some routing problems. I've succeed to have a home page working fine but each link gives a simple "...
3,958 Views
4 Replies
06-03-2020, 08:58 AM
the_steff
    Thread: RecursiveDirectoryIterator
Post: RE: RecursiveDirectoryIterator

It works great thanks !! Maybe it could be a good idea to mention it on the user guide ? I've searched with "php native function" and I didn't find this obvious trick. Thanks again for this fast a...
2,398 Views
3 Replies
04-19-2020, 01:56 AM
the_steff
    Thread: RecursiveDirectoryIterator
Post: RecursiveDirectoryIterator

Hello ! I'm converting an application from Codeigniter 3 to 4. I've wrote some functions dealing with files and with Codeigniter 4 the php funtion "RecursiveDirectoryIterator" cannot be found anym...
2,398 Views
3 Replies
04-18-2020, 02:36 PM
the_steff

Theme © iAndrew 2016 - Forum software by © MyBB