php-calendar-discussion Mailing List for PHP-Calendar (Page 5)
Brought to you by:
sproctor
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(5) |
Feb
(4) |
Mar
(23) |
Apr
(5) |
May
(6) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2004 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(1) |
2005 |
Jan
(5) |
Feb
(14) |
Mar
(2) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(18) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
(4) |
Feb
(3) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
2009 |
Jan
(3) |
Feb
(4) |
Mar
(1) |
Apr
(1) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: AG <ag...@bk...> - 2004-10-25 11:14:33
|
I recently installed the PHP calendar and have a few questions for you. My calendar lives in a 'virtual' environment. I've created a 'calendar' in the req'd html directory. I installed the src files to a subdir under 'calendar'. Below are the contents of 'calendar' directory: [nsbe@server1]~/mainwebsite_html/calendar$ls adodb config.php index.php install.php messages.po Nonetheless, I receive the errors below after running the install.php script via the browser. Warning: main(./includes/calendar.php): failed to open stream: No such file or directory in /home/virtual/site19/fst/var/www/html/calendar/install.php on line 31 Warning: main(): Failed opening './includes/calendar.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site19/ fst/var/www/html/calendar/install.php on line 31 Warning: install_base(./includes/db.php): failed to open stream: No such file or directory in /home/virtual/site19/fst/var/www/html/calendar/ install.php on line 271 Warning: install_base(): Failed opening './includes/db.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site19/ fst/var/www/html/calendar/install.php on line 271 Fatal error: Call to a member function on a non-object in /home/virtual/ site19/fst/var/www/html/calendar/install.php on line 323 After perusing the 'config.php' script, I don't see an area where the 'explicit' path is should be specified. What have I overlooked ? Is it also as simple as 'chmod' the 'calendar' directory ? Thx in advance for your help. -- AG |
From: Peter P. S. <si...@oe...> - 2004-09-23 03:22:55
|
Again: (compare From: Mr. Fitz <mr_fitz@ho...> v. 0.9: adodb/adodb.inc.php is missing? 2004-04-14 ) localhost/calendar Warning: Failed opening './config.php' for inclusion (include_path='.:/usr/lib/php') in /Library/WebServer/Documents/calendar/includes/setup.php on line 24 Warning: Failed opening 'adodb/adodb.inc.php' for inclusion (include_path='.:/usr/lib/php') in /Library/WebServer/Documents/calendar/includes/db.php on line 27 ------ The answer was: ADOdb has to be installed. (2004 04 14 ) That is clear but if I put the adodb folder into my WebServer site it seems to expect items at /usr/lib/php On my MacOS 10.2.8 I find /usr/local/php] psint% ls bin httpd.conf.php lib phpBB2 doc include libphp4.so share and [inn:/usr/lib/php] psint% ls build extensions Which files in the adodb folder (directory) have I to edit (if any)? Where to put adodb: on the same level as calendar (into WebServer/Documents/ ) Have I to edit setup.php ( include($phpc_root_path . 'config.php'); does it get $phpc_root_path from $phpc_root_path = './'; in install.php ?) or db.php where I find include_once('adodb/adodb.inc.php'); If I run localhost/calendar/install.php : Warning: Failed opening 'adodb/adodb.inc.php' for inclusion (include_path='.:/usr/lib/php') in /Library/WebServer/Documents/calendar/install.php on line 32 your config file is not writeable. I suggest logging in with a shell and typing: touch config.php chmod 666 config.php The only config.php I find is in cconfig.php /Library/WebServer/Documents/phpBB2/config.php /usr/local/php/phpBB2/config.php (for another working phpBulletinBoard ) The docs describe extensively how to write php files using adodb but it remains unclear where to put it. The adodb readme is also not explicit other than:files should be accessible from Web-Server. /localhost/adodb delivers a list of adodb files and folders. This is probably easy if you know how-to Compare that with http://phpicalendar.sourceforge.net/ which runs out of the box. |
From: Don D. <do...@em...> - 2004-09-03 09:03:39
|
Hi! I'm having a bit of a problem running the install. I receive an "Access = denied for user" message, but I know my login and password are correct. = I have used them to access the db from a phpMyAdmin section provided by = my host.=20 Any suggestions? Thanks. --Don |
From: Frank S. <fra...@st...> - 2004-08-11 16:01:09
|
Hi Edward, not sure about AM/PM times, but here we use the 24h system and instead of 24:00 it's 0:00 - maybe 0:00 AM instead of 12:00 PM would work? Don't know which one would be the correct version tho. 0:00 AM would be the date of the next day as well, maybe that's why he won't take posts of 12:00 PM of the "old" day. Must admit i haven't installed php-calendar atm, so i can't check :) Greetings Frank Edward Iglesias wrote: > Greetings All, > I am experiencing a peculiar problem with php-calendar. For > some reason it will not take posts of 12:00 PM. 1:00 PM is fine and > 12:00 AM is fine but not 12:00 PM. Has anyone else experienced this? > > Edward Iglesias > email: igl...@lo... > Technical Services Librarian/ILS > Coordinator phone: 504.864.7838 > J. Edgar and Louise S. Monroe Library > Loyola University New Orleans > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Php-calendar-discussion mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion > > |
From: Edward I. <igl...@lo...> - 2004-08-10 19:13:29
|
Greetings All, I am experiencing a peculiar problem with php-calendar. For some reason it will not take posts of 12:00 PM. 1:00 PM is fine and 12:00 AM is fine but not 12:00 PM. Has anyone else experienced this? Edward Iglesias email: igl...@lo... Technical Services Librarian/ILS Coordinator phone: 504.864.7838 J. Edgar and Louise S. Monroe Library Loyola University New Orleans |
From: Sean P. <spr...@cc...> - 2004-04-14 21:55:11
|
On Wed, 2004-04-14 at 16:55, Mr. Fitz wrote: > There are warnings that install.php fails to open adodb/adodb.php >=20 > whick eventually causes the following error when trying to install: >=20 > Fatal error: Call to undefined function: newadoconnection() in...\db.php = on=20 > line 30 you need to have adodb installed. read the INSTALL file for more information on this Sean |
From: Mr. F. <mr...@ho...> - 2004-04-14 20:55:30
|
There are warnings that install.php fails to open adodb/adodb.php whick eventually causes the following error when trying to install: Fatal error: Call to undefined function: newadoconnection() in...\db.php on line 30 _________________________________________________________________ STOP MORE SPAM with the MSN Premium and get 2 months FREE* http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines |
From: Alan H. <ala...@ho...> - 2004-04-07 12:16:14
|
<html><div style='background-color:'><DIV class=RTE> <P><BR><BR><SPAN class=postbody>Hi, <BR>Great calendar.Im wondering could anybody help me. <BR>I want to be able to set-up a remindar email to a user when an event is put into the calendar.eg-the user could select if they get a reminder email <BR>a day before an event or an hour. <BR>Has anybody added on any new features to this calendar? <BR>I be gratefull of any help. <BR>Thanks</SPAN></P></DIV></div><br clear=all><hr>STOP MORE SPAM with <a href="http://g.msn.com/8HMAEN/2728??PS=">the new MSN 8</a> and get 2 months FREE*</html> |
From: Sean P. <spr...@cc...> - 2004-03-23 23:07:41
|
Arnold, Derek (Neighborhood Link) wrote: > I am having authentication issues (PHP 4.3.5RC1/Apache 1.3.29/Solaris > 9/PostgreSQL 7.4.1). I type in the admin user/password I created > during install and it refuses to log in. > > Help is appreciated. I don't get any error messages, it just goes > back to the calendar quietly. > > -Derek > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Php-calendar-discussion mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion Could you try this version: http://rottenvegetable.org/php-calendar-0.9pre3.tar.gz Sean |
From: Arnold, D. (N. Link) <nh...@ur...> - 2004-03-23 22:58:24
|
I am having authentication issues (PHP 4.3.5RC1/Apache 1.3.29/Solaris 9/PostgreSQL 7.4.1). I type in the admin user/password I created during install and it refuses to log in. Help is appreciated. I don't get any error messages, it just goes back to the calendar quietly. -Derek |
From: Derek N. <de...@gn...> - 2004-03-01 07:56:35
|
I have created a "users manual" for an organization that I implemented php-calendar for. Is there any interest in such a contribution? If so, I will gladly remove the direct references for this organization and submit as documentation for the project. Also, what was the ultimate outcome of the research done for iCal support back in March of last year? I noticed talk in the list archives but saw not resolution. Also, I saw a useful patch in the RFE's for project. What is your preferred method of patch submission? Will a diff against the most current version suffice? Many thanks, --=20 Derek Neighbors GNU Enterprise http://www.gnuenterprise.org de...@gn... Was I helpful? Let others know: http://svcs.affero.net/rm.php?r=3Ddneighbo |
From: siu <si...@al...> - 2004-02-17 20:23:10
|
minid (www.minid.net) made a new look for the calendar (very nice indeed), but he translated all the strings to spanish. I have integrated his appereance changes with the main project, I hope you like it. And about the translation I have added more variables, not already translated cos I haven't gettext. And I have added an spanish tranlation. Look it please. I'm new in free software, sorry if this is not the correct way for doing this. And sorry 4 the english I am spanish. My site: www.4coders.com maybe one day I will free it (but the source is in spanish). PD. how can I get gettext ? _____________________________________________________________ Date de alta tu email @Alcoi.com en http://www.alcoi.com |
From: Jorge B. (K. <ko...@si...> - 2004-02-08 18:47:23
|
Here is the spanish .po file --=20 Internet Explorer 6 est=E1 anticuado. Actual=EDcese a Mozilla Firebird. Blog: http://www.amedias.org/koke Web Personal: http://sindominio.net/~koke/ JID: ko...@zg... |
From: Jeff C. <jco...@th...> - 2003-10-01 13:29:33
|
Brad - The encryption on the password is MD5. I'm sure there is a better way to do it, but I just insert a new record into the table using the phpmyadmin (http://sourceforge.net/projects/phpmyadmin/) interface and select MD5 from the function list for the password field. Hope this helps. - Jeff Cobelli -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of php...@li... Sent: Tuesday, September 30, 2003 11:17 PM To: php...@li... Subject: Php-calendar-discussion digest, Vol 1 #35 - 1 msg Send Php-calendar-discussion mailing list submissions to php...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion or, via email, send a message with subject or body 'help' to php...@li... You can reach the person managing the list at php...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Php-calendar-discussion digest..." Today's Topics: 1. Multiple admin users? (Brad Fleming) --__--__-- Message: 1 Date: Tue, 30 Sep 2003 12:35:24 -0500 From: Brad Fleming <bdf...@pi...> To: <php...@li...> Subject: [Php-calendar-discussion] Multiple admin users? Please forgive me if this question has been asked before, I did a quick look through the archives and didn't see anything.. I'm interested in creating several users that are allowed to add, modify, and delete calendar events if possible. I was going to add them by hand, but in looking at the MySQL table, it appears that the password is scrambled/encrypted. So is there a way to (either manual or using a form) add another administrative user to the system? Any help or suggestions are greatly appreciated! -- Brad Fleming Network Services Coordinator Pittsburg State University Housing Office - (620) 235-4215 bdf...@ma... --__--__-- _______________________________________________ Php-calendar-discussion mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion End of Php-calendar-discussion Digest |
From: Brad F. <bdf...@pi...> - 2003-09-30 17:35:27
|
Please forgive me if this question has been asked before, I did a quick look through the archives and didn't see anything.. I'm interested in creating several users that are allowed to add, modify, and delete calendar events if possible. I was going to add them by hand, but in looking at the MySQL table, it appears that the password is scrambled/encrypted. So is there a way to (either manual or using a form) add another administrative user to the system? Any help or suggestions are greatly appreciated! -- Brad Fleming Network Services Coordinator Pittsburg State University Housing Office - (620) 235-4215 bdf...@ma... |
From: Jeff C. <jco...@th...> - 2003-09-16 19:42:52
|
Hello, I am attempting to create the database on a test server on my local network. First, I log in as root and start MySQL by typing "mysqld" at the prompt on the server. In a browser on my other machine, in the SQL server hostname box, I enter "debianbox" (the name of the server). I leave the SQL Database name, Table prefix and Username fields alone and I enter a password in the password field. I make sure the "create the database" box is checked and click submit. When asked if I have already created the user I click "No". I then get the following errors: Warning: Can't connect to MySQL server on 'debianbox' (111) in /var/www/phpcalendar/install.php on line 157 Warning: MySQL Connection Failed: Can't connect to MySQL server on 'debianbox' (111) in /var/www/phpcalendar/install.php on line 157 Could not connect Please help me out when you can. Thanks! - Jeff Cobelli |
From: Sean P. <spr...@cc...> - 2003-07-14 14:32:45
|
On Mon, Jul 14, 2003 at 04:21:12AM -0400, Jace Byers wrote: > I think i may just be up too late and be lacking sleep, but I cannot > find the variable to set the background color anywhere...someone point > this out to me if you would > > Thanks > > joe depends on the version. in one version it's in miniconfig.php in later versions it's in index.php, I think. Sean |
From: Jace B. <joe...@be...> - 2003-07-14 08:21:18
|
I think i may just be up too late and be lacking sleep, but I cannot find the variable to set the background color anywhere...someone point this out to me if you would Thanks joe |
From: Sean P. <spr...@cc...> - 2003-07-08 18:44:16
|
On Tue, Jul 08, 2003 at 02:24:56PM -0400, Rob Brown wrote: > I've been using php-calendar for some time now. It's been great. > > Months ago, I needed a seperate calendar for a different group of people. Well, now these two groups have the same events. > > I was wondering if anyone knew of a way (or could point me in the right direction) to create a third calendar. > > Here's what my goal is: > > Calendar 1: Group 1 > Calendar 2: Group 2 > Calendar 3: General and school wide events > > Group1 events would only be viewable to Group1. Group2 events would only be viewable to Group2. However, any events placed in the third calendar (general events) would appear in both Group1 and Group2. > > Does this make sence? Can anyone help me to figure out a way to replicate data like this? hmmm... this is kind of tricky and not something that has been built into the code yet. there should be a fairly simple hack to get around it. perhaps not though. I don't remember what the differences are between the last released version and CVS are. anyway, you should have a calendar called like group1 and one called like group2, right? so you want to show items in both. you could maybe create a new config variable called PHPC_VISIBLE_CALENDARS or something and have it contain a list of calenders that should be searched. then in the functions that return events (they should be in calendar.php, I think), rather than only returning events that match the calendar name (it might be an ID #), return events that match any of the calendars in the PHPC_VISIBLE_CALENDARS. this should be rather trivial. hopefully my code is thought out well enough to handle this. if you get it working, let me know and I'll merge the patch for you. good luck, Sean |
From: Rob B. <rob...@ro...> - 2003-07-08 18:25:19
|
I've been using php-calendar for some time now. It's been great. Months ago, I needed a seperate calendar for a different group of people. Well, now these two groups have the same events. I was wondering if anyone knew of a way (or could point me in the right direction) to create a third calendar. Here's what my goal is: Calendar 1: Group 1 Calendar 2: Group 2 Calendar 3: General and school wide events Group1 events would only be viewable to Group1. Group2 events would only be viewable to Group2. However, any events placed in the third calendar (general events) would appear in both Group1 and Group2. Does this make sence? Can anyone help me to figure out a way to replicate data like this? Any help is greatly, greatly appreciated - Rob |
From: Gary S. <gar...@my...> - 2003-06-04 20:26:57
|
I have a newbie question. When you are modifying an event's description, = is there a way to create a hyperlink such that the displayed link = differs from the actual URL. For example, have: Go to Google! be a hyperlink to www.google.com. I tried putting raw html (<A Href=3D = ..) but that did not seem to work. Thanks in advance! Gary Slotnikov IDfusion Software |
From: Tom W. <to...@at...> - 2003-06-01 18:03:18
|
Hi! Does PHP Calendar work with MySQL 4.x or just 3.23.x? Also, does it work with PHP 4.3.x? Thanks! Peace.. Tom |
From: Sean P. <spr...@cc...> - 2003-05-21 01:07:23
|
On Tue, May 20, 2003 at 03:13:59PM -0400, Matthew McDermott wrote: > Whenever I attempt to delete an event from the calendar, I receive a "No > Items Selected" message. The script passes the correct parameters > (index.php?action=delete&day=31&month=5&year=2003&id=1) > Am I doing something wrong or is this a bug? I tend to think it is the > earlier of the two. Any help would be greatly appreciated. I'm pretty sure it's a bug. You're the 3rd person to bring it up. I think it has something to do with your php version or configuration (probably the latter). Probably something to do with register globals. I think 4.2 changed something about them from 4.1 which is the version I test with. I think I might have register globals on too. Anyway, I'm dropping support for pre 4.1 with the next release, so that should clean things up a little. Sean |
From: Matthew M. <mat...@ya...> - 2003-05-20 19:12:44
|
Whenever I attempt to delete an event from the calendar, I receive a "No Items Selected" message. The script passes the correct parameters (index.php?action=delete&day=31&month=5&year=2003&id=1) Am I doing something wrong or is this a bug? I tend to think it is the earlier of the two. Any help would be greatly appreciated. Thanks, Matthew Matthew B. McDermott Project Manager, Desktop Technologies Yale University, School of Medicine Communications and Technical Support "Connecting People and Technology" http://its.med.yale.edu <http://its.med.yale.edu/> |
From: Geoff D. <gde...@ac...> - 2003-05-15 23:28:10
|
Yes, I just noticed that. Can anyone tell me if I can add multiple users. The problem is that the password is encrypted in PHP, so I can't do it from PHPAdmin. -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Sean Proctor Sent: Friday, 16 May 2003 1:45 AM To: php...@li... Subject: Re: [Php-calendar-discussion] making changes On Thu, May 15, 2003 at 11:14:45AM +1000, Geoff Deering wrote: > You need to change/update the calendar_title field in the phpc_calendars > table > > That should so it You can do this through the admin page. Sean ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ Php-calendar-discussion mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion |