search for: entry_id

Displaying 15 results from an estimated 15 matches for "entry_id".

Did you mean: entry_idx
2005 Mar 23
1
Problems with Excel & MS Word files (still)
Problem is apparently with locking issues, disabled oplocks in the [general] section, and the problem actually got worse... Here's what happens: User-A part of group1, opens Excel file off of share, saves, exits... User-B (or even User-A for that matter) tries to re-open same file, get error stating it's locked and can only open for read-only access... Both users in the same group, and
2013 Nov 10
3
accepts_nested_attributes_for how, example
I have following tables with following models: users(id, role_id) *has_many :entries* categories(id, category_name) *has_many :entries* entries(id, category_id, user_id) *belongs_to :user, belongs_to :category, has_one :storage* storages(id, title, content, entry_id)* belongs_to :entry*, *has_one :vote* votes(id, count, storage_id) *belongs_to :storage* Now, when user create new entry(through form) few things must happen: - New row in entry table will be created(with *already existing*user_id and category_id) - New row in storages table wi...
2005 Aug 17
7
(newbie) #{method}_relative_path empty (file upload 0.1.2)
.... inside a project I''m working on, I''ve got two different models using it... with one of them it''s working just fine. with another, everything works, with the exception of the url_for_file_column helper, which shows /entry/file_column/ but not the relative path (/ entry_id/file_name), so it writes this: /photo/file// looks like file_relative_path isn''t returning the path, though there''s a file name written to a ''file'' column in the database table. I examined the source for the module, but couldn''t find where it break...
2013 Jan 24
0
64 Bit Build 3.6.11 on AIX 6 with acls enabled dumps core,
...here waitpid(??, ??, ??) at 0x900000000116eb0 system.system(??) at 0x9000000001e3b00 smb_panic(why = "===============================================================\n"), line 1123 in "util.c" fault_report(sig = 0), line 53 in "fault.c" sys_acl_get_entry(acl_d = (nil), entry_id = 268435455, entry_p = 0x0fffffffffffcc08), line 84 in "sysacls.c" vfswrap_sys_acl_get_entry(handle = 0x00000001000a204c, theacl = 0x0fffffffffffcdc0, entry_id = 268435455, entry_p = 0x0000000110092ca0), line 1376 in "vfs_default.c" smb_vfs_call_sys_acl_get_entry(handle = 0x0000...
2002 Oct 22
1
2.2.6 configure problems
...main': /tmp/ccycWmr0.o(.text+0xa): undefined reference to `acl_get_entry' collect2: ld returned 1 exit status configure: failed program was: #line 13211 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/acl.h> int main() { acl_t acl; int entry_id; acl_entry_t *entry_p; return acl_get_entry( acl, entry_id, entry_p); ; return 0; } // simply an undefined reference.... The first one will compile fine if I add in -lattr. The second one will result in the same error as the first if I only include -lacl. If I include both -lattr and -lacl then...
2010 Aug 13
11
Link to remote and the equivalent in Rails 3
Hi WOW! Is Rails 3 another interesting learning curve. Just when I think I have a general working knowledge of Rails 2 ... things change. I''m trying to replicate the following in Rails 3: <%= link_to_remote image_tag("creditcard.png", :border => 0), :url => {:action => :make_payment, :type => "Credit", :id => @appt.id },
2006 Mar 24
7
belongs_to relation busted....why?
Ok, been banging my head on this and just can''t figure it. Normally, any table that has a belongs_to to another table you can easily access it by: table1.table2.field And it works perfectly for one table I have. Let''s call it... tags. So, I''ve got: Tag -> has_many :blah_tags Blah -> has_many :blah_tags Blah_tag -> belongs_to :tag, belongs_to :blah Ok, works
2007 Mar 26
0
rx_fax and Asterisk 1.4.2
Hi, I have recently upgraded from Asterisk 1.2.15 to 1.4.2 and I'm experiencing trouble with rx_fax. I have followed instructions posted by Sems: http://www.sems.org/entry.asp?ENTRY_ID=197 I'm using spandsp-0.0.3pre28 and the app_rxfax and app_txfax from: http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.4/ rx_fax and tx_fax are both enabled via make menuselect and Asterisk builds just fine. However, on incoming fax Asterisk would simply crash u...
2007 Aug 02
0
Reading and saving data with belongs_to and has_many
...#39;'s probably simple, but I can''t figure it out. I''m trying to create several models that all belong_to a master model, say "entries", which has_one of the others. The other tables ("destinations", "people", "entrydates") all have the entry_id row. How would one reference each row that matches the entry.id in a loop (i.e. display the entry and the "destination", "person", and "entrydate" that matches)? Also, how would one save the data to each of these tables in one form? All of the code that I''v...
2007 May 15
5
Problem with RJS and/or Prototype.js =>ResponseText is blank
Hi, I''ve got a real head-scratcher. I''ve got a standard Ajax form using form_remote_tag, which calls a controller action which adds a comment and then sends back some JS via RJS which updates a few items on the page. It did work fine but (and I''ve no idea what has happened) now it doesn''t. It calls the controller action but gets an empty response back and
2005 Sep 03
1
Changing permissions on files that only exist during USB operation
A while back I got help in getting my Palm Pilot to connect to CentOS, and through the advice I got here I was able to successfully back up my files to the computer using the CentOS default Palm utility. However, I now want to use JPilot to sync and install files. But when I attempt to sync through JPilot, I get the following error: ******************************* Syncing on device /dev/pilot
2003 Aug 13
0
"Idmap uid range missing" - 3.0.0beta2-1 on Debian Sarge
...Broken pipe. protocol negotiation failed server1:/etc/samba# ----------------------------------------------------------------- I've done a google yielded people with similar recent problems, but I frankly don't understand the attempted solutions: http://www.megacity.org/MT/mt-comments.cgi?entry_id=885 http://lists.debian.org/debian-user/2003/debian-user-200307/msg03337.html Anyways, any help would be immensely appreciated! Kevin ---------------------------------------------- The log data, etc: Testparm: ---------------------------------------------- Load smb config files from /etc/samba...
2008 Feb 05
1
Functional Test has error when testing controller updates_attribute of its parrent.
...test. class VotesControllerTest < ActionController::TestCase def test_should_create_vote assert_difference(''Vote.count'') do post :create, {:vote => {:vote_value => 5, :user_id => users(:nick).id, :entry_id => entries(:BmxEntry).id}}, :user_id => users(:nick).id end assert_redirected_to vote_path(assigns(:vote)) end end This tests the :create action of the vote controller which looks like this. def create @vote = Vote.new(params[:vote]) respond_to do |fo...
2005 Mar 09
10
mysql vs postgres
I''ve used mysql for quite some time now. Other than crashing when the partition gets full, I''ve had no problems with it. But I''ve heard great things about postgres and have seen some people say it''s much superior to mysql. So, with a Rails application, is there any reason why I would want to learn/use another DB besides mysql? Any pragmatic benefits?
2011 Dec 12
0
[PATCH 1/4] ACPI: eliminate duplicate MADT parsing and unused SBF definitions
...f /* ACPI_DEBUG_OUTPUT */ break; - case ACPI_SRAT_MEMORY_AFFINITY: + case ACPI_SRAT_TYPE_MEMORY_AFFINITY: #ifdef ACPI_DEBUG_OUTPUT { struct acpi_srat_mem_affinity *p = @@ -194,8 +194,8 @@ int __init acpi_parse_srat(struct acpi_t } int __init -acpi_table_parse_srat(enum acpi_srat_entry_id id, - acpi_madt_entry_handler handler, unsigned int max_entries) +acpi_table_parse_srat(int id, acpi_madt_entry_handler handler, + unsigned int max_entries) { return acpi_table_parse_entries(ACPI_SIG_SRAT, sizeof(struct acpi_table_srat), id, @@ -206,12 +206,13 @@ int __init a...