New issue report by tomscoosh:
What steps will reproduce the problem?
If you hit refresh on the site, the entries appear and disappear(randomly)
The entries are in the database but do not appear on the screen.
What version of the product are you using? On what operating system?
It is installed on a linux server hosted by BT It was installed about 2
months ago and has not worked properly since.
Please provide any additional information below.
We can't figure out why it works sometimes and not others, it is the random
nature that is confusing.
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 by xhochy:
This problem is also known with some other PHP programs, but there wasn't a
solution.
It would be nice if you could provide us some more information on the PHP
version,
the software you are using as your HTTP-server and which browser you use.
Issue attribute updates:
Status: Accepted
Owner: xhochy
Labels: Milestone-Release2.0 Component-UI Usability
Comment #2 by tomscoosh:
I will comeback to you with more details, It is 'jumping' in both IE7 and
Firefox.
Is is an issue with the version of php used or with the code itself?
Comment #3 by xhochy:
> I will comeback to you with more details, It is 'jumping' in both IE7 and
Firefox.
Seems like an issue on the PHP/server-side...
> Is is an issue with the version of php used or with the code itself?
Don't know it at the moment, but a problem with the code would be better
because it's
simpler to fix.
Are you using periods or common time units?
Comment #4 by tomscoosh:
I am using periods:-
$periods[] = "08:00 - 09:00";
$periods[] = "09:00 - 10:00";
$periods[] = "10:00 - 11:00";
$periods[] = "11:00 - 12:00";
$periods[] = "12:00 - 13:00";
$periods[] = "13:00 - 14:00";
$periods[] = "14:00 - 15:00";
$periods[] = "15:00 - 16:00";
$periods[] = "16:00 - 17:00";
$periods[] = "17:00 - 18:00";
$periods[] = "18:00 - 19:00";
$periods[] = "19:00 - 20:00";
$periods[] = "20:00 - 21:00";
Comment #5 by xhochy:
(No comment was entered for this change.)
Issue attribute updates:
Labels: Component-Logic
Comment #6 by xhochy:
Does this only happen on day view or on weekly and monthly too?
Comment #7 by tomscoosh:
We will check again and come back to you