DrupalBin
Submit Code
About
Recent Posts
Fix for Views cumulus: tag_cloud
Fix for Code
sjfgjgjfgidfgh
Code
Code
test.berniecram.com.alias.drushrc.php
Code
provision-deploy error
Create node programmatically with file
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
update
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '3-access settings' for key 'PRIMARY'
December 2, 2011 - 3:37pm — Anonymous
Drupal
6
to
7
upgrade with
#drush site-upgrade --core-only --replace @onward
Fails with the following, and I have no idea how to track it down further or what
's causing it?
user module:
......
drush
error
site-upgrade
update
upgrade
Read more
Fix for When I try to upload a module this is what appears
August 1, 2011 - 8:38am — Anonymous
*
Unable to retrieve Drupal project from http:
//ftp.drupal.org/files/projects/wysiwyg-7.x-2.1.tar.gz.
problem
update
When I try to upload a module this is what appears
July 25, 2011 - 8:46pm — Anonymous
*
Warning:
fileowner
(
)
[
function
.
fileowner
]
:
stat
failed
for
temporary:
//update_patSeE in update_manager_local_transfers_allowed() (line 924 of /home/kiyf0/public_html/modules/update/update.manage
problem
update
Read more
Fix for Fix for Updating a nodereference CCK field using node_save()
September 25, 2010 - 4:00pm —
sepehr
...
// Getting current reference delta.
$current_delta
=
db_query
(
"SELECT delta FROM {content_field_movie_node_ref}
WHERE vid = '%d'
ORDER BY delta DESC
LIMIT 1"
,
$existing_movie
-
CCK
nodereference
update
Read more
Fix for Updating a nodereference CCK field using node_save()
April 25, 2010 - 7:29pm —
sepehr
...
// Getting current reference delta.
$current_delta
=
db_query
(
"SELECT delta FROM {content_field_movie_node_ref}
WHERE vid = '%d'
ORDER BY delta DESC
LIMIT 1"
,
$existing_movie
-
CCK
nodereference
update
Read more
Updating a nodereference CCK field using node_save()
April 23, 2010 - 6:34pm —
sepehr
...
// Getting movie node.
$existing_movie_node
=
node_load
(
$existing_movie
-
>
nid
)
;
// "Appending" a node reference.
$existing_movie_node
-
>
field_movie_node_ref
[
]
[
'nid'
]
=
$drupal_subtitle_no
CCK
nodereference
update
Read more
Fix for TestCase not listed
September 23, 2009 - 3:57am — Anonymous
Alter simpletest.info and add dependency to update.test
<?php
files
[
]
= tests
/
update.test
?>
update
TestCase not listed
September 23, 2009 - 3:15am — Anonymous
<?php
// $Id$
/**
* @file
* Tests for update.inc.
*/
/**
* Unit tests for the module API.
*/
class
UpdateIncTestCase
extends
DrupalWebTestCase
{
public
static
function
getInfo
(
)
{
update
Read more
Update function
May 5, 2009 - 2:46pm — Anonymous
function
blah_migration_update_6000
(
&
$sandbox
)
{
$ret
=
array
(
)
;
module_load_include
(
'inc'
,
'install_profile_api'
,
'core/menu'
)
;
include
install profile api
update
Read more