View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001245 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-08-26 11:54 | 2009-09-21 15:53 |
Reporter | Spritje | Assigned To | |||
Priority | high | Severity | major | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.5 revision 21618 | ||||
Fixed in Version | 4.1.6 revision 22740 | ||||
Summary | 0001245: Error occurs when trying to send Newsletter | ||||
Description | I reproduce following behaviour with a costumer: When trying to send newsletter from the Admin, it fails and the error message occurs: Warning: Cannot modify header information - headers already sent by (output started at [shoppath]/admin/newsletter_send.php:117) in [shoppath]/views/oxshopcontrol.php on line 300 Such exception should be handled and must not break newsletters sending. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
In Newsletter it should be our problem in bugtrack 0001241 because class method can't be called. In article-adminarea perhaps any class/method or something other is failed. If you see the frontend you can click to any admin-tab and you should see displayed the real problem in the list-frame of the admin. @developers: You should disable the redirect in adminarea. This freature is fine in shopfrontend but not in admin because the shopowner cant see the real failure. |
|
Now reproduced similar case with FireFox 3.0 also, but only when clicked on (in Admin) Customer Info -> Newsletter -> selected newsletter, and then Clicked on few of displayed tabs: HTML, TEXT, Preview, Selection... no matter in which order (after 2-3 clicks user is loged out). |
|
looks like newsletter sending fails if some of emails are invalid ("admin" from demo data). anyway, such exception should be handled and must not break newsletters sending. problem sending to : admin Warning: Cannot modify header information - headers already sent by (output started at /xxxx/PE/admin/newsletter_send.php:117) in /xxxx/PE/views/oxshopcontrol.php on line 300 |
|
Fixed "Warning: Cannot modify header information" problem, but cant fix other, because cant reproduce myself and nobody can describe exact steps. Someone can define use case how to reproduce problem each time? |
|
Description changed to match the problem which was fixed (about the error "headers already sent..."). |
|
fixed |