similar to: web serveces problem

Displaying 20 results from an estimated 100 matches similar to: "web serveces problem"

2008 Oct 30
1
How to install wine gecko
Hi, I just want to install a windows based application on RHEL5.2 followed the steps below: 1.yum install wine 2.run "wine iexplore" : a) system ask to install the wine gecko, b) then wine attempted to download them automatically,but failed. 3.install wine_gecko manually : a) downloaded "wine_gecko-0.1.0.cab" from
2009 Jun 15
1
photoshop elements 2
running photoshop elements 2 on xandros, wine 1.1.21 & sh winetricks jet40 vb5run corefonts mdac28 vcrun6 vb6run have also installed ies4linux program installs and runs well, however on loading asks 'wine needs gecko' and gives the option to install. if ignored program loads and runs, but some menus just say 'html rendering is disabled'. if installed gives error 'unable to
2010 Jul 28
1
Gecko engine installation failure
New user to ubuntu and wine...almost ready to throw in the towel and revert to Win 7...except I do not like Microsoft and beleive that we need to support an alternative Anyway I can't get Gecko to install correctly straight up or using the alternative installation instructions (cab regedit etc.) Attached is a copy of the terminal report showing where I have been and the outcome of the
2011 Oct 20
2
Wine through SSH for Quicken 2006
I am trying to run Quicken 2006 on Wine through an SSH tunnel. Everything is working fine through logging in and starting, until I click on one of my accounts in Quicken. At that point, Quicken freezes completely. I am running this on a CentOS 6 x86_64 PC. This is the information I get through a terminal window: bash-4.1$ ssh -Y <<user>>@<<server>> env
2010 Jan 13
0
Troubles with gecko/javascript?
I've come across what I see as an oddity with regards to Gecko and Javascript. The real app I'm trying to work on here is the Star Trek Online launcher. It's having problems due to Javascript not executing, but I can leave that aside for now. I've been using http://www.cyscape.com/showbrow.aspx to test some stuff out. I have one version of wine, built from GIT sources. In the
2005 Aug 06
0
Re: Error when going to Fastcgi.
I fixed that missing comma, now I get this error: Processing Base#index (for 24.94.221.205 at Sat Aug 06 14:40:47 GMT 2005) Parameters: {} NoMethodError (undefined method `before_filter'' for #<Object: 0x80859b8>): /app/controllers/loginadmin_controller.rb:1 /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 18:in `require__''
2010 Jun 19
3
internet explorer
hello when i install IE8 or IE7 it will be installed completely but when i write to go to google for example or any other address an adress bar will be appeared an say that : windows cannot find 'http://www.google.com'.check the spelling and try again. what is the error and how i can solve this?
2006 Jan 18
1
Another uninitialized constant question
Guys, I''m trying to generate a scaffold to admin a table called hangars. I''d like the controller to fall with an "admin" sub-module. I used the command: script/generate scaffold Hangar Admin::Hangar This seemed to work, and placed the controller in controllers/admin/hangar_controller.rb, where I expected to find it. It also created the hangar.rb model in
2006 Jan 28
1
referencing a table
I am trying to use auto_complete_for to reference a different table. in my clients_controller.rb file auto_complete_for :case_manager :case_manager.name ^^^^^^^^^^^^ this is not the clients table my models/clients.rb has: has_one: case_manager The above ''auto_complete_for'' line in clients_controller.rb
2008 May 20
7
Problems with HTML Rendering. Ubuntu 8.04, Wine 1.0-rc1
I have installed Sacred under Wine. "This application is trying to show an HTML Page. Wine needs Gecko (Mozilla HML engine) to be installed to show the page. Click install if you want Wine to automatically download and install Gecko." When I click on install... Nothing happens. I have tried to use the Ubuntu Forums to figure out what the answer is, but those haven't been
2009 Jan 18
5
MSHTML Not working for me
Hi, I'm using wine-0.9.13, installed from git. The following file exists in my system: /usr/share/wine/gecko/wine_gecko-0.9.0.cab The gecko libraries are installed in ~/.wine/drive_c/windows/gecko/0.9.0/wine_gecko Whenever I run wine iexplore.exe, I receive the message "HTML rendering is currently disabled" Anyone have any ideas as to what I can do next to make this work?
2010 Nov 26
1
problem installing utorrent on 64bit linux
hey all Here is what I get when I try to install utorrent on 64 bit arch linux, kernel version 2.6.33.4-1. I've never used wine before and I'm rather new to linux so I don't really know what to make of it. Code: [steini at myhost downloads]$ wine utorrent.exe wine: created the configuration directory '/home/steini/.wine' err:module:load_builtin_dll failed to load .so lib for
2004 Dec 19
1
samba-3.0.10-2
yesterday I upgrade my samba from 3.09-1 to the current 3.0.10-2 after completing the upgrade process I can nolonger connect to my samba sever from windows xp client. I start the serveces list to see what smbd & nmbd is doing, and notice that smbd has 6 pid running and nmbd has only 2 running. Winbind is not running as well how can I solve this problem and what step should I take to correct
2007 Apr 11
5
WIN32OLE MS Word Help
Hi all, I am trying to create word document in ruby using WIN32OLE. as.. require ''win32ole'' word = WIN32OLE.new("Word.Application") word.visible = true word.documents.add selection = word.selection word.Selection.TypeText "This is some text." ... .. . Can we set header and footer to document? I want to generate a document such that its header contains an
2008 Aug 21
7
Re: Problem installing Topix
> > No you didn't do what I showed you to do. Hallo Vitamin, yes you are right, I didn't install riched20 right, but know I have done it. The fonts at the login mask appears and we can successful login. But if we open a list page (company's list, invoice's list), Topix still breaks down. Here's the terminal's journal... If you could have a look at it, can you
2005 Dec 21
1
Table called applications - causes stack overflow?
Having worked through Four Days on Rails and the book Agile Web Development with Rails I decided it was time to start a live project. I have an existing application with MySQL database, so I modified the schema to use Rails standard column names. The main table was named ''applications''. ruby script/generate scaffold Application Admin results a stack overflow
2006 Mar 14
2
no such file to load -- login_system
I''m hoping someone can help me out here. My application works fine locally using webrick. One I upload to my shared server space I get an application error saying rails has failed to start. The log file production.log reads as follows: MissingSourceFile (no such file to load -- login_system): /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__''
2006 Apr 17
7
Should Perl talk to Rails via LWP
Hi folks, I need your opinions on a basic design issue. I''ve seen the light of RoR and have replaced my Perl (DBI/CGI) based web server <-> RDBMS communication with RoR, but I still have a whole host of users (other servers/OS''s etc) out there wanting to talk to my RDBMS and they only talk Perl. Also they don''t want to talk Perl/DBI directly (they are not allowed
2006 Jan 07
2
app no longer runs - MissingSourceFile for any controller
Hello all. I somehow managed to break my rails app running under Apache 2 with fcgi. With any action I try, it throws an exception saying it can''t find the source file. For instance, requesting an action in my welcome_controller results in: MissingSourceFile in <controller not set>#<action not set> No such file to load -- app/controllers/welcome_controller.rb The log
2005 Apr 06
3
NameError in <controller not set>#<action not set>
I can''t figure out why I''m getting the following error. There''s nothing wrong in my communities_controller file. And the helper for communties exists. Any ideas? Thanks, Joe NameError in <controller not set>#<action not set> uninitialized constant CommunitiesHelper app/controllers/communities_controller.rb:1 script/server:48 Show framework trace