5095 Posts in 1518 Topics by 1114 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 946 Views |
-
HELP!! Redirecting to /... (output started on ...... ...)

2 April 2009 at 11:44pm
hello there,
i noticed that a site i am working on shows the following line, when i go the the "home" page and at some other pages..
Redirecting to /... (output started on C:\xampp\htdocs\mysite\code\Page.php, line 184)
when i go to "home" page, there will be a white page with this text.. just one second and then i am at homepage. so the links works, but this white page with this text is there and i dont know why :S
can someone help me in this case? why is this shown?
-
Re: HELP!! Redirecting to /... (output started on ...... ...)

2 April 2009 at 11:50pm Last edited: 2 April 2009 11:54pm
in the CMS, when i insert an image to a dataobjekt or a page with this "iframe"...
Attach Image
* From your computer
* From the file storethere is this text in the small iframe field..
Redirecting to http://www.mydomain.de/images/iframe/folder2/Foto... (output started on C:\xampp\htdocs\mysite\code\Page.php, line 184)
######## MY "page.php" end like this: #########
line 171 ... ...
line 172 }
line 173
line 174 function showFooter() {
line 175 $whereStatement = "ShowInFooter = 1";
line 176 return DataObject::get("Page", $whereStatement);
line 177 }
line 178 }
line 179
line 180 ?>
line 181
line 182
line 183
line 184 -
Re: HELP!! Redirecting to /... (output started on ...... ...)

3 April 2009 at 1:00am
Get rid of the blank lines after your closing tag in Page.php - or you can omit the closing tags entirely if you wish.
-
Re: HELP!! Redirecting to /... (output started on ...... ...)

3 April 2009 at 9:34pm
:D wow^^
it worked. at first i thought "this cant fix this error".. but i tried out and voila
big thanks!
| 946 Views | ||
|
Page:
1
|
Go to Top |

