Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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?

Posted

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

Posted
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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...