[eluser]LuckyFella73[/eluser]
Try setting the $config[‘log_threshold’] = 1; and have a look at the
log file in "applications/logs/ xxx ".
If you don't find any halpfull information there I would do this:
- backup your view file (renamed)
- start with an empty view file and put only plain HTML in it for the beginning
- add the PHP parts from your backup step by step and reload your page after each new PHP block.
That way you should get the part that produces the error.