apache510 Posted October 14, 2008 Posted October 14, 2008 I have installed FAQDesk 2.1 and it seems to work perfectly but with one minor bug. After I finish entering a new question and answer or editing an existing FAQ, I hit the "update" button. The next thing that happens is that I get a blank page with the number of the question in the upper left hand corner. Nothing else on the page! The only thing that I can do is hit the back arrow twice on internet explorer. That bring me back to the "FAQDesk - Manage FAQ" page. Once on that page, the new FAQ or the editted FAQ is on the list of FAQ! Everything is fine and the user can see the new/edited FAQ. I can live with this bug since there is a work around. But it would be nice to correct it. Anyone have any ideas what I can do? Quote
apache510 Posted October 15, 2008 Author Posted October 15, 2008 I got more information on the FAQDesk 2.1 blank page bug. I get the message: Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\catalog\admin\faq.php:27) in C:\xampp\htdocs\catalog\admin\includes\functions\general.php on line 22 Quote
ragatep Posted October 21, 2008 Posted October 21, 2008 I got more information on the FAQDesk 2.1 blank page bug. I get the message: Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\catalog\admin\faq.php:27) in C:\xampp\htdocs\catalog\admin\includes\functions\general.php on line 22 line 27 of \admin\faq.php: $sort_order = (int)$HTTP_POST_VARS['sort_order']; echo $sort_order .'<br>'; comment out: echo $sort_order .'<br>'; $sort_order = (int)$HTTP_POST_VARS['sort_order']; // echo $sort_order .'<br>'; should work Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.