| Snow Leopard - longvarchar [message #84663] |
Tue, 01 September 2009 09:20  |
masterK Messages: 2 Registered: September 2009 |
Junior Member |
|
|
Hello,
i'm using Symfony 1.0.20.
When i start "symfony propel-build-model" i get an error:
[propel-om] + payment_paypal
[propel-om] -> BasePaymentPaypalPeer [builder: SfPeerBuilder]
[propel-om] -> BasePaymentPaypal [builder: SfObjectBuilder]
[phingcall] Unable to return 'affix' for unknown CreoleType:
in the "payment_paypal" description is a "longvarchar" field. When i delete this line all works. On other definitions of classes i have the same problem.
I installed yesterday the new "Snow Leopard" (Apple). Before i installed "Snow Leopard" all works fine.
PHP Version:
PHP 5.3.0 (cli) (built: Jul 19 2009 00:34:29)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
|
|
|
|
|
|
| Re: Snow Leopard - longvarchar [message #84896 is a reply to message #84751 ] |
Sun, 06 September 2009 14:15   |
malas Messages: 154 Registered: December 2007 Location: Vilnius, Lithuania |
Senior Member |
|
|
dont remove any lines from CreoleTypes.
just change the const TEXT = 17 an unused digit (i changed it to 30) and LONGVARCHAR will start working as they used to. however i did not tested if the TEXT works after this change.
jaglas.lt - professional web developers.
|
|
|
|
|
|
|
|
| Re: Snow Leopard - longvarchar [message #103229 is a reply to message #84663 ] |
Thu, 29 July 2010 10:27  |
halfer Messages: 9535 Registered: January 2006 Location: West Midlands, UK |
Faithful Member |
|
|
I should think Propel 1.2.x (as bundled with symfony 1.0) is now out of support, as of course Symfony 1.0 is, but if they are still in active use here, one of you could approach the Propel and Symfony leads to see if you could take over maintainance of the old branches.
This would permit the fix discussed here to get into an "official" Symfony 1.0 download, even if Sensio are no longer the maintainers.
Remember Palestine
|
|
|