Re: [symfony-users] Re: sfDynamicFormPlugin

2010-09-21 Thread Lee Bolding
That was a plugin I intended to create for a project I was working on 18 months or so ago. Essentially, I planned to create a plugin that would use the forms framework, and allow developers to easily create a Wufoo like (Symfony)form from a wizard. I'm no longer on that project anymore, so the

Re: [symfony-users] Re: shopping cart?

2010-06-05 Thread Lee Bolding
On 31 May 2010, at 10:27, Richard D Shank wrote: I'm getting ready to start building a store for a music site. It will only be virtual products for now (mp3 downloads), but it will have some of the elements you are needing. Save yourself a whole heap of trouble and use Magento. I used

Re: [symfony-users] Re: sfErrorHandlerPlugin doesn't catch call to a member function on a non-object errors

2010-05-16 Thread Lee Bolding
There are actually _recoverable_ fatal errors (really), which sfErrorHandler DOES catch If you see an error like that with sfErrorHandler installed, it HAS caught it - and flushed the error from the output buffer. It's not possible to do much more than that in the case of a non-recoverable

Re: [symfony-users] Re: Best way to implement a multi step form

2010-04-13 Thread Lee Bolding
There's several workflow plugins in the plugin repo that may be worth investigating (pageflow, especially) I know there's a pretty complex one based around the eZ Workflow component - I looked at that a while back with a view to creating a plugin along the lines of Spring WebFlow... On 13 Apr

Re: [symfony-users] Re: CMS, Catalog/Cart - Users and Administration ???

2010-03-27 Thread Lee Bolding
Also, sfGuard can use an external authentication class, or store password as MD5 hashes (for compatibility), so that many other external apps that need to authenticate could use the same table and field. If you're using the Doctrine version, you can also create a behaviour that would

Re: [symfony-users] Re: XML template for API call

2010-03-27 Thread Lee Bolding
Or, use XMLWriter / simplexml (XMLWriter is usually easier) Using templated XML often leads to tears ;) On 27 Mar 2010, at 18:15, Richtermeister wrote: Also, there's many ways to skin that cat. I've got one app where I'm indeed using a template for the xml, and in the ups class I

Re: [symfony-users] Re: Certification programme

2010-02-19 Thread Lee Bolding
Is this +1 malarky any way to determine the viability of something? Surely, it would be better to put forward a reason WHY this would be good, and HOW it would benefit Symfony, yourself and your customers? Just a thought... you can +1 all you like, but without sufficient reasoning behind it, I

Re: [symfony-users] White screen only in production enviroment

2010-02-17 Thread Lee Bolding
http://www.symfony-project.org/plugins/sfErrorHandlerPlugin On 17 Feb 2010, at 14:26, Eno wrote: On Wed, 17 Feb 2010, Trailfinder wrote: My dev enviroment works great. But when I deploy to my production enviroment, I get a white screen only. Strange thing is, my backend is working. My

Re: [symfony-users] FREE ticket to sflive2010

2010-02-13 Thread Lee Bolding
Hi All... No more mails about this please - I've given it away already :) Presumably there will be PDFs online somewhere afterwards, so I can get some idea of what I missed? On 12 Feb 2010, at 10:46, Lee Bolding wrote: Yes, that's right. Unfortunately, I'm snowed under at work, so can't

[symfony-users] FREE ticket to sflive2010

2010-02-12 Thread Lee Bolding
Yes, that's right. Unfortunately, I'm snowed under at work, so can't go. If anybody would like my ticket instead give me a shout and you can have mine -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

Re: [symfony-users] Symfony for newspaper site

2010-01-11 Thread Lee Bolding
On 11 Jan 2010, at 17:20, Bob wrote: Hi all, Collecting information about important points why Symfony can be beneficial for newspapers web-sites (in comparison to Drupal6, where time for hacking is large, but end-code is not nice. I found some good points here already -

Re: [symfony-users] Help with should be simple stuff...

2010-01-11 Thread Lee Bolding
On 12 Jan 2010, at 00:24, Darren884 wrote: I am trying to override my setPassword method for my employee model but everytime I try to overwrite it I get nothing from it. I was using: public function setPassword($password) { parent::setPassword(sh1($password));

Re: [symfony-users] Offbeat: open source vs closed source technologies

2010-01-09 Thread Lee Bolding
On 9 Jan 2010, at 03:32, Parijat Kalia wrote: I like the DIY for a bug in open source vs a dead end to a bug in closed source as a really solid example. Can you give a more concrete example? yes, theoretically that's correct - but in the PHP world, code isn't compiled. If you've paid for

Re: [symfony-users] Offbeat: open source vs closed source technologies

2010-01-09 Thread Lee Bolding
On 9 Jan 2010, at 14:15, Sid Bachtiar wrote: Open source with premium support is the way to go, because you get the best of both worlds. You get open source product, and you get commercial support. Absolutely, and I fully agree. I also agree with your other points - the point I'm trying to

Re: [symfony-users] Offbeat: open source vs closed source technologies

2010-01-09 Thread Lee Bolding
On 9 Jan 2010, at 17:01, Eno wrote: On Sat, 9 Jan 2010, Lee Bolding wrote: How many people saw the critical bugs with PHP 5.2.7, and rather than fix them themselves, waited for the next release? We build our own software from source, so yeah we would fix it ourselves. You patched

Re: [symfony-users] Offbeat: open source vs closed source technologies

2010-01-08 Thread Lee Bolding
I think these days, the line between open source and closed source is somewhat blurred - and this is a good thing. You now have premium open source - with the likes of RHEL, SugarCRM, MySQL and Magento. Microsoft technologies are no longer exclusively closed - I'm currently working with a

Re: [symfony-users] Offbeat: open source vs closed source technologies

2010-01-08 Thread Lee Bolding
On 8 Jan 2010, at 13:43, Eno wrote: On Fri, 8 Jan 2010, Lee Bolding wrote: The whole IIS/windows server licensing issue is also beginning to disappear - if you want a well supported, enterprise grade, stable and scalable PHP environment, you'll likely want Zend Server - which costs

Re: [symfony-users] Offbeat: open source vs closed source technologies

2010-01-08 Thread Lee Bolding
On 8 Jan 2010, at 14:40, Sid Bachtiar wrote: If your server goes bump in the night, who you gonna call? We have our own support team to call :-) Yes, but a salaried employee is more expensive than raising a ticket on a case-by-case basis with the likes of Zend (or buying a support

Re: [symfony-users] Offbeat: open source vs closed source technologies

2010-01-08 Thread Lee Bolding
On 8 Jan 2010, at 15:09, Sid Bachtiar wrote: And are you talking about your real experience or you're just hypothesizing? Real world, it's the structure we're setting up at the startup I'm currently working at. IMHO we've spent far less, and have far superior support and quality of product

Re: [symfony-users] Any good reason to execute symfony with sudo?

2010-01-07 Thread Lee Bolding
What Nathan said. Unless your Symfony app is using backtick, passthru, exec or similar operators to execute shell commands (that MUST be run by root [is there any?]) then you shouldn't run Symfony as root or via sudo. It's simply bad practice, and introduces many more attack vectors to

Re: [symfony-users] get id from new row

2010-01-07 Thread Lee Bolding
On 8 Jan 2010, at 00:02, Gabo wrote: HELP!!! I TRY THIS: //lib/model/doctrine/document.class.php public function save(Doctrine_Connection $conn = null) { $author= new document(); $author-setName($this-getName());

Re: [symfony-users] get id from new row

2010-01-07 Thread Lee Bolding
On 8 Jan 2010, at 00:19, Lee Bolding wrote: On 8 Jan 2010, at 00:02, Gabo wrote: $q = new document_trace(); $q-set('id_document', $author); //NOT WORK, ERROR Should be $q-set('id_document', $author-getId()); I want

Re: [symfony-users] Re: Migrating to Symfony from cakePHP

2010-01-04 Thread Lee Bolding
On 4 Jan 2010, at 16:54, Mike Langford wrote: The new team also is recommending some architectural changes as well (such as adding a service layer) which seem to make sense. Again, I wonder if the same result can be had by sticking with the existing cakePHP framework and building in the new

Re: [symfony-users] Re: Migrating to Symfony from cakePHP

2010-01-01 Thread Lee Bolding
I'd agree with that general sentiment. Ask what the benefits would be, why you should pay for this, what the risks are, etc Remember, your application currently works - the best outcome from a port would be that it still works (ie, no change). The worst would be that it doesn't (and

Re: [symfony-users] Re: Development infrastructure

2009-12-22 Thread Lee Bolding
True. A native Linux machine will be faster - but using it to host your applications is at the expense of portability and replicability. How does another developer *easily* replicate your setup? How long does that take? Speed can be measured in more ways than execution time :) Using a VM you

Re: [symfony-users] Hotels airfare for Symfony Live

2009-12-22 Thread Lee Bolding
Same here... hoping that Eurostar is functional again by then ;) On 22 Dec 2009, at 14:29, Tom Boutell wrote: Not off-topic as such, but my apologies to those who are definitely not going... I'm looking for good deals on decent (not fancy) hotels and sanely priced airfare from the US to

Re: [symfony-users] Development infrastructure

2009-12-20 Thread Lee Bolding
That sounds pretty close to my setup. I use Symfony in a VMWare (Fedora) virtual machine. All of my apache document roots exist on my local machine (so I can still edit without the VM being started) and this directory is shared with VMWare and mounted within the VM. (FWIW, I use a Mac - my

Re: [symfony-users] Re: How to set variables In the Global template?

2009-12-20 Thread Lee Bolding
Why not create a static CSS file for each client? On 20 Dec 2009, at 19:11, Davide Borsatto wrote: You have all that code in the global layout? Are you crazy? :) On Dec 17, 3:44 pm, ajit csa...@gmail.com wrote: Hi all, I have an application where I need to customize the look(Color

Re: [symfony-users] Reasons NOT To Use CakePHP

2009-12-18 Thread Lee Bolding
I wouldn't say Cake is _bad_. I've used it on a fairly large project and wasn't horrified by it - but maintaining a Cake app is a LOT more work than creating and maintaining a Symfony app. Work === time === money. This is chiefly because Symfony has a lot of additional helpers, and auto

[symfony-users] Symfony / SCORM role, Cambridge, UK

2009-12-09 Thread Lee Bolding
Hi list, Due to other commitments, I've had to turn this role down - and have told the client I'll do my best to find another competent Symfony developer, so where else to try than this list? It's a 20 day consulting job for an elearning company. You'll also need to have commercial experience

Re: [symfony-users] Public Accessible Code

2009-12-01 Thread Lee Bolding
On 1 Dec 2009, at 02:37, Paul Witschger wrote: I want to build some extras (plugins, add ons, whatever), that I can offer to clients. These add ons will be things like photo galleries, news article listings, blogs, etc. Check out (maybe in BOTH senses of the word...) the symfony plugins

Re: [symfony-users] Where to clear the cache

2009-12-01 Thread Lee Bolding
On 1 Dec 2009, at 13:46, Timmipetit wrote: Now let's say that messages will be created/edited/deleted in 2 modules in the frontend, and maybe also from the backend (or even a plugin). When this happens, the cached partial from that user should be deleted. The easiest way to do this in this

Re: [symfony-users] yaml and mvc

2009-11-28 Thread Lee Bolding
YAML is a representation of a simple data structure used mostly for configuration purposes. I wouldn't class it as part of MVC at all - the same as I wouldn't XML or JSON. However, as it's a representation of data, the closest fit would be a model On 28 Nov 2009, at 09:14, mini_alexander

Re: [symfony-users] Symfony and IIS

2009-11-23 Thread Lee Bolding
Never tried, but I saw that in the weekly roundup after the bug hunt day, there were a few fixes relating to Windows functionality. Probably worth giving it another shot... On 23 Nov 2009, at 10:49, Sid Ferreira wrote: Does anybody know how good is it? Tried once and it didn't worked...

Re: [symfony-users] Avoid losing the changes each time a module is regenerated

2009-11-23 Thread Lee Bolding
Maybe he means the admin generated modules? On 23 Nov 2009, at 12:51, Gareth McCumskey wrote: Why are you regenerating modules? You shouldn't ever need to do that. On Mon, Nov 23, 2009 at 2:47 PM, tirengarfio tirengar...@gmail.com wrote: Hi, each time you regenerate a module, the files

Re: [symfony-users] Uploading images (movefile)

2009-11-22 Thread Lee Bolding
On 22 Nov 2009, at 00:09, Parijat Kalia wrote: Hey guys, Does anyone know how I can upload images into a database, without using the sfvalidator function. I don't want to use that since I already built my forms manually and have other pressing deadlines. So I need an alternate technique.

Re: [symfony-users] SVN repo not authenticating?

2009-11-19 Thread Lee Bolding
incorrect constant E_WARN Thanks to Martin Schnabel and Jussi Holm for providing patches :) On 18 Nov 2009, at 14:54, Fabian Lange wrote: Not me, I don't have svn powers anymore Fabian On Wed, Nov 18, 2009 at 1:10 AM, Lee Bolding l...@leesbian.net wrote: Hey guys, Who should

Re: [symfony-users] [OT] Scary action name

2009-11-18 Thread Lee Bolding
I made an app with... public function executeVictim($request) There must be a ton of apps out there with executeUser functions ;) On 18 Nov 2009, at 20:53, sasin...@weboticx.com wrote: I think I can top that :) public function executeFamilyMembers(sfWebRequest $request) I had to rename it

[symfony-users] Re: how to integrate different symfony's project to each other.

2009-11-13 Thread Lee Bolding
If you just want to share the database for authentication, you can create a custom authentication class for sfGuard - it's in the documentation. Going forward, the most flexible way to share other data would be using webservices - it's not as difficult as it sounds using SOAP and the

[symfony-users] Re: PHP symfony reports

2009-11-03 Thread Lee Bolding
A while back I started making a set of reporting listeners that would listen to specific KPI (key performance indicators, for the uninitiated) events (implemented as symfony events) in my application (s) (eg. user has registered, user has purchased an item, user has completed X task etc)

[symfony-users] Re: PHP symfony reports

2009-11-03 Thread Lee Bolding
to tune the output to what you want and are limited in functionality or not well documented. IMHO, a weak point in PHP for the enterprise. But please, please, please... correct me if I'm wrong ;) On Nov 3, 10:38 am, Lee Bolding l...@leesbian.net wrote: A while back I started making a set

[symfony-users] Re: Have symfony/yml changed your life?

2009-11-03 Thread Lee Bolding
Absolutely :) Before I started using symfony I was using Spring and Hibernate in Matt Raible's AppFuse framework (Java) which was an amazing framework, but the development cycle was too damn long (compared with symfony). That's not a fault of AppFuse, it's just Java in general (code,

[symfony-users] Re: Where to find all that we need on API ?

2009-11-02 Thread Lee Bolding
On 2 Nov 2009, at 10:13, Gareth McCumskey wrote: And I found it by clicking that really conspicuous Documentation link on the symfony website. cunning ;) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-11-02 Thread Lee Bolding
OK, now that you've mentioned porting an existing application, I can *kind of* understand that. I'd expect most management to take the approach if it ain't broke, don't fix it - and in their eyes it ain't broke. A while back I was in a similar situation - like you, I tried to explain the

[symfony-users] Re: Project Management / Support tools

2009-11-01 Thread Lee Bolding
, at 23:26, David Ashwood wrote: Take a look at Redmine - http://www.redmine.org/ Very decent, works with all scm, multiple projects; public private, it's simple to use and configure and has a nice feel to it. On Sun, 2009-11-01 at 20:52 +, Lee Bolding wrote: Hi Gang, Can anybody recommend

[symfony-users] Re: what would suppress a fatal error so it does not appear in the error log?

2009-10-24 Thread Lee Bolding
If you search the mailing list archives, there are plenty of instances where I've talked about this before... Usually, it's caused when a type-cast arg is required by a function, and the incorrect type of arg is supplied... EG public function addComment(Comment $comment) Where addComment

[symfony-users] Re: sf1.3 ANSI color on the command line....

2009-10-15 Thread Lee Bolding
Make an alias in your shell On 15 Oct 2009, at 09:24, Jonathan Franks wrote: is there a way to make this the default? instead of typing --color every time --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: Realize this UML model (job interviews system) in symfony

2009-10-14 Thread Lee Bolding
You can easily create an admin app where the admin can add questions, and a frontend app where the interviewee answers them... However, from your email and questions, it looks as though you don't already have any Symfony experience. This is a fairly trivial application - you could get it

[symfony-users] Re: entity-relationship editors?

2009-10-14 Thread Lee Bolding
Aqua Data Studio? On 14 Oct 2009, at 22:46, cosmy wrote: thank you all.. mysql workbench seems interesting, but it doesn't work on my macosx 10.4 :( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony

[symfony-users] Re: Help with mixins!! Adding new actions in a module with the event dispatcher (MIXINS)

2009-10-12 Thread Lee Bolding
What version of Symfony are you using? I think mixins were replaced by the event system as of Symfony 1.1 On 12 Oct 2009, at 06:36, jaime wrote: Hi! I'm trying to add new actions to some modules with mixins and the event dispatcher. I find the controller.page_not_found notify, but

[symfony-users] Re: Call For Information Re-organization [opinions needed]

2009-09-28 Thread Lee Bolding
You're all forgetting about http://snippets.symfony-project.org/ which has all of these features already. All that needs to be done is to place a ('show me examples') link at the bottom of each manual page which links to snippets and displays snippets tagged with the class or function

[symfony-users] Re: Call For Information Re-organization [opinions needed]

2009-09-26 Thread Lee Bolding
Neat idea :) Will try it out over the weekend On 26 Sep 2009, at 09:16, noel guilbert wrote: Hello, I just released a plugin to get an API help throught the cli. It's a proof-of-concept, so it's very in a pre-alpha state, needs testing and cleanup, but I'm looking for feedback to

[symfony-users] Re: Dev working, Prod fail.

2009-09-24 Thread Lee Bolding
. On 24 sep, 11:08, Lee Bolding l...@leesbian.net wrote: Or give sfErrorHandlerPlugin a shot - it should eliminate your WSOD :) http://www.symfony-project.org/plugins/sfErrorHandlerPlugin On 24 Sep 2009, at 09:48, Gábor Fási wrote: Try reverting to 1.2.8, the lates stable release

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-09-24 Thread Lee Bolding
Hmmm... I'm kind of inclined to agree that using tables is just bad, regardless of whether or not the opening table tag is missing. Any reason Symfony doesn't default to using dl/dd/dt like Zend_Form does? (that's about the only good thing I have to say about Zend_Form) Wouldn't that be

[symfony-users] Re: [SAAS] Multiclient system + multidata mask

2009-09-21 Thread Lee Bolding
There's actually an alternative to sfDynamicFormPlugin, which I'm actually using as a base for sfDynamicFormPlugin - sfSpyFormBuilder. Have a look, it may well be able to sort out your problem. As for sfDynamicFormsPlugin, it's still in progress (there's not even any code that I've

[symfony-users] Re: Framework based PHP vs high level programming languages

2009-09-21 Thread Lee Bolding
On 21 Sep 2009, at 14:50, Fabian Lange wrote: But you can also have the same situation with Java and Spring which scales much better than a coupled php architecture. That line is becoming more and more blurred with the advent of memcache, JSON and proper OO PHP(5) frameworks. Some

[symfony-users] Re: Framework based PHP vs high level programming languages

2009-09-21 Thread Lee Bolding
On 21 Sep 2009, at 15:49, Fabian Lange wrote: On Mon, Sep 21, 2009 at 4:44 PM, Lee Bolding l...@leesbian.net wrote: The myth that PHP doesn't scale is old, and no longer plausible. I did not say say. I said that you can have java architectures that scale better than php architectures

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-09-20 Thread Lee Bolding
On 19 Sep 2009, at 10:45, Alexandru-Emil Lupu wrote: Well the symfony plugins part is the maintainer / creator job to keep it updated. But as there is no motivational thing involved (money or need to use it in sf 1.2 or something else that don't cross my mind atm ), i do not think the

[symfony-users] Re: Put message from forward404() into template

2009-09-14 Thread Lee Bolding
On 13 Sep 2009, at 18:12, rooster (Russ) wrote: In the meantime, unless anyone else can think of something, the only thing I can suggest is that you override the sf404Exception class to store the message for you. I haven't tried this before, but you could try using my sfRequestPlugin

[symfony-users] Re: Preferred Linux servers for symfony?

2009-09-04 Thread Lee Bolding
I recommend developing on a virtual machine configured as closely to your deployment server as possible. There's a whole bunch of benefits to using a VM, but essentially, it means you can run as many as you like, if you trash it you can either roll back or just grab another VM image from

[symfony-users] Re: Symfony + Java Applets + Sockets

2009-08-25 Thread Lee Bolding
Actually, it should just be MyApplet. The Java interpreter knows it's a .class file. If you add .class, the JVM will attempt to load/find MyApplet/class.class On 24 Aug 2009, at 22:18, Sid Bachtiar wrote: Don't use the 'web' directory Instead of /web/MyApplet.class it should be just

[symfony-users] Re: Symfony + Java Applets + Sockets

2009-08-22 Thread Lee Bolding
Your applet tag is effectively asking for 'applet.MySocket' - whereas the classpath for your applet is simply 'MySocket'. If you move MySocket.class into web/ it should work On 22 Aug 2009, at 04:56, rosb wrote: In a ShowSuccess.php i call the applete using this: applet

[symfony-users] London PHP contractors?

2009-08-03 Thread Lee Bolding
Hi gang, Anybody in London currently seeking a contract? I've been asked to find a good PHP developer to work with me on a project I'm about to begin. Drop me a message if you'd like more details. --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Re: plugins ....

2009-06-30 Thread Lee Bolding
Nobody else finds it ironic that we've just had a discussion about reinventing the wheel (re: ecommerce) - and now the same thing occurs, but everybody has the opposite opinion? Sort it out, guys. This is what I meant about the fractured nature of open source turning big business off - be

[symfony-users] Re: e-commerce solution under symfony

2009-06-29 Thread Lee Bolding
On 28 Jun 2009, at 00:13, Marius Rugan wrote: having tried implementing magento, two times until i dropped it out completely, i can say for me it didn't work because whatever you do, it's too damn slow. You need a virtual machine 1GB+ RAM and up with all the possible tinkering under

[symfony-users] Re: e-commerce solution under symfony

2009-06-27 Thread Lee Bolding
OK guys, time to be PRAGMATIC, and put your creative urges aside. A payment framework for Symfony would be incredibly useful - there's plenty of SaaS applications that can (and will) be created with Symfony. I'm even working on a few myself ;) Something that plays well with Amazon's DevPay

[symfony-users] Re: Status of PayPal plugin(s)

2009-06-26 Thread Lee Bolding
On 26 Jun 2009, at 16:08, Antoine Leclercq wrote: IMHO, if we want to strengthen the payment solution on Symfony, and eventually start developing a open source online shop solution (that was my dream this morning) LOL, that's the conclusion I reached about 3 or 4 months ago. However, I

[symfony-users] Re: once again, the error The default context does not exist.

2009-06-25 Thread Lee Bolding
On 25 Jun 2009, at 15:26, Tom Haskins-Vaughan wrote: Just come across this problem. What's the best way to test if the model class is being called by the cli or not? Test for the presence of the $_SERVER array. --~--~-~--~~~---~--~~ You received this

[symfony-users] Re: Status of PayPal plugin(s)

2009-06-10 Thread Lee Bolding
On 10 Jun 2009, at 11:16, Marijn wrote: Perhaps I should add that this plugin would be ORM agnostic without using DbFinderPlugin. There would be three plugins, sfTransactionPlugin, sfDoctrineTransactionPlugin and sfPropelTransactionPlugin. What's wrong with DbFinderPlugin?

[symfony-users] Re: Performance: Frozen or Not?

2009-06-04 Thread Lee Bolding
Shouldn't make any difference... However, it may make a *small* difference if your PEAR folder is on a different drive/share. TBH, the performance difference would be so marginal, that you can do a hell of a lot more to increase performance before you even need to think about small

[symfony-users] Re: Status of PayPal plugin(s)

2009-06-01 Thread Lee Bolding
My PayPal and GoogleCheckout plugins kind of got shelved. I was planning to create an eCommerce solution - but then discovered Magento, and have been working with that a lot recently. I'm happy to transfer leadership of the sfPaypalPlugin and sfGoogleCheckoutPlugin plugins to anybody that

[symfony-users] Re: Status of PayPal plugin(s)

2009-06-01 Thread Lee Bolding
, it could be interesting that we meet at the Symfony Live event, if you go, as I will participating the 2 days. Regards, Antoine Leclercq Branch Manager @ LetsCod http://www.letscod.com On Mon, Jun 1, 2009 at 6:14 PM, Lee Bolding l...@leesbian.net wrote: My PayPal and GoogleCheckout

[symfony-users] Re: ExtJs JSON response

2009-05-25 Thread Lee Bolding
This is the correct solution. Your browser attempts to download the response as a file because it doesn't know what to do with the mime type application/json If you set the headers to text/html for testing purposes you'll see the response as plain text in your browser On 25 May 2009, at

[symfony-users] Re: Symfony Virtual Machine

2009-05-21 Thread Lee Bolding
Good work David! However, I'd recommend that if you intend to use a VM for development (I already do), that you build it yourself, so that it mirrors the exact configuration of your deployment environment. Unless you do that, using a VM provides very little benefit, as you still can't be

[symfony-users] Re: Symfony Virtual Machine

2009-05-21 Thread Lee Bolding
] On Behalf Of Lee Bolding Sent: 21 May 2009 14:40 To: symfony-users@googlegroups.com Subject: [symfony-users] Re: Symfony Virtual Machine Good work David! However, I'd recommend that if you intend to use a VM for development (I already do), that you build it yourself, so that it mirrors

[symfony-users] Re: pear install symfony/symfony fails

2009-05-02 Thread Lee Bolding
Also, check the memory_limit setting in your php.ini I always set it to 128M before installing Symfony. Symfony fails to install with the default memory_limit On 2 May 2009, at 20:51, Eno wrote: On Sat, 2 May 2009, Innovate2Create wrote: This error message doesn't help me install

[symfony-users] Re: Best practice for debugging ?

2009-05-01 Thread Lee Bolding
Ofcourse, I'm gonna mention sfErrorHandlerPlugin again :) The Symfony debug bar, FireBug and sfErrorHandlerPlugin are a great combination, however if you want something a bit more powerful, take a look at Zend Server. I saw a demo of Zend Server yesterday, it's got some great debugging in

[symfony-users] Re: Best practice for debugging ?

2009-05-01 Thread Lee Bolding
On 1 May 2009, at 13:07, David Ashwood wrote: Generally though I've had problems getting PHP debuggers to ignore certain files (such as code within frameworks when an exception happens). Is this uncaught exceptions? or do you mean they tend to stop whenever an exception is thrown,

[symfony-users] Re: Best practice for debugging ?

2009-05-01 Thread Lee Bolding
not handled. I've worked with various php debuggers over the years - so it's something I test when using a new version or changing the debugging lib used. -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-users@googlegroups.com ] On Behalf Of Lee Bolding

[symfony-users] Re: i get a blank white screen, even in dev mode, even with sfErrorHandler installed

2009-04-20 Thread Lee Bolding
On 20 Apr 2009, at 07:24, Lawrence Krubner wrote: Given a blank white screen, there are 3 main things I should check: 1.) clear the cache 2.) look for parse errors in yml files 3.) look for permission errors but I have done all these things. So what is next? What 4th area typically

[symfony-users] Re: i get a blank white screen, even in dev mode, even with sfErrorHandler installed

2009-04-20 Thread Lee Bolding
Krubner wrote: On Apr 20, 5:24 am, Lee Bolding l...@leesbian.net wrote: On 20 Apr 2009, at 07:24, Lawrence Krubner wrote: Given a blank white screen, there are 3 main things I should check: 1.) clear the cache 2.) look for parse errors in yml files 3.) look for permission errors but I

[symfony-users] Re: London symfony users meeting! 17th April

2009-04-17 Thread Lee Bolding
I'd have gone, but I'm not working in London at the mo, and I live north of the river... Maybe next time! On 17 Apr 2009, at 14:50, Ian P. Christian wrote: Last reminder! meeting in Putney night! 2009/4/3 Ian P. Christian poo...@pookey.co.uk: Everyone remember, london meeting!

[symfony-users] Re: blank screen of death: syntax errors not showing with custom controller using apache rewrite. Please help.

2009-04-16 Thread Lee Bolding
Or use my sfErrorHandlerPlugin ;) http://www.symfony-project.org/plugins/sfErrorHandlerPlugin On 16 Apr 2009, at 09:58, FÁSI Gábor wrote: I suggest uploading the _dev front controller and commenting the die() command, but make sure you delete is as soon as you've finished. On Thu, Apr 16,

[symfony-users] Re: Extending sfController

2009-04-16 Thread Lee Bolding
modules without lerning a new api. Thanks again for your interrest, greetings Johannes On Apr 14, 8:33 pm, Lee Bolding l...@leesbian.net wrote: I think I get what you want to do - create a sandbox for 3rd party modules, where they can't interfere with the 1st party application. Does

[symfony-users] Re: blank screen of death: syntax errors not showing with custom controller using apache rewrite. Please help.

2009-04-16 Thread Lee Bolding
: Will that log startup errors? At the initial deploy you cannot be sure that even your app starts successfully, let alone it can connect to the database. On Thu, Apr 16, 2009 at 11:13, Lee Bolding l...@leesbian.net wrote: Or use my sfErrorHandlerPlugin ;) http://www.symfony-project.org/plugins

[symfony-users] Re: blank screen of death: syntax errors not showing with custom controller using apache rewrite. Please help.

2009-04-16 Thread Lee Bolding
::getApplicationConfiguration('appname', 'foo', true); ... At least I know I am not the only one with the problem. Thanks On Thu, Apr 16, 2009 at 11:13 AM, Lee Bolding l...@leesbian.net wrote: Or use my sfErrorHandlerPlugin ;) http://www.symfony-project.org/plugins/sfErrorHandlerPlugin On 16

[symfony-users] Re: Tricky date format requirements...

2009-04-15 Thread Lee Bolding
Why not use the built in PHP date_format function? http://uk3.php.net/manual/en/function.date-format.php On 15 Apr 2009, at 09:03, Kevin Barsotti wrote: I'm working on an application that deals with a large amount of data, including DATETIME format dates. These dates have different

[symfony-users] Re: Extending sfController

2009-04-14 Thread Lee Bolding
I think I get what you want to do - create a sandbox for 3rd party modules, where they can't interfere with the 1st party application. Does that sound about right? I've got several projects in various states, that at some point are going to need that functionality - I just haven't reached

[symfony-users] Re: plugin development idea

2009-04-11 Thread Lee Bolding
In the Doctrine cookbook, there is (or was) an example of a Doctrine template that provides access restrictions to records based on permissions. That's probably a good place to start :) On 11 Aug 2008, at 18:14, Dmitry Nesteruk wrote: can you describe this plugin? what is functionality

[symfony-users] Re: plugin development idea

2009-04-11 Thread Lee Bolding
LOL, apologies for that - my mac just had a fit after a power cut, and it's reset the date on all of my mails to today :-/ On this subject though - can anybody recommend a UPS that plays well with Macs with auto shutdown? On 11 Apr 2009, at 17:45, Lee Bolding wrote: In the Doctrine

[symfony-users] Re: SOAP API for all the modules of my application

2009-04-07 Thread Lee Bolding
Interesting, I'll have to take a look at that soon :) Thanks for pointing that out :) On 7 Apr 2009, at 11:13, Gareth McCumskey wrote: There was a great SOAP plugin which would meet your needs perfectly that essentially involved adding a few PHP-DOC style comment tags to your action

[symfony-users] Re: Symfony CMS Plugins

2009-04-07 Thread Lee Bolding
I hear ya. I think most people HAVE chosen an ORM and are sticking to it - they're using the same ORM on their own projects, but this isn't necessarily the same ORM as the plugin they want to use requires. Unfortunately, we're in this crazy situation where Doctrine seems to be the

[symfony-users] Re: Filter not executing...

2009-04-06 Thread Lee Bolding
Without knowing what your filter does, it's pretty difficult to diagnose. I'd start by adding a log method into your filter, and logging at the beginning of all of it's methods. You should then be able to see in the log messages in the web debug toolbar if the filter ever get

[symfony-users] Re: Symfony CMS Plugins

2009-04-06 Thread Lee Bolding
+1 what he said. On 6 Apr 2009, at 14:54, Stefan Koopmanschap wrote: This may be a stupid question, but since I've mentioned this at SymfonyCamp last year as well... ;) why not use DbFinderPlugin for this? On Tue, Mar 31, 2009 at 4:40 AM, Jonathan Wage jonw...@gmail.com wrote: I

[symfony-users] Re: Symfony CMS Plugins

2009-04-06 Thread Lee Bolding
at 6:18 PM, Lee Bolding l...@leesbian.net wrote: Isn't that the whole point of DbFinderPlugin? On 6 Apr 2009, at 15:48, Thomas Rabaix wrote: Methods signatures and features from Doctrine are not compatible with Propel. On Mon, Apr 6, 2009 at 4:36 PM, Lee Bolding l...@leesbian.net

[symfony-users] Re: Symfony CMS Plugins

2009-04-06 Thread Lee Bolding
: The idea behind this plugin is to write queries to retrieve model objects through an ORM, but fast On Mon, Apr 6, 2009 at 6:47 PM, Lee Bolding l...@leesbian.net wrote: It does more than just find - read the docs ;) http://www.symfony-project.org/plugins/DbFinderPlugin/1_1_0?tab=plugin_readme

[symfony-users] Interesting article...

2009-04-03 Thread Lee Bolding
Guys, I thought you may find this interesting... http://grok-code.com/37/famous-programmers-from-adleman-to-zimmermann/ Any article containing the text below has got to be worth reading ;) There are few women in the ranks of computer programmers, and pitifully few that can be called famous.

[symfony-users] Re: Atom Template

2009-03-26 Thread Lee Bolding
Disable short tags in your php configuration. Short tags are bad, mmmkay? On 26 Mar 2009, at 13:48, Nei Rauni Santos wrote: Hi, I did the day 15 of Jobeet today, and I got an error when it render the atom template: Parse error: syntax error, unexpected T_STRING in /var/www/

[symfony-users] Re: http not working

2009-03-25 Thread Lee Bolding
I'd check your webserver configuration. Seems like you've not got it using the same document root for HTTPS and you do HTTP - or that it's not even listening on port 80. Either way, I'm pretty confident this isn't an issue with Symfony On 25 Mar 2009, at 04:56, DeepakBhatia wrote: Hi, I

[symfony-users] Re: http not working

2009-03-25 Thread Lee Bolding
On 25 Mar 2009, at 11:20, Tom Castonzo wrote: This can be caused by the server logs being full. For example, on apache, there are logs for http and also logs for https and that would explain your problem. How can a server log be full? I can understand you may be out of disk

  1   2   3   4   >