ratikanta / php-calendar

Automatically exported from code.google.com/p/php-calendar
0 stars 0 forks source link

Non Admin Users Can Not Open the Event #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Log in with a non-admin user account and try to view an existing event, you 
can have all other permissions checked, same result, but if you make the user 
an admin, then it works but gives the user too much power to mess up the 
calendar
2.
3.

What is the expected output? What do you see instead?
A user that can read/edit/modify an event without having complete admin privages

What version of the product are you using? On what operating system?
Version12, Jan 4 release

Please provide any additional information below.

Not Acceptable
Here is the error.  I assume that we should have an error handling web page 
come up instead of this at some point.

An appropriate representation of the requested resource /ride/index.php could 
not be found on this server.

Additionally, a 406 Not Acceptable error was encountered while trying to use an 
ErrorDocument to handle the request.

Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.32 
Server at www.covetime.com Port 80

Original issue reported on code.google.com by covene...@gmail.com on 16 Jan 2013 at 2:24

GoogleCodeExporter commented 9 years ago
The 406 error is something with your PHP setup. There was a typo in 
phpccalendar.class.php. Line 114 has a double $ which should be a single. This 
fix is committed and will be in the next release.

Original comment by sproctor@gmail.com on 17 Jan 2013 at 6:23

GoogleCodeExporter commented 9 years ago
Hey thanks for the fix, makes a big difference!  Great calendar.  Has any 
thought been put to emailing a group of accounts when an event is added or 
changed?  I am thinking to use this as a bike riding scheduling calendar and 
having that feature would do the trick.  Great job and sorry, I am sure this 
comment belongs somewhere else, I'll look around.

Original comment by covene...@gmail.com on 18 Jan 2013 at 1:30