news aggregator

December 22, 2005

00:05
What is the name of your organization?: test Please list the Drupal or CivicSpace web sites you have built. (Please list each item on a seperate line & use Filtered HTML): test What types of services do you offer? (Please list each item on a seperate line & use Filtered HTML): test What industries do you focus on, if any? (Please list each item on a seperate line & use Filtered HTML): test Who should customers contact for services? (Please list contact info on seperate lines & use Filtered HTML; see example): John Doe San Francisco, CA. 94110 United States 415-555-1213 johndoe@noemail.com What is your web site address?: www.test.com Describe your organization in your own words: test

December 19, 2005

14:40
What is the name of your organization?: Oliver Associates, Inc. Please list the Drupal or CivicSpace web sites you have built. (Please list each item on a seperate line & use Filtered HTML): www.oliverai.com www.coloredink.com ocontent.oliverai.com ocommunity.oliverai.com ocommerce.oliverai.com What types of services do you offer? (Please list each item on a seperate line & use Filtered HTML): drupal customization online strategy graphic/theme design web hosting internet marketing Who should customers contact for services? (Please list contact info on seperate lines & use Filtered HTML; see example): Steve Oliver PO BOX 882231 San Diego, CA. 92168 United States 619-208-4679 What is your web site address?: www.oliverai.com

December 16, 2005

02:42
It would be really handy if we could automagically move a ticket over to drupal.org when we put it in the civicspacelabs.org queue.
02:35
It would be very handy if you could set the date/time fields to be option, meaning that unless you change something the date/time field will record nothing rather then some random date/time that might not have any meaning.

December 14, 2005

21:38
Running version 0.8.2. Clean Install, upgrading an 0.8.1.3 database. After the import script ran, I noticed I had 79 contacts from my old Drupal User database. The script probably should have noticed that Contact_Manager was installed. If it did that, it could have offered to import additional information (address, phone, name) into CiviCRM. -rich
19:51
Version 0.8.2, release version of dec. 1. FYI, I have a clean 0.8.2 install with my old 0.8.1.3 database. When I click to run the upgrade script I get the message: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/.jamocha/odb/sandbox.oc-tech.org/database/updates.inc:10163) in /home/.jamocha/odb/sandbox.oc-tech.org/includes/session.inc on line 10 warning: Cannot modify header information - headers already sent by (output started at /home/.jamocha/odb/sandbox.oc-tech.org/database/updates.inc:10163) in /home/.jamocha/odb/sandbox.oc-tech.org/includes/common.inc on line 99.
19:44
Problem in Update.php with the text: If you are upgrading to or through CivicSpace 0.8.2 you will need to satisfy the following conditions before being able to upgrade: You will need to make sure you are using MySQL 4.0 or later. You will need to make sure that the file sites/default/civicrm.php is writable. You will need to make sure that the directory files/ is readable and writable. You will need to make sure that the directory files/civicrm is readable and writable. You will need to make sure that the directory files/civicrm/upload is readable and writable. You will need to make sure that the directory files/civicrm/templates_c is readable and writable.

December 13, 2005

10:55
Teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste teste

December 7, 2005

02:56
Hello World

December 3, 2005

20:49
Here's my first story. A gripping piece, with dramatic tension and deep insights. Etc.

November 30, 2005

23:48
When attempting to install CivicSpace using the PHP-based installer, I get the following errors: Whoops! The files/ directory is not readable and writeable. Whoops! The files/civicrm directory is not readable and writeable. Whoops! The files/civicrm/templates_c directory is not readable and writeable. Whoops! The files/civicrm/upload directory is not readable and writeable. I have Apache 1.3.34 and PHP 4.4.1 on Windows Server 2003. I will be using MySQL 4.1.15 with this install. The permissions for the noted directories are Everyone = Modify (everything except "Full Control").

November 29, 2005

05:18
Hi, here is a patch that adds audio, video, playlist, and front_page to the modules/ folder. It also adds the necessary tables to the civicspace.sql file. Please test/verify that they work and that the tables are created. One issue with these modules is that they are all less than 6 months old, so any help with testing is appreciated.

November 28, 2005

21:36
I had a database called civicspace-svn, but it wasn't able to parse it.

November 26, 2005

20:48
I'm on DreamHost web hosting which disallows certain system calls for security reasons, including exec(). At the final screen of the installer with the "Configure site..." button, I get: Warning: exec() has been disabled for security reasons in install.php on line 1474 The offending line: $status = exec("which mysql", $result); The installation seemed to go fine after that regardless, as the code will default to /usr/bin if the exec call fails. You could maybe put in something like: $disabled = strstr(ini_get('disable_functions'), 'exec'));
13:41
Installer should include a check to make sure that register_globals is not enabled on the server as this will cause the installer to fail ("Whoops, it loks lke you have already installed CivicSpace").