Quote:
Originally Posted by RolandvonGilead
open amincp/flashquiz/frageninsert.php
Find:
PHP Code:
header('Location: flashquiz.php?class=kat2&kategorie=stufe&cmd=fragen');
replace with:
PHP Code:
define('CP_REDIRECT', 'flashquiz.php?class=kat2&kategorie=stufe&cmd=fragen');
In the next Version this will be Standard.
Roland
|
Thanks, works like a charm, although when I attempt to delete a question I get this:
Quote:
Warning: Cannot modify header information - headers already sent by (output started at /homepages/13/d103069509/htdocs/includes/adminfunctions.php:236) in /admincp/flashquiz/fragendel.php on line 24
|
I also did notice that despite the error the questions had been added, then for the second error, the question had been deleted.
Thanks, and Happy New Year.
Jason
[edit]
Sorted it, much the same as the first problem, replace the last line of code in admincp/fragendel.php with
Code:
define('CP_REDIRECT', 'flashquiz.php?class=kat2&kategorie=stufe&cmd=fragen');
That resolves the issue.
[/edit]