Welcome Guest, Not a member yet? Register   Sign In
problem with model
#2

[eluser]Pascal Kriete[/eluser]
Hi solquagerius,

There isn't a known problem that fits your description, so this is going to be really hard to troubleshoot without either an error message or a snippet of the offending code.

You should definitely have your development environment set up to show all errors. That means error_reporting at E_ALL and display_errors on:
Code:
// In your index.php - remove before you deploy
error_reporting(E_ALL);
@ini_set('display_errors', 1);

It's probably something silly, like a syntax error (happens all the time), but give us something to work with and we'll help you out.

Welcome to Codeigniter.


Messages In This Thread
problem with model - by El Forum - 02-01-2009, 04:51 AM
problem with model - by El Forum - 02-01-2009, 07:36 AM
problem with model - by El Forum - 02-01-2009, 07:54 AM
problem with model - by El Forum - 02-01-2009, 08:07 AM
problem with model - by El Forum - 02-01-2009, 08:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB