Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter 3.1.7 unbuffered_row() returning NULL but row() works
Post: RE: CodeIgniter 3.1.7 unbuffered_row() returning N...

php_rocs Wrote: (04-24-2018, 06:55 AM) -- You could simple dump the results into an array or session variable or ... which you could use as needed. -- Thanks for the response, php_rocs, but the dat...
9,298 Views
7 Replies
04-24-2018, 12:44 PM
pbarney
    Thread: CodeIgniter 3.1.7 unbuffered_row() returning NULL but row() works
Post: RE: CodeIgniter 3.1.7 unbuffered_row() returning N...

Narf Wrote: (04-24-2018, 07:10 AM) -- pbarney Wrote: (03-10-2018, 11:22 AM) -- Is there a way to display the results of a query and simultaneously save the CSV of results without having to run the q...
9,298 Views
7 Replies
04-24-2018, 12:40 PM
pbarney
    Thread: CodeIgniter 3.1.7 unbuffered_row() returning NULL but row() works
Post: RE: CodeIgniter 3.1.7 unbuffered_row() returning N...

Has anyone seen this?
9,298 Views
7 Replies
04-24-2018, 06:46 AM
pbarney
    Thread: CodeIgniter 3.1.7 unbuffered_row() returning NULL but row() works
Post: CodeIgniter 3.1.7 unbuffered_row() returning NULL ...

I am attempting to output a CSV from a query result. dbutil->csv_from_result() should work, but it only returns the column headers. No data is included. I tracked it down to system/database/DB_utilit...
9,298 Views
7 Replies
03-10-2018, 11:22 AM
pbarney
    Thread: Order of loading config and constants
Post: RE: Order of loading config and constants

dave friend Wrote: (01-25-2018, 03:26 PM) -- What difference does it make? All the constants in both files will be defined either way. -- I makes a difference because I can define any defaults in t...
8,486 Views
5 Replies
01-26-2018, 09:43 AM
pbarney
    Thread: MySQL stored procedure passing parameters issue in Model function.
Post: RE: MySQL stored procedure passing parameters issu...

Can you show the code? What CI version?
3,870 Views
2 Replies
01-25-2018, 01:58 PM
pbarney
    Thread: Send email with large attachment
Post: RE: Send email with large attachment

Unfortunately, there can be a lot of reasons for a failing socket write. Reducing the number of bytes per fwrite could fix the problem, but I don't see a way to do that with CI, but I could be wrong.
2,809 Views
1 Replies
01-25-2018, 01:56 PM
pbarney
    Thread: [SOLVED] Form validation in 3.1.7
Post: RE: Form validation in 3.1.7

Do you know if the validation error is being produced by the "valid_email" check or by the "callback_email_check?" Narrow that down first. If it's the callback, can you post its code?
3,610 Views
2 Replies
01-25-2018, 01:41 PM
pbarney
    Thread: Order of loading config and constants
Post: RE: Order of loading config and constants

dave friend Wrote: (01-25-2018, 08:38 AM) -- If I had to guess (and I do) the order is probably done that way because the defines in config/constants.php should NOT be changed. For the most part thos...
8,486 Views
5 Replies
01-25-2018, 11:39 AM
pbarney
    Thread: Is CI setting new cookies to expire yesterday?
Post: Is CI setting new cookies to expire yesterday?

I'm having problems setting a cookie: PHP Code: -- $this->input->set_cookie('XDEBUG_PROFILE', $set); -- The cookie immediately expires the moment it is created. I've chased the problem down to t...
2,971 Views
1 Replies
01-25-2018, 11:36 AM
pbarney
    Thread: Order of loading config and constants
Post: Order of loading config and constants

When CI first loads the config.php file, it first grabs the one located at     /application/config/config.php and then it loads the one located at     /application/config/ENVIRONMENT/config.php ...
8,486 Views
5 Replies
01-24-2018, 09:52 PM
pbarney

Theme © iAndrew 2016 - Forum software by © MyBB