Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Best way to automatically force https
Post: RE: Best way to automatically force https

Oh gosh! Didn't spot it in the docs. Thanks a lot!
1,417 Views
2 Replies
02-17-2022, 11:16 AM
geekita
    Thread: Best way to automatically force https
Post: Best way to automatically force https

Hi! What would be the best way to automatically force https redirection with CI4?
1,417 Views
2 Replies
02-17-2022, 04:59 AM
geekita
    Thread: Codeigniter - Italian Community
Post: RE: Codeigniter - Italian Community

Salve a tutti! Sto cercando per un prodotto già realizzato (che però ha bisogno di miglioramenti) uno sviluppatore italiano che abbia conoscenze approfondite di una o più delle seguenti tecnologie (fo...
31,390 Views
20 Replies
02-18-2019, 02:56 PM
geekita
    Thread: trans_status wrong value
Post: RE: trans_status wrong value

The problem pops out when stricton => TRUE. I was trying to insert an empty string into an int column. What is still obscure to me is the first time I load the page and submit data via ajax, $data['x'...
2,424 Views
2 Replies
10-07-2018, 02:35 AM
geekita
    Thread: trans_status wrong value
Post: trans_status wrong value

PHP Code: -- $this->db->trans_start(); {     $query_str = "SELECT MAX(id) max_val FROM c WHERE i = ? ";     $query = $this->db->query($query_str, array($c['i']));     $row = $query->row_array()...
2,424 Views
2 Replies
10-06-2018, 05:25 PM
geekita
    Thread: DRY approach with different request type
Post: RE: DRY approach with different request type

Thanks a lot! I totally missed that part, it's not even an undocumented feature!
9,743 Views
7 Replies
10-18-2016, 07:25 AM
geekita
    Thread: DRY approach with different request type
Post: RE: DRY approach with different request type

That's the trick, what's _display function? I've previously tried to use exit but it seems that it stops everything, even output of json response. So, there's no way to "interrupt" __construct executi...
9,743 Views
7 Replies
10-18-2016, 06:46 AM
geekita
    Thread: DRY approach with different request type
Post: RE: DRY approach with different request type

Thanks but this moves the problem into superclass. The question is: How to interrupt correctly and gracefully the constructor when is reached by an ajax request?
9,743 Views
7 Replies
10-18-2016, 03:51 AM
geekita
    Thread: DRY approach with different request type
Post: DRY approach with different request type

Hi! I've multiple controller classes, each containing a lot of controllers. Class1/ControllerA Class1/ControllerB Class1/ControllerC Class2/ControllerD Class2/ControllerE Class2/ControllerF ....
9,743 Views
7 Replies
10-17-2016, 03:54 PM
geekita
    Thread: CodeIgniter4.0.0-dev Reaches Milestone 1
Post: RE: CodeIgniter4.0.0-dev Reaches Milestone 1

Great Scott! Now looking for the migration guide from CI3 :D
165,368 Views
67 Replies
06-25-2016, 07:44 AM
geekita
    Thread: CI4 is under development?
Post: RE: CI4 is under development?

Any news about a next CI4 official announcement?
14,855 Views
7 Replies
06-18-2016, 12:31 AM
geekita
    Thread: Need help with Xmlrpc over https
Post: RE: Need help with Xmlrpc over https

Thanks skunkbad! So you're telling me that XML-RPC library shipped with CI doesn't support SSL natively?
15,325 Views
9 Replies
11-28-2015, 03:13 PM
geekita
    Thread: Need help with Xmlrpc over https
Post: RE: Need help with Xmlrpc over https

Up :/
15,325 Views
9 Replies
11-28-2015, 08:18 AM
geekita
    Thread: Need help with Xmlrpc over https
Post: RE: Need help with Xmlrpc over https

Does anybody have a working example for xml-rpc client-server communication over https?
15,325 Views
9 Replies
09-17-2015, 11:39 AM
geekita
    Thread: Codeigniter - Italian Community
Post: RE: Codeigniter - Italian Community

Un saluto a tutti! Qualcuno sa darmi una dritta? http://forum.codeigniter.com/thread-62414.html
31,390 Views
20 Replies
07-13-2015, 05:57 AM
geekita
    Thread: Need help with Xmlrpc over https
Post: RE: Need help with Xmlrpc over https

This is the response if I try to use 443 port $this->xmlrpc->server('https://mydomain.com/' . 'app', 443); ---DATA--- HTTP/1.1 400 Bad Request Date: Mon, 13 Jul 2015 02:36:46 GMT Server: Apac...
15,325 Views
9 Replies
07-12-2015, 07:41 PM
geekita
    Thread: Need help with Xmlrpc over https
Post: RE: Need help with Xmlrpc over https

---DATA--- HTTP/1.1 302 Found Date: Mon, 13 Jul 2015 02:34:10 GMT Server: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.5.15 Location: https://mydomain.com/app Content-Length: 327 Connection: close Cont...
15,325 Views
9 Replies
07-12-2015, 07:07 PM
geekita
    Thread: Need help with Xmlrpc over https
Post: Need help with Xmlrpc over https

Hello everybody, I need some help with Xmlrpc over https. When I try to send a request to the server, I get this error "Did not receive a '200 OK' response from remote server. (HTTP/1.1 302 Foun...
15,325 Views
9 Replies
07-12-2015, 04:07 PM
geekita
    Thread: Possible Xmlrpc library bug?
Post: RE: Possible Xmlrpc library bug?

Thanks, I've found the issue. The server controller MUST contain the index function.
4,945 Views
3 Replies
07-11-2015, 11:04 PM
geekita
    Thread: Possible Xmlrpc library bug?
Post: Possible Xmlrpc library bug?

I think that the method name is missing here PHP Code: -- // --> this is the original line // $op = 'POST '.$this->path.' HTTP/1.0'.$r $op = 'POST '.$this->path.'/'.$msg->method_name.' HTTP/1.0'.$r...
4,945 Views
3 Replies
07-11-2015, 01:34 PM
geekita

Theme © iAndrew 2016 - Forum software by © MyBB