Monday 4 November 2019

model - codeigniter i get header already sent

Answer


i got this error




A PHP Error was encountered



Severity: Warning



Message: Cannot modify header
information - headers already sent by

(output started at
/home/rapcomdk/public_html/system/language/danish/imglib_lang.php:1)
Filename: helpers/url_helper.php Line
Number: 541




i dont know what the problem is



here is my controller:




http://pastebin.com/EMtcMgsB



and here is my model file:



http://pastebin.com/iH6xQFGA



hope some one can help me out

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...