Need to have an options record: You will know that the file is
created correctly if you can go into Options --> Edit Calendar
options, and set up your calendar view,
_and_the_options_"stick" (they stay at whatever you set
them to).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1173223
I am having same problem with calendar_opt -- is that a
typo? I'm aslo getting:
"Warning: mysql_fetch_assoc(): supplied argument is
not a valid MySQL result resource " in "main.php on line
34" when I first login.
When I click on the email icon I get error:
"Warning: imap_open(): Couldn't open stream"
Everything else works fine.
I too think it's a pretty neat program and would like to
donate but can't get working. Hope to hear from the
developer soon for help! Thanks!
Logged In: YES
user_id=951349
Installation script can be modified with the addition of
these lines:
#
# Table structure for table `calendar_opt`
#
CREATE TABLE `calendar_opt` (
`id` smallint(10) unsigned NOT NULL auto_increment,
`user_id` smallint(10) unsigned NOT NULL default '0',
`response` smallint(10) unsigned NOT NULL default '0',
`free_busy` smallint(10) unsigned NOT NULL
default '0',
`view` smallint(10) NOT NULL default '0',
`filter` smallint(10) NOT NULL default '0',
`beginning` smallint(10) NOT NULL default '0',
`week` varchar(28) NOT NULL default '',
`start_h` smallint(10) NOT NULL default '0',
`end_h` smallint(10) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM COMMENT='Users individual Calendar
options' AUTO_INCREMENT=2 ;
Logged In: YES
user_id=1173223
Thanks cjturner,
I tried your script for calendar but I'm getting a blank page.
Do you have the entire script up and working by any chance?
Thanks.
Logged In: YES
user_id=951349
Need to have an options record: You will know that the file is
created correctly if you can go into Options --> Edit Calendar
options, and set up your calendar view,
_and_the_options_"stick" (they stay at whatever you set
them to).