Page 1 of 1

[SOLVED] Creating a new project at dev.cmsmadesimple.org

Posted: Mon Feb 11, 2008 2:22 pm
by yelwor
I've tried several times to register a new project that I'm almost finished with on the dev site but unfortunately I continue to receive the following error:

ERROR: Could not create group: ERROR: value too long for type character varying(255)

I am using the following data:

Fullname: CheckOut PayPal

Project Purpose and Summarization:
This project will be to implement a simple but effective shopping basket solution to be used in conjunction with Cataloger and FrontEndUsers modules.

The module allows users to create buttons for inclusion on the Cataloger Item templates that will 'add to basket' the product currently viewed.  It will create a shopping basket where products can be added and removed.  It also creates a summary shopping basket so users can monitor the number of items and the value of their order.

Once the customer has completed their shopping they will be taken to PayPal where their credit card details are collected securely.

License: GPL

Project Public Description:
This module implements a simple but effective shopping basket solution to be used in conjunction with Cataloger and FrontEndUsers modules.

The module allows customers to add and remove products from their shopping baskets and continue through to PayPal where they can securely pay for their order.

Project Unix Name:
chkoutpaypal

Can anyone tell me what I might be doing wrong?

Thanks in advance.

Phil

Re: Creating a new project at dev.cmsmadesimple.org

Posted: Mon Feb 11, 2008 3:23 pm
by alby
yelwor wrote: ERROR: Could not create group: ERROR: value too long for type character varying(255)

Project Public Description:
This module implements a simple but effective shopping basket solution to be used in conjunction with Cataloger and FrontEndUsers modules.

The module allows customers to add and remove products from their shopping baskets and continue through to PayPal where they can securely pay for their order.
Project Public Description is more of 255 characters

Alby

Re: Creating a new project at dev.cmsmadesimple.org

Posted: Mon Feb 11, 2008 3:29 pm
by yelwor
Ah ha!

Thanks for that.

Phil