Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Basic SQL command will not return object
Post: RE: Basic SQL command will not return object

php_rocs Wrote: (02-12-2019, 02:38 PM) -- @Juicepig, The table name in all three post are spelled different. 1st post: Util_TMP_Calibrate 2nd post: Util_TMP_Cal 3rd post: UTIL_TMP_CALIB Al...
4,709 Views
6 Replies
02-19-2019, 08:26 AM
Juicepig
    Thread: Basic SQL command will not return object
Post: RE: Basic SQL command will not return object

php_rocs Wrote: (02-12-2019, 08:41 AM) -- @Juicepig, Are you sure that your query is returning a value?  Based on the value of $lines I would say it is not returning any values.  Have you run your...
4,709 Views
6 Replies
02-12-2019, 08:53 AM
Juicepig
    Thread: Basic SQL command will not return object
Post: RE: Basic SQL command will not return object

php_rocs Wrote: (02-12-2019, 08:15 AM) -- @Juicepig, Any plans to upgrade CI? Also, have you troubleshooted the $lines variable to see what value it is receiving? var_dump? Maybe this can help ( h...
4,709 Views
6 Replies
02-12-2019, 08:36 AM
Juicepig
    Thread: Large scale CI upgrade
Post: RE: Large scale CI upgrade

Thanks everyone, One Year later... It has mostly been implemented! :D In the end I just locked down the production code, and hammered away at creating a new version. It was ugly. After about ...
5,414 Views
3 Replies
02-12-2019, 07:37 AM
Juicepig
    Thread: Basic SQL command will not return object
Post: Basic SQL command will not return object

I am trying to run a very basic query, and I can not get an object to return.. Other functions (using the same database) in this model work just fine, I am querying a MS-SQL database PHP Code: -- fu...
4,709 Views
6 Replies
02-12-2019, 07:33 AM
Juicepig
    Thread: Large scale CI upgrade
Post: Large scale CI upgrade

Hey all, I've been working on a CI project nearly non-stop for 7 years.  The Program is in use internally, on a daily basis by several hundred people. Best practice has not been followed over th...
5,414 Views
3 Replies
02-05-2018, 11:56 AM
Juicepig
    Thread: TLS version of Email Library
Post: RE: TLS version of Email Library

I checked my domain with https://www.ssllabs.com/ssltest/ it says my domain is compatible with TLS1.2, so I suppose I am okay. Guess this wasn't a CI question - Thanks everyone for your help!
13,062 Views
5 Replies
01-17-2018, 07:28 AM
Juicepig
  Photo Thread: TLS version of Email Library
Post: TLS version of Email Library

Ubuntu: 16.04  Apache:  Apache/2.4.18 (Ubuntu) CI: 3.1.6 I am using the built in library Email function in CI.  Just a question for anyone who might know... Is it TLS1.2?  The emails are sent ...
13,062 Views
5 Replies
01-16-2018, 01:35 PM
Juicepig
    Thread: Connecting to MsSQL database
Post: RE: Connecting to MsSQL database

jreklund Wrote: (01-11-2018, 02:15 PM) -- 1. Install sqlsrv driver: https://docs.microsoft.com/en-us/sql/connect/php/installation-tutorial-linux-mac#installing-the-drivers-on-ubuntu-1604-for-php-70 ...
19,982 Views
3 Replies
01-15-2018, 01:02 PM
Juicepig
    Thread: Codeigniter and SQL Server last inserted ID
Post: RE: Codeigniter and SQL Server last inserted ID

would this not work? $maxID = $this->db->select("max(id) as maxid")->from("role")->get()->row()->maxid;
3,699 Views
1 Replies
01-11-2018, 10:14 AM
Juicepig
  Brick Thread: Connecting to MsSQL database
Post: Connecting to MsSQL database

Ubuntu: 16.04  Apache:  Apache/2.4.18 (Ubuntu) CI: 3.1.6 I've been spinning my wheels on this for a day or two, think i need some help!  I am making a clean build, for a very old CI based applica...
19,982 Views
3 Replies
01-11-2018, 09:27 AM
Juicepig

Theme © iAndrew 2016 - Forum software by © MyBB