similar to: permission denied on my app/controller/account

Displaying 20 results from an estimated 70000 matches similar to: "permission denied on my app/controller/account"

2007 Mar 31
0
routing problem with controllers in other dirs
Hi all I have a problem with mapping url to controller which is deeper in controller directory (not root directory). I wanted to move acts_as_authenticated account_controller deeper to directory (let''s call it Foo) and route it as /Foo/Account, but i always seem to get exception that no route matched my request file structure: /app +- /controllers +- /Foo +-
2006 Sep 06
3
url_for , controller routing error
I have an ''account_controller.rb'' in an ''admin'' module I list the accounts with : http://0.0.0.0:3000/admin/accounts/list, and get my table trying to sort it, I use the follwoing sort_link_helper : def sort_link_helper(text, param) key = param key += "_reverse" if @params[:sort] == param options = { :url =>
2008 Jan 08
7
script/server: Permission denied
when I run script/server I get this error: script/server: Permission denied I''ve been running this app for awhile now. Not sure what would have caused the change. Any ideas? I''ve messed around with permissions on the script folder but nothing seems to work. thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received
2007 Sep 18
1
Errno::EACCES - Permission denied while delete a file
hi, i got the error[Errno::EACCES - Permission denied] , while deleting my file, for that while searching i came to know i have to set chmod, but i don''t know how to set chmod in my file, if any one knows, how to set this one, please let me know, Thanks in advance. my Error is: Errno::EACCES in CasesController#delete_attach Permission denied -
2009 Apr 01
4
permission denied errors with rake db:migrate
I am at a loss here and hoping for some advise on where to begin looking with a series of errors I am suddenly getting when trying to rake: "anything goes here" .. lil-loco:/rails/cem craigmartin$ rake db:migrate (in /rails/cem) rake aborted! Permission denied - /rails/cem/db/schema.rb This is the current error. lil-loco:/rails/cem craigmartin$ rake db:schema:load (in /rails/cem) --
2006 Jan 11
0
GetText demo blog app: script/server >> permission denied!
Hi all I copied the demo application from the /usr/lib/ruby/gems/1.8/gems/gettext-1.1.0/samples/rails/ folder into my work folder. I tried to start its server, but I got the message "Permission denied"! What''s wrong there? Any problems with file permissions? I''m very new to UNIX, so I can''t help myself... I''m working on Mac OS X Tiger. Thanks
2007 Feb 20
0
Error creating machine account logs: Unable to open new log file /var/log/samba/machinename.log Permission denied
This problem doesn't seem to affect the client's connectivity but I am not sure if it signals a larger problem. I started noticing this error: Unable to open new log file /var/log/samba/"machine".log Permission denied in the logs after upgrading to Samba version 3.0.21b. Any ideas?
2008 Apr 20
2
open_id_authentication - authenticate_with_open_id
I''m using the open_id_authentication plugin just like the README says. However, when I submit my openid_url, the authenticate_with_open_id method gives me the error below. vendor/plugins/open_id_authentication/lib/open_id_authentication.rb: 150:in `+'' vendor/plugins/open_id_authentication/lib/open_id_authentication.rb: 150:in `requested_url''
2008 Jul 01
2
permission denied when using prototype
Hi, i am trying to call AJAX with domain address different than mine. but i get an exception: permission denied to call method XMLHTTPRequest.open What''s the solution? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to
2007 Apr 09
2
Errno::EACCES in Controller / Permission denied
Hello, I did a seemingly smooth install of ferret, but when I try to add it to my model, I get an error. My info: My rails site: shelikes (a restaurant review site) My controller: Display My model: Review My only line of code added for ferret is: class Review < ActiveRecord::Base acts_as_ferret ...( more stuff not related )... end Below is the error information. Any thoughts on how
2007 Jan 09
1
assert_redirected_to not working as expected
I''ve installed the "acts_as_authenticated" plugin and made some modifications to the controller (app/controllers/account_controller.rb) "signup" module as follows: === def signup @page_title = ''Create Account'' @user = User.new(@params[:user]) if request.post? if @user.save session[:user] = User.authenticate(@user.login,
2014 Jun 09
0
Samba 4.1.6 - Unable to domain join a Windows machine using default account (non-admin) to my samba domain - Access Denied Error
Hi, I have been trying to domain join a Windows workstation to my samba domain as a domain user. I have been getting an "Access Denied" error while trying to domain join a Windows machine to my samba domain. This happens only when I use a non-admin account. I increased the log level to 10 and this is what I was able see: [2014/06/03 02:00:31.011163, 0, pid=3420, effective(0, 0),
2006 Mar 13
0
Problems with association named :task
I have an object that belongs_to :task, and calling that object''s task method returns the task it belongs to in the unit tests. One place in a controller, though, it gives me the error: undefined method `find'' for Rake::Task:Class ./script/../config/../vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb:44:in `find_target''
2007 Jun 11
3
ActiveRecord::StatementInvalid error
Hi, I have an application that is running fine on two different machines, but when I ported the code to a third machine, it doesn''t seem to work. More specifically, for users with a significant amount of info, it seems to stop working. All the functionality seems to be working properly on a small test set, but with a larger set I get the following error: AssociatedAp Load (0.000000)
2006 Jun 05
0
route help using accounts but not with subdomain
Hi all, I''ve just started trying to figure out rails routes and am having some difficulty. I want to have the directory structure start with the /:account_name/ instead of using the subdomain with the exception of account/create and account/list I tried: map.connect ''account/create'', :controller => ''account'', :action =>
2008 May 26
5
Noob SASS error (permission denied)
I just created the sass directory in my stylesheets directory and when I reload my page I get this error: Status: 500 Internal Server Error Permission denied - /Users/Justin/kicksite/trunk/public/ stylesheets/ application.css /usr/local/lib/ruby/gems/1.8/gems/haml-2.0.0/lib/sass/plugin.rb: 72:in `initialize'' /usr/local/lib/ruby/gems/1.8/gems/haml-2.0.0/lib/sass/plugin.rb: 72:in
2005 Sep 02
7
Form to update two tables
Hello there, this is probably a very simple problem but I''m stuck. I''m following the Login generator tutorial from rubyonrails. It''s all worked fine so far. But I want to add a bit more functionality so that when a user signs up in addition to chosing a login name and password they type in a company name which is added to a seperate table called COMPANIES. The id
2007 Nov 09
5
Access Denied for user
I''m getting ''Access denied for user ... Using password:YES ... Mysql::Error'' message. The OS is Solaris 5.9, Ruby is 1.8.6 and Rails is 1.2.3. AFAIK these are all fairly new adn shouldn''t suffer from the ''old password'' effect - even so , I have forced the password to be ''old style'' to be on the safe side. The database.yml
2007 Jul 18
3
Help. Acts_as_Authenticated plugin stops working for me?
Hi, I successfully installed AAA couple days before, and i managed to register a uer with it, with no user activation. but for some strange reason, it stops working for the signup method, with i go to the signup page, press submit, it shows an error page, what''s wrong? here''s the error page. undefined method `activation_code'' for #<User:0x3b6dbd
2010 Jan 20
1
'/tmp' does not exist or permission denied ...: /tmp has 777 permission
Not sure what caused it. It must be some change to permissions. I know I changed the root password with passwd and changed it back afterwards when problems started. I know for sure I didn't change a thing to the samba config. No firewall running atm. This morning I did smbpasswd as root and set it (to be sure) to same passwd as the original one. But I don't think this matters anymore. I