PDA

View Full Version : Strange issues with calander and tickets


postreal
01-08-04, 07:14 AM
Hi.
I´m having some difficulties with Calander and Tickects. I can only add events to calander and tickects, but I cannot delete them ( delete event button is not there ). What is wrong ? Also when I do check.php it complains about save path ? Where is PHP.INI, I´m on host server ?

Thanks
Mikko

ajdonnison
02-08-04, 08:39 AM
There are two save paths that check.php will check. One is the session.save_path variable, which is controlled by PHP.INI and sets how the session information is saved. The other is the files directory, where uploaded files are stored. It must be writeable or files will not be stored.

You delete events from within the view event page, and unless you do not have access to the company or project that the event relates to, the delete button will be there.

Similarly with tickets. You can only delete a ticket from the View page.

postreal
02-08-04, 04:03 PM
I´m logged in with admin (super user) user, so I should have permissions to delete event ? And where is that PHP.INI where I can define those save paths ?