Menu

#1 calendar_opt file not created

open
nobody
5
2004-09-13
2004-09-13
CJ Turner
No

The installation does not include the calendar_opt file,
so none of the calendar stuff will work.

Discussion

  • Mary1

    Mary1 - 2004-12-07

    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!

     
  • CJ Turner

    CJ Turner - 2004-12-07

    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 ;

     
  • Mary1

    Mary1 - 2004-12-12

    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.

     
  • CJ Turner

    CJ Turner - 2004-12-13

    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).

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.