Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Important News about Jim Parry and the Project
Post: RE: Important News about Jim Parry and the Project

My condolences to the family. Sad news indeed. You guys have all done a great job so far. best of luck to you guys
131,658 Views
98 Replies
01-24-2020, 08:12 AM
mightyted
    Thread: codelgniter 4 from validation
Post: RE: codelgniter 4 from validation

seunex Wrote: (11-04-2019, 11:03 AM) -- Hello guys am stuck tying to learn this ci4 validations this is my view code PHP Code: -- Username
2,139 Views
1 Replies
11-04-2019, 12:59 PM
mightyted
    Thread: Noob Validation Custom Rule Function Quandry
Post: RE: Noob Validation Custom Rule Function Quandry

When you configure your rules in the Config/Validation file, you can try $validation = \Config\Services::validation(); $validation->setRuleGroup('user_signin');
3,516 Views
7 Replies
10-11-2019, 02:57 PM
mightyted
    Thread: CurlRequest.php Error
Post: RE: CurlRequest.php Error

angrymongol Wrote: (10-01-2019, 10:20 AM) -- im having the same issue with a simple post request. editing system file sounds like a terrible idea. hopefully someone has a solution to this. -- I agree...
6,475 Views
5 Replies
10-01-2019, 01:18 PM
mightyted
    Thread: Problem with base_url()
Post: RE: Problem with base_url()

Are you using a route in your routes config file?
14,501 Views
21 Replies
07-04-2019, 07:48 AM
mightyted
    Thread: CurlRequest.php Error
Post: RE: CurlRequest.php Error

HI there, I'm fairly novice with the cURL library but I'll share my experience. I also have had this issue. If you go to the System folder of your CI install, HTTP/CURLRequest.php file, and commen...
6,475 Views
5 Replies
06-27-2019, 07:40 AM
mightyted
    Thread: IIS support
Post: RE: IIS support

HI Is it safe to assume that for the Web.config file to work as provided, one would require the URL Rewrite Mod to be installed on your IIS server?
20,550 Views
7 Replies
06-06-2019, 09:03 AM
mightyted
    Thread: CURLRequest.php
Post: RE: CURLRequest.php

Just reading this thread. https://forum.codeigniter.com/thread-73722.html I didn't know that libcurl was a different entity. I guess this is the cause of my problem. Thanks.
7,099 Views
8 Replies
05-28-2019, 08:19 AM
mightyted
    Thread: CURLRequest.php
Post: RE: CURLRequest.php

Still not working. Getting a SetOptArray error message. This is the code Im trying to use. $client = \Config\Services::curlrequest(); $response = $client->request('GET', $url, ['body' =>...
7,099 Views
8 Replies
05-21-2019, 08:02 AM
mightyted
    Thread: Whoops! Asking for help
Post: RE: Whoops! Asking for help

Thank for that Winston! I had no idea. Here is some additional instruction for anyone else who has this issue and wants to use the windows GUI to rename the file. https://superuser.com/questions...
11,928 Views
7 Replies
05-21-2019, 07:35 AM
mightyted
    Thread: CURLRequest.php
Post: RE: CURLRequest.php

Kil , where should I pull the updated files from?
7,099 Views
8 Replies
05-17-2019, 04:43 PM
mightyted
    Thread: Whoops! Asking for help
Post: RE: Whoops! Asking for help

Ok I figured out the Caching issue and it was permissions related so no worries. I'd still like to hear from anyone on setting environment settings that work in IIS. The SetEnv in the htAccess and...
11,928 Views
7 Replies
05-17-2019, 03:22 PM
mightyted
    Thread: Whoops! Asking for help
Post: RE: Whoops! Asking for help

OK SO.... Using IIS I think doesn't refer to either the ENV or .htaccess files. I added the following line to index.php to enable debugging $_SERVER['CI_ENVIRONMENT'] = 'development'; Just wond...
11,928 Views
7 Replies
05-17-2019, 11:17 AM
mightyted
    Thread: Whoops! Asking for help
Post: RE: Whoops! Asking for help

donpwinston Wrote: (05-16-2019, 05:06 PM) -- Turn debug on and you'll get something more informative as to what is wrong. To turn debug on set your environment to "development" in the .env file or th...
11,928 Views
7 Replies
05-17-2019, 08:35 AM
mightyted
    Thread: Whoops! Asking for help
Post: Whoops! Asking for help

Hi CI guys Im embarrassed to be asking you all this.  I am running CI on IIS. I have an install of the CI Alpha 5 and an install of the most current Beta 3. The Alpha runs ok. The beta only g...
11,928 Views
7 Replies
05-16-2019, 03:08 PM
mightyted
    Thread: CURLRequest.php
Post: RE: CURLRequest.php

Hi Kil. Sorry to report but I dont think I can test this properly afterall. I've had to change computers and my environment is limited to PHP 7.1 for now. Thanks for looking at this. Maybe someone...
7,099 Views
8 Replies
05-15-2019, 01:04 PM
mightyted
    Thread: CURLRequest.php
Post: RE: CURLRequest.php

Additionally, I'd like to ask about the getBody() function. $response->getBody() doesn't seem to return any content. I'm trying to return HTML file using the client request method. I can see the heade...
7,099 Views
8 Replies
05-09-2019, 01:17 PM
mightyted
    Thread: CURLRequest.php
Post: CURLRequest.php

HI there CI guys. You're all doing a great job and am looking forward to the production product.  I've been working on some practice projects  and I ran into an issue using cURL.  My objective i...
7,099 Views
8 Replies
05-08-2019, 08:29 AM
mightyted

Theme © iAndrew 2016 - Forum software by © MyBB