search for: default_charset

Displaying 20 results from an estimated 43 matches for "default_charset".

2005 Jan 06
1
Visual Page on linux using Wine
...1 on my fc3 linux box. I mount on /mnt/dos_backup, a backup on the windows partition on ext3 filesystem where I can write. I try to run the executable with : [jp@mach ~]$ wine /mnt/dos_backup/Program\ Files/VisualPage/Vpage.exe and first I get this error : fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fsCsb[0] = 00000000 file = /mnt/dos_backup/windows/fonts/vgasys.fon then a keyboard error fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (French keyboard layout) for scancode mapping. Please define your layout in windows/x11drv/...
2009 Jul 01
4
XBASE error under Wine
...d these errors when I open the program. :( fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y): 18/10/2009 fixme:font:WineEngCreateFontInstance Untranslated charset 255 fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/www/.wine/dosdevices/h:/DISC/NORMAL0/XPPNAT.DLL fixme:font:WineEngCreateFontInstance Untranslated charset 255 fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/www/.wine/dosdevices/h:/DISC/NORMAL0/XPPNA...
2007 Apr 17
5
How to change the default encoding for dynamic pages
Hello, I''m trying to write a rails application serves by mongrel and using accentuated characters in the .rhtml page. But Mongrel replace them by ''?'' . It works fine for static pages by defining the charset to iso-8859-1 in the mongrel_mime.yml But how to change the default encoding (seems to be UTF-8) for the dynamic pages ? thanks for your help. -------------- next
2008 Mar 09
5
Lineage2
Hello, i use search and dont find nothing about how to run lineage2 with wine :( may be here some body help me? I have good knowlege on windows but in Linux world i am newbee (zzz zzz) :) So I have instaled openSuse 10.3 (russian), I install wine from rpm for suse (its work fine on some small programs like calc notepad etc.) I copy Lineage2 all directory to my home directory into linux from
2006 Mar 05
5
DreamHost and ActionMailer
I''m getting ready to sign up with DreamHost, but my application is missing the ActionMailer features. First, can anyone provide some real code to send an email upon comment submission? Second, is it easy to setup ActionMailer on a DreamHost server? Thanks! -- Posted via http://www.ruby-forum.com/.
2007 Dec 17
1
Adobe PageMaker 6.5
I installed PM65 today and the install went well. However when I attempt to run PM65 from the Wine menu I receive the following error message: Cannot start PageMaker. Unable to load icon DLL for this screen. Continue 8027:6623 However, if from a terminal I cd to the PM65 directory in .wine and issue: wine pm65.exe the program opens and runs - I have even edited, modified & saved several test
2005 Dec 15
5
Action Mailer - connection refused - connect(2)
...t ActionMailer::Base.server_settings = { :address => "mail.albertafilmworks.com", :port => 25, :domain => "brucebalmercanada.com" } ActionMailer::Base.perform_deliveries = true # alternative was false ActionMailer::Base.default_charset = "utf-8" I have created the mail successfully because I can display it in my browser. But when I try to send it I get this error: Errno::ECONNREFUSED in Events#send_my_email Connection refused - connect(2) My mail account does not require authentication. I also tried using the sen...
2006 Aug 11
5
actionmailler corrupting emails
...to fix it. My code is below. Thanks in advance, Sean Here''s my code: # development.rb # Smtp config ActionMailer::Base.server_settings = { :address => "smtp.b2b2c.ca", :port => 25, :domain => ''www.mywebsite.com'' } ActionMailer::Base.default_charset = "utf-8" # notfier.rb class Notifier < ActionMailer::Base def order_confirmation(order) @recipients = order.customer.email @from = "orders@alien8recordings.com" @subject = "Alien8 Recordings Store Order Confirmation Number # {order.id}" @b...
2006 Oct 31
3
ActionMailer how to check mail sent
OS X 10.4.8 I am sending an email via Actionmailer settings are written correctly in environment.rb ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.raise_delivery_errors = :true ActionMailer::Base.perform_deliveries = :true ActionMailer::Base.default_charset = "utf-8" ActionMailer::Base.server_settings = { :address => "mail.mydomain.com", :port => 25, :domain => "mydomain.com", :user_name => "myusername", :password => "mypassword", :authentication => :login } functional te...
2006 Mar 14
2
ActionMailer not working correctly
...ot;, :port => 25, :domain => ''mydomain.com'', :user_name => "blah", :password => "password", :authentication => :login } ActionMailer::Base.perform_deliveries = true ActionMailer::Base.raise_delivery_errors = true ActionMailer::Base.default_charset = "utf-8" And the error from production.log: Net::SMTPAuthenticationError (535 Error: authentication failed): /usr/lib/ruby/1.8/net/smtp.rb:586:in ''auth login'' I''ve checked the user/pass and they are correct. -- Posted via http://www.ruby-forum.com/.
2009 Mar 17
1
ActionMailer works for gmail/yahoo, but not for other email addresses...HELP!
...rails app? here are my configuration settings (mostly default) # Disable delivery errors, bad email addresses will be ignored config.action_mailer.delivery_method = :smtp config.action_mailer.raise_delivery_errors = true config.action_mailer.perform_deliveries = true config.action_mailer.default_charset = "utf-8" config.action_mailer.smtp_settings = { :address => "localhost", :port => 25, :domain => "my-app.com" } help please! thanks Tony --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscrib...
2006 Mar 14
1
ActionMailer Error - Please Help!
...om", :domain => "mail.mydomain.com", :port => 25, :authentication => :login, :user_name => "myuname", :password => "mypwd" } ActionMailer::Base.perform_deliveries = true ActionMailer::Base.raise_delivery_errors = true ActionMailer::Base.default_charset = "utf-8" #model - notifier.rb class Notifier < ActionMailer::Base def comment_alert(post) # Email header info MUST be added here @recipients = "me@somewhere.com" @from = "ryan@mydomain.com" @subject = "New Comment" # Email body substitutions g...
2006 Apr 01
4
problems getting ActionMailer working (on server)
...rver_settings = { :address => "mail.freedomkilts.com", :port => 25, :domain => "mail.freedomkilts.com", :authentication => :login, :user_name => "service@freedomkilts.com", :password => "********" } ActionMailer::Base.default_charset = "utf-8" When I use the create_order() method and look at the generated email everything looks ok. I have switched this to deliver_order(). Any ideas? Getting ActionMailer working has been a much too long project for me. Thanks, Peter
2006 Apr 27
11
Action Mailer Error!!!
What does this mean? Bad file descriptor - connect(2) -- Posted via http://www.ruby-forum.com/.
2010 Mar 22
1
Metaeditor 1.1.41 can't edit file
...ixme:shdocvw:InPlaceFrame_SetStatusText (0x192738)->(L"Done") fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 28 fixme:mshtml:CustomDoc_SetUIHandler (0x1a8c30)->(0x1810bc) fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 21 fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/oem/.wine/dosdevices/c:/windows/Fonts/VGA850.FON
2008 Apr 20
10
Actionmailer not working [no errors]
hi, I have a little problem with actionmailer 2.0.2 The problem is that I am trying to send mails and development.log says that everything is ok but I can''t find any mails in my mailbox. I checked my sendmail with PHP function "mail()" - works nice. /var/log/mail.log don''t drop any lines when sending mails with actionmailer. So in conclusion no errors and no way to
2009 May 28
5
Please help with Cyrilic fonts
Hi I'm trying to get Rosetta Stone software working under Wine, and actually it seems fine, apart from one thing: On the Russian language lessons, the font displayed is English-type, rather than Cyrillic. That's no good! It's working fine on my VirtualBox XP setup. I have copied all the fonts from XP and Vista installations, to no good effect. I have also tried winetricks
2006 Nov 24
6
Rails 1.2 RC1 problem
Hi Have this helper method inside a sites_helper.rb module def distritos [ ['0', 'Todos'], ['1', 'Aveiro'], ['2', 'Beja'], ['3', 'Braga'], ['4', 'Brangança'], ['5', 'Castelo Branco'], ['6', 'Coimbra'], ['7',
2006 Jan 24
9
ActionMailer: Mail isn''t delivered
...nvironment.rb): ActionMailer::Base.server_settings = { :address => "mail.psyguide.org", :port => 25, :domain => "mail.psyguide.org", #:authentication => :login, #:user_name => "dave", #:password => "secret", } ActionMailer::Base.default_charset = "utf-8" The mail seems to be sent without any problem, and in the log file I can''t figure out any problem. But the e-mail just doesn''t arrive... How can I debug this problem? Thanks for help. Josh -- Posted via http://www.ruby-forum.com/.
2005 Nov 14
6
ActionMailer - Sent but no mail?
Hi, I am attempting to use ActionMailer to send out an email (SMTP) and am having an issue. The log files show that the email is sent, but the email is not making it to my inbox. I have followed the documentation both on the Wiki and in the AWD book. I''m not sure which setting I have incorrect and need some pointers. :authentication - should this be set to true, or