Welcome Guest, Not a member yet? Register   Sign In
Error including error_php.php
#1

[eluser]Unknown[/eluser]
First of all Hello! This is my first post. I am developing my first web app using CI and so far ir's been a pleasure--Except for this one pesky error.

Code:
Warning: include(application/errors/error_php.php) [function.include]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/BRI_J15959/system/core/Exceptions.php on line 167

Code:
Warning: include() [function.include]: Failed opening 'application/errors/error_php.php' for inclusion (include_path='.:/Applications/MAMP/bin/php/php5.3.6/lib/php') in /Applications/MAMP/htdocs/BRI_J15959/system/core/Exceptions.php on line 167

In my research I found others with the some problem however none of the solutions seemed to work for me.

Interestingly, I make a database call upon loading a view:
Code:
$this->load->model('Br_model');
$data['program_locations'] = $this->Br_model->get_program_locations();
If I comment out the database call(2nd line), the two php errors go away.

Any help would be appreciated!
Also FYI the db call is working as expected, but producing errors on the page.




Theme © iAndrew 2016 - Forum software by © MyBB