xhochy / schoorbs

[RETIRED] Room Booking System I made during my time at school
0 stars 2 forks source link

Entries somes times show on website and sometime dissappear - if you hit refresh #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by tomsco...@gmail.com on 26 Aug 2008 at 9:16

GoogleCodeExporter commented 9 years ago
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.

Original comment by xho...@gmail.com on 26 Aug 2008 at 6:27

GoogleCodeExporter commented 9 years ago
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?

Original comment by tomsco...@gmail.com on 27 Aug 2008 at 7:57

GoogleCodeExporter commented 9 years ago
> 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?

Original comment by xho...@gmail.com on 27 Aug 2008 at 12:40

GoogleCodeExporter commented 9 years ago
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";

Original comment by tomsco...@gmail.com on 27 Aug 2008 at 12:56

GoogleCodeExporter commented 9 years ago

Original comment by xho...@gmail.com on 27 Aug 2008 at 1:10

GoogleCodeExporter commented 9 years ago
Does this only happen on day view or on weekly and monthly too?

Original comment by xho...@gmail.com on 27 Aug 2008 at 1:10

GoogleCodeExporter commented 9 years ago
We will check again and come back to you

Original comment by tomsco...@gmail.com on 27 Aug 2008 at 1:42