Re: [symfony-users] Re: I18n + Umlauts: not working without utf8_encode

2011-01-18 Thread Zach
*/DB_Name Anyway I have learned a lot of debugging tips during this process. Thank you very much, Zach -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony

Re: [symfony-users] Re: I18n + Umlauts: not working without utf8_encode

2011-01-17 Thread Zach
This is the first line in the head section: meta http-equiv=Content-Type content=text/html; charset=utf-8 / do I need something more? Translation worked fine when I was using xml files, but I have switched to database translation so it is easier to add and update translations. -- If you

Re: [symfony-users] Re: I18n + Umlauts: not working without utf8_encode

2011-01-17 Thread Zach
Ok, this is odd. Everything works fine locally, but not on the testing and production site. I tried using the production database locally and the translations stopped working. So it seems like there is a problem with the test and production databases. I've double checked everything, but I can't

Re: [symfony-users] Re: I18n + Umlauts: not working without utf8_encode

2011-01-17 Thread Zach
characters coming directly from the database do not. Thanks for your help, Zach -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To post

[symfony-users] Re: I18n + Umlauts: not working without utf8_encode

2011-01-14 Thread Zach
all: propel: class: sfPropelDatabase param: dsn: mysql://username:password@host/dbname encoding:utf8 This was the first thing I tried adding when it wasn't working... then cleared the cache... nothing changed. All foreign characters are displayed as ? in

[symfony-users] Re: I18n + Umlauts: not working without utf8_encode

2011-01-14 Thread Zach
I opened /httpdocs/cache/frontend/prod/i18n/apps/frontend/i18n/messages.es/es.cache and the characters looked correct in my editor. Any other suggestions? I appreciate your help very much. Zach -- If you want to report a vulnerability issue on symfony, please send it to security at symfony

[symfony-users] Re: I18n + Umlauts: not working without utf8_encode

2011-01-13 Thread Zach
I am having the exact same problem. Curious what you did about this. Any help is much appreciated. Thanks, Zach -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2010-02-15 Thread Zach
Has anyone else done this? What's the best way to collect extra information about a facebook user, the first time they sign in with facebook connect? How do I know it's their first time, and how should I override the default Signin function to do this? Thanks, Zach On Feb 8, 11:45 am, Zach zach

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2010-02-08 Thread Zach
the purpose of the create parameter or maybe I have the completely wrong approach. Thanks in advance for your time and help. Zach On Dec 29 2009, 7:00 am, Fabrice Bernhard fabri...@theodo.fr wrote: I would definitely check the configuration. To get the Facebook UID in a website, you need Facebook

[symfony-users] sfEasyGMapPlugin only one info window displayed for markers

2010-01-26 Thread Zach
not sure what I am doing wrong. You can see my demo site here to see what I'm talking about: http://bit.ly/b7KfET Thanks in advance for your help. Zach -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us

[symfony-users] fbml not rendering in Ajax response (using sfFacebookConnectPlugin)

2010-01-11 Thread Zach
with Ajax? Thanks, Zach -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com. For more options, visit

[symfony-users] sfFacebookConnectPlugin feature questions

2009-12-14 Thread Zach
a new sfFacebookGuardAdapter.class.php that in myapp/lib with all the old functions as well any new customizations? Thanks, Zach -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-07 Thread Zach
/ sfFacebookApplicationFilter.class.php on line 25 If I refresh the page, it says Welcome Zach Fry and has my facebook profile picture. I'm not sure how I am supposed implement the filters, and wondered if someone could show me what the filters.yml file is supposed to look like. I don't really know where

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-03 Thread Zach
help. On Dec 3, 2:20 am, ridcully ohnhei...@googlemail.com wrote: Hi Zach, i'm using the  Doctrine SfGuard Plugin with Facebook Connect and it works well. Do you've change the myUser.class.php ? class myUser extends sfFacebookUser { } When that not works, i need informations when does

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-03 Thread Zach
Thanks for the help, I don't know what I had done wrong, but I started over from scratch and now it seems to work. On Dec 3, 7:51 am, Zach zach...@gmail.com wrote: Thanks for the reply. Yes I have changed the myUser.class.php to extend sfFacebookUser. I have followed all the installation

[symfony-users] Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-02 Thread Zach
am currently running Symfony 1.0. Any ideas would be greatly appreciated. Thanks, Zach -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email

[symfony-users] Re: Production routing vs. dev environment routing.

2009-10-29 Thread Zach
that could be causing this error? Thanks for your responses, Zach On Oct 28, 4:54 pm, Eno symb...@gmail.com wrote: On Wed, 28 Oct 2009, Zach wrote: ok... so I ran phpinfo() just to check, and yes I do have mod_rewrite listed under the loaded modules. Is your vhost configured to look

[symfony-users] Re: Production routing vs. dev environment routing.

2009-10-29 Thread Zach
environment? Thanks again, Zach On Oct 29, 10:49 am, Zach zach...@gmail.com wrote: Hi Eno, I am not using a virtual host... This is an existing application that has been working fine for over a year. Everything else on the site works great, it's just this one URL that I am having a problem

[symfony-users] Production routing vs. dev environment routing.

2009-10-28 Thread Zach
/$value2?token=valuePayerID=value Doesn't Work: https://mysite/payment/param/$value/param2/$value2?token=valuePayerID=value Thank you for you help, Zach --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users

[symfony-users] Re: Production routing vs. dev environment routing.

2009-10-28 Thread Zach
server? On Thu, Oct 29, 2009 at 8:56 AM, Zach zach...@gmail.com wrote: I've been stuck on this for quite some time and hope someone can help me. It's probably something simple that I am overlooking (and I hope it is) but I can't figure it out. I am integrating PayPal Payments Pro

[symfony-users] Re: Production routing vs. dev environment routing.

2009-10-28 Thread Zach
must have it enabled. If you're on linux: sudo a2enmod rewrite then restart apache On Thu, Oct 29, 2009 at 9:23 AM, Zach zach...@gmail.com wrote: Thanks for the fast reply! 1. yes I did symfony cc 2. yes... I have RewriteEngine On in the .htaccess (that enables mod_rewrite right

[symfony-users] Custom SQL Select Column and Populated Objects

2009-09-15 Thread Zach
have all the data I need in this one query. Any ideas would be greatly appreciated! Thanks, Zach --~--~-~--~~~---~--~~ 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

[symfony-users] visual_effect not working: Effect is not defined

2009-08-10 Thread Zach
', visual_effect('appear', 'new-number')) the same code works fine on another page. I don't see any difference in implementation... any ideas as to why Effect would not be defined? Thanks in advance, Zach --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Re: sfEasyGMapPlugin not working

2009-07-16 Thread Zach
Thank you Sebastian, I installed Firebug and got the error: google is not defined sample1()sample1 (line 21) google.load(maps, 2); hmm... where should it be defined at? Thanks for all your help, Zach On Jul 16, 3:03 am, Sebastian Müller list.newmediafact...@googlemail.com wrote: Hi Zach

[symfony-users] Re: sfEasyGMapPlugin not working

2009-07-15 Thread Zach
-VHzdDo70uUVQrZtOIA That has the correct API key, but I don't know why it's not displaying as the src like you showed. Thanks for continuing to help me! I appreciate it very much, Zach On Jul 15, 4:29 am, Fabrice B fabrice.bernh...@gmail.com wrote: Hi Zach, possible sources of errors :  - you are using

[symfony-users] Re: sfEasyGMapPlugin not working

2009-07-15 Thread Zach
the map, just a large blank area where the map would be - Zach On Jul 15, 10:03 am, Sebastian Müller list.newmediafact...@googlemail.com wrote: Hi Zach, have you setup ?php include_javascripts() ? in the header of your layout.php ? BR Sebastian Zach schrieb: Sebastian, I

[symfony-users] Re: sfEasyGMapPlugin not working

2009-07-14 Thread Zach
when you were setting it up? Thanks, Zach On Jul 14, 6:34 am, Sebastian list.newmediafact...@googlemail.com wrote: Hi Zach, I have put it in the app.yml on the root/config folder. But have test the sample 1? If this also not work? BR Sebastian -- Sebastian Müller s.muel...@nm-f.dehttp

[symfony-users] Re: sfEasyGMapPlugin not working

2009-07-13 Thread Zach
Has anyone used this plugin before? Maybe I just set it up wrong... and it's a very simple problem. I would really appreciate any help I can get on this issue. Thanks, Zach On Jul 8, 1:07 pm, Zach zach...@gmail.com wrote: Does anyone have any experience with the sfEasyGMapPlugin? I am having

[symfony-users] Re: sfEasyGMapPlugin not working

2009-07-13 Thread Zach
folders in the plugin's web folder to web/sfEasyGMapPlugin/. Is that right? Thanks for you help, Zach On Jul 13, 7:48 am, Sebastian Müller list.newmediafact...@googlemail.com wrote: Hi Zach, I use it and it works very fine. Have you setup the right API keys? So if you usehttp

[symfony-users] sfEasyGMapPlugin not working

2009-07-08 Thread Zach
Does anyone have experience with the sfEasyGMapPlugin? I can't get it to work. Please take a look at this topic in the symfony forums: http://forum.symfony-project.org/index.php/t/21689/ Thanks, Zach --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] sfEasyGMapPlugin not working

2009-07-08 Thread Zach
Does anyone have any experience with the sfEasyGMapPlugin? I am having trouble getting it to work. I recently downloaded the sfEasyGMapPlugin - 1.0.4 package and have tried to run the samples. However, when I go to ../frontend_dev.php/ sfEasyGMapPlugin/sample1 all I get is a large blank space