Home pgae showing two times
Yuki - October 26, 2009 - 03:36
| Project: | Quiz |
| Version: | 6.x-3.3 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
After installing Quiz module why the home page is coming two times in a single page? same snapshot of homepage coming one after another.

#1
It seems that after installing Autoload module sometime(not all time) the pages (whatever home page or other page) is showing two times (same copy of page one after another in a page). Could somebody help me on this issue?...
Dont know whether its contradict with my theme or any other issues...
#2
Quiz error:
user warning: Unknown column 'time_left' in 'field list' query: SELECT time_left FROM quiz_node_results WHERE result_id = 2 in C:\xampp\htdocs\drupal6\sites\all\modules\quiz\quiz.module on line 2032.
#3
About => user warning: Unknown column 'time_left' in 'field list'
This is a known issue and has been removed in upper versions of quiz.
However you can remove this error by appending a new field "time_left" in your drupal database's 'quiz_node_results" table.
#4
OK thanks. Can you give me idea about my first problem?Why the page is showing two times in a browser window? Is it problem of autoloader module or css?
#5
Unknown column 'time_left' bug has been fixed here #545902: Timed quiz gives an error message. I am not sure about the home page, i have not seen any similar issue in the bug list.
#6
I have this info only: I am using foliage theme and sometimes home page is coming two times sometimes not...
#7
Switch to default garland theme and see whether you are able to reproduce the bug. I have not seen any theme related bug in the issue queue, probably it is happening because of your theme.