[symfony-users] Relative path with reverse proxy

2010-05-26 Thread Rafael
Hello everybody, I'm trying to deploy my symfony application but I had the following problem: The TI members created an alias with reverse proxy from www.something.com/myproject to external.something.com/myproject/web/ but the links, images, and javascripts didn't show up. When I access www.som

[symfony-users] sfTinyTextArea widget populate function with problem

2011-03-09 Thread Rafael
Hey guys, I'm with a strange problem. When I use a sfTinyTextArea widget from the extra widgets plugin symfony form can't populate it after a submit. When I change to the TextArea widget, everything works. Could anyone help me? Thanks a lot. -- If you want to report a vulnerability issue on sy

[symfony-users] Re: Symfony2 on GoDaddy

2012-06-18 Thread rafael
'::1', )) ) { header('HTTP/1.0 403 Forbidden'); exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.'); } - Have fun! Rafael -- If you want to report a vulnerability issue

Re: [symfony-users] xhr and REST

2010-03-02 Thread Rafael Barbosa
change this: *content: {sf_format: 'delete'},* to this: *content: {sf_method: 'delete'},* On Tue, Mar 2, 2010 at 7:34 PM, Donald wrote: > I've been hitting my head against a wall all day trying to figure out > why I can't get REST functionality working in my project, and I seem > to have hit

Re: [symfony-users] return redirect() breaks the code ?

2010-03-30 Thread Rafael Barbosa
The very last thing the redirect() method does is throw a sfStopException that's why it goes all the way through try AND catch. On Tue, Mar 30, 2010 at 12:14 PM, NOOVEO - Christophe Brun wrote: > I want to catch some exceptions in my actions and to display nice and > informative messages for my

[symfony-users] Re: Many sites using the same application

2009-04-22 Thread Rafael Vieira
you guys think its the best choice? We know that both formats have its pros and cons but we're in doubt about wich way to take. Any ideas? Rafael Vieira On 15 abr, 19:03, Nei Rauni Santos wrote: > Hi guys, > > Anyone here already created a Symfony's project where the fronte

[symfony-users] sfFormPropel::saveFile empty object

2009-05-27 Thread Rafael "Escobar"
Hey guys, I'm using the sfValidatorFile to name and move a file after I upload it, like this: $this->validatorSchema['src'] = new sfValidatorFile( array( 'required' => true, 'mime_typ

[symfony-users] Re: Previous version save()

2009-05-28 Thread Rafael Goulart
A suggestion: Create a attribute "oldObject" or something like that; Alter the construct (or the hydration) and put a copy of the object in that attribute. Use it on save method. []'s Rafael Goulart - Brazil On May 27, 5:44 am, HAUSa wrote: > I'm making my own mo

[symfony-users] Re: Where is the trunk of the sfDoctrine?

2009-07-02 Thread Rafael Barbosa
Symfony 1.2 default points to doctrine 1.0 With a little hacking you can use doctrine 1.1 with it. http://www.brandonturner.net/blog/2009/05/doctrine11-with-symfony12/ http://groups.google.com/group/symfony-devs/browse_thread/thread/bd04ab86db280f9a On Thu, Jul 2, 2009 at 11:06 AM, Jonathan H. W

[symfony-users] Ajax error 500

2009-08-12 Thread Rafael Barbosa
s the right behavior? Att. Rafael Barbosa --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this

[symfony-users] Askeet

2007-03-07 Thread Rafael George
Hi guys, which is the point of using feature question in the sidebar for the askeet site? I really don't think i get it. Cheers!! -- Grimoire Guru SourceMage GNU/Linux --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[symfony-users] New Site

2007-03-26 Thread Rafael George
Hi guys, i just made some modifications to the askeet code base so it can be a 'news community site' the url for it is, http://www.kakareo.com, i would like to post it on the wiki page for 'sites using symfony'. Im from Dominican Republic. Thanks in advance. -- Grimoire Guru SourceMage GNU/Lin

[symfony-users] Re: New Site

2007-03-30 Thread Rafael George
y'; Cheers. On 3/29/07, Quenten Griffith <[EMAIL PROTECTED]> wrote: > Mohammad, > > My guess is you are going to need to run symfony uprade 1.0 on the askeet > project so that it is upgraded to support Version 1.0 of symfony > > > > On 3/29/07, Mo

[symfony-users] Re: Re : [symfony-users] Re: New plugin: sfSimpleBlogPlugin

2007-04-09 Thread Rafael George
Before your last post i was thinking that maybe Symfony needs some sort of blog engine just for probe of concept stuff, like Typo or SimpleLog on top of Rails, or maybe a full fledge CMS like Mephisto also in Rails, but as you say maybe is a good idea to make the things modular and create some plu

[symfony-users] Re: Become famous and help promote symfony at the same time

2007-04-11 Thread Rafael George
What do you think about the name 'toppy' its sounds funny :-) Im interested, have to think about how to begin with it. On 4/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I don't have the time to take on this task, but I'm definitely going > to look at the plugin. I want to move away fro

[symfony-users] Re: building my own plugin.... configuration question...

2007-04-12 Thread Rafael George
You can make a checkout for the version in the symfony repository, and then change the config.php file in /config/ to point to your checkout version. On 4/12/07, Jonathan Franks <[EMAIL PROTECTED]> wrote: > > That means a subversion install right?? > > I'm using pear. Do I have to wait until the

[symfony-users] Askeet Modifications

2007-05-24 Thread Rafael George
Hi guys, im changing some stuffs from Askeet, for a personal project i just notice that when i hit the 'interested' link in the site it dosen't jump the user to the top part of the site so he/she can see the login form, i found that the link_to_remote function is the one been called in the User he

[symfony-users] Re: Problem to delete an askeet user

2007-06-04 Thread Rafael George
AFAIK, askeet can delete users you must be an administrator for making the deletion of a user, and talking about the anonymous user you can have the user in your database and not use it at all. Just a suggestion, i did this in the application that i have online based on Askeet too. Good Luck On

[symfony-users] Re: Problem to delete an askeet user

2007-06-05 Thread Rafael George
I think you will find it here. http://www.symfony-project.com/askeet/20 On 6/5/07, senechaux <[EMAIL PROTECTED]> wrote: > > I didn't found where is the action to delete an user, can you help > me?? > > Thanks > > On 4 jun, 17:26, "Rafael George" <[E

[symfony-users] FYI: Symfony Benchmark

2007-06-06 Thread Rafael George
http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading-frameworks/ Bad marketing for our lovely framework. -- Grimoire Guru SourceMage GNU/Linux --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony

[symfony-users] Re: FYI: Symfony Benchmark

2007-06-07 Thread Rafael George
Maybe it can be a good practice to create a wiki page with optimizations tips for all users to see. On 6/6/07, Dan Grossman <[EMAIL PROTECTED]> wrote: > > Wonder what the results would've been if he was using an opcode cache > and ran sfOptimizerPlugin over the project beforehand. I'm seeing > vi

[symfony-users] Feed Reader

2007-06-07 Thread Rafael George
Hi guys, im working in a new RSS reader in Symfony and i want to know how to make the sfFeed2Plugin, work using an HTTP Proxy. Thanks in advance -- Grimoire Guru SourceMage GNU/Linux --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[symfony-users] Deployment Method

2007-06-15 Thread Rafael George
Is there some fast and good method for making sync with a hosting provider of a local Symfony app. The application is no my local subversion server and i use my machine as my dev server, im thinking in having a branch for the stable version and trunk will be for unstable after i made changes to t

[symfony-users] Re: Deployment Method

2007-06-18 Thread Rafael George
> > > > You can find the detail in the book online in chapter 16. But > > basically once setup you just need to do a 'symfony sync production > > go' and it will update your server. > > Gerald > > > > > > On Jun 15, 11:52 pm, "Rafael

[symfony-users] Symfony blog engine

2007-06-19 Thread Rafael George
I thought an email from Fabien i think, concerning the creation of a weblog engine tool with Symfony, can i know what exactly does him wanted at that moment he pointed the sfSimpleBlog plugin and i was thinking that maybe somebody can create a default simple layout for it and that can be it, a new

[symfony-users] Re: Symfony coders needed / symfony e-commerse module...

2007-09-25 Thread Rafael George
I think that as soon as you publish the application others will follow. On 9/25/07, Jon Busby <[EMAIL PROTECTED]> wrote: > > Stefan, > > I'd volunteer some hours for this - if anything else just to get some > experience with another coders symfony code (its nice to see that I'm > building sites c

[symfony-users] Re: symfony-jobs Google Group

2007-09-25 Thread Rafael George
Why don't just keep a thread in this list for showing people interesting in 'symfony-network' what are you guys doing. On 9/25/07, Stefan Koopmanschap <[EMAIL PROTECTED]> wrote: > > Maybe we can use the new mailinglist as a discussion platform for > those that are interested in developing symfony

[symfony-users] Re: symfony-network.com

2007-09-25 Thread Rafael George
I'm interested in this trip too. I thought about making a facebook app for doing this thing, don't know if sounds as a good idea for you guys, anyway the entire social network stuff can be neat, also i thought about making a plataform for making social networks in general a combination of some pl

[symfony-users] Propel Join

2007-10-05 Thread Rafael George
do that? And can i find info regarding this stuff to read, i was looking at the book but couldn't find what i was looking for. Thanks in advance. -- Rafael George Software Developer Amov IT Office: (809) 262 - 3584 --~--~-~--~~~---~--~~ You received this me

[symfony-users] New Framework in the wild

2007-10-17 Thread Rafael George
A new framework, http://www.akelos.org, well at least is new to me. Any of you have test it, already ? -- Rafael George Software Developer Amov IT Office: (809) 262 - 3584 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: Propel: Insert instead of Update

2007-11-23 Thread Rafael George
ence: user_id, onDelete: setnull } > created_at: > updated_at: > username: { type: varchar(40) } > forum_id: { type: integer, foreignTable: st_board_forum, > foreignReference: id, required: true, onDelete: cascade } > > Has anyone an idea what the problem

[symfony-users] Re: New symfony site

2007-12-08 Thread Rafael George
Sorry, i forgot it was late at night. http://www.composergigs.com. any suggestion will be taken. Thanks On Dec 7, 2007 7:49 PM, Charley Tiggs <[EMAIL PROTECTED]> wrote: > > urhm, link? > > Charley > > > Rafael George wrote: > > Hi guys, i found this site http:

[symfony-users] Re: New symfony site

2007-12-08 Thread Rafael George
, 2007 3:19 AM, Rafael George <[EMAIL PROTECTED]> wrote: > Sorry, i forgot it was late at night. > > http://www.composergigs.com. > > any suggestion will be taken. > > Thanks > > > On Dec 7, 2007 7:49 PM, Charley Tiggs <[EMAIL PROTECTED]> wrote: > > &g

[symfony-users] New symfony site

2007-12-07 Thread Rafael George
to the next level. This is a bulletin board for symfony gigs or people searching for freelancers or developer in their area. Hope you like it. -- Rafael George --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] admin_check_list problem

2007-12-28 Thread Rafael George
d_id: { type: integer, foreignTable: credit_card_type, foreignReference: id } category: _attributes: { phpName: Category } id: category: varchar(100) created_at: I'm using symfony version 1.0.10. Thanks in advance. -- Rafael George --~--~-~--~~~---~--~---

[symfony-users] Re: Symfonians, yet another place for the Symfony community

2008-01-21 Thread Rafael George
his because in Gmail, links are not just links, they > are catched by Google (to do some stats) and then you are redirected > to the link destination. So in the process, the key may have been > truncated, especially with opera that is not 100% Gmail-compatible. > > Goulwen >