Welcome to Geeklog Wednesday, May 22 2013 @ 09:16 PM EDT
|
||||||||
![]() |
Forum Index > Support > General Geeklog Support |
New Topic
|
Post Reply
|
Problem modifying images |
|||
| Anonymous: Begueradj |
|
|||||
|
|
Hi people,
I have developed a small PHP script that modifies photos. It runs well, but it displays to me when I execute it the following warning message: Warning: Cannot modify header information - headers already sent by (output started at /home/admin/Includes/aheader.inc.php:8) in /home/admin/modifiedportsphoto.php on line 34 |
|||||
|
||||||
| Roccivic |
|
|||||
![]() ![]() ![]() ![]() ![]() Moderator ![]() Status: offline ![]() Registered: 05/19/10 Posts: 136 |
I bet you have the following (o similar) statement somewhere in the code:
Well, the story is that you are not allowed to execute "echo", "print", "print_r", "var_dump" or any other statements that write their output before you sent out the headers. Otherwise what kind of header will it be if it's sent half way through your content? |
|||||
|
||||||
| Anonymous: Begueradj |
|
|||||
|
|
thank you for your answer but I did not code that statement at all.
I saved my pictures on a folder begueradj, Bejaia |
|||||
|
||||||
| Content generated in: 0.75 seconds |
|
|
|