module

Fix for Changing Form Cache for AHAH manipulation

  1. function ehu_photos_js() {
  2.   $cache = cache_get('form_' .

Fix for Changing Form Cache for AHAH manipulation

  1. function ehu_photos_js() {
  2.   $cache = cache_get('form_'.$_POST['form_build_id'], 'cache_form');
  3.  
  4.   $node = (object)$_POST;
  5.   $form = $cache->data;
  6.   $form_state = array('values' => $_POST);
  7.  
  8.  

Fix for Fix for Search_api module. Line 1556 has fatal error. need assistance.

  1. <?php
  2.  
  3. /**
  4.  * @file
  5.  * Hooks provided by the Search module.
  6.  */
  7.  
  8. /**
  9.  * @addtogroup hooks
  10.  * @{
  11.  */
  12.  
  13. /**
  14.  * Define a custom search type.
  15.  *
  16.  * This hook allows a module to tell search.m

Fix for Search_api module. Line 1556 has fatal error. need assistance.

  1. <?php
  2.  
  3. /**
  4.  * @file
  5.  * Hooks provided by the Search module.
  6.  */
  7.  
  8. /**
  9.  * @addtogroup hooks
  10.  * @{
  11.  */
  12.  
  13. /**
  14.  * Define a custom search type.
  15.  *
  16.  * This hook allows a module to tell search.m

Search_api module. Line 1556 has fatal error. need assistance.

  1. <?php
  2.  
  3. /**
  4.  * @file
  5.  * Hooks provided by the Search module.
  6.  */
  7.  
  8. /**
  9.  * @addtogroup hooks
  10.  * @{
  11.  */
  12.  
  13. /**
  14.  * Define a custom search type.
  15.  *
  16.  * This hook allows a module to tell search.m

wsod on admin/config gives following errors

  1. Warning: usort(): Array was modified by the user comparison function in system_status() (line 2240 of /path/modules/system/system.admin.inc).
  2. Warning: strcmp() expects parameter 1 to be string, array

wsod on admin/config gives following errors

  1. Warning: usort(): Array was modified by the user comparison function in system_status() (line 2240 of /path/modules/system/system.admin.inc).
  2. Warning: strcmp() expects parameter 1 to be string, array

wsod on admin/config gives following errors

  1. following errors when attempting to access admin/config and receive a wsod:
  2.  
  3. Warning: usort(): Array was modified by the user comparison function in system_status() (line 2240 of /path/modules/syste

file_exists passes but file_move generates error: The selected file could not be copied, because no file by that name exists...

  1. if(file_exists($file['filepath'])) {
  2.   file_move($file['filepath'],
  3.                     $fdpath . '/unpub/' . $newName .

Fix for views accordion js

  1. // $Id: views-accordion.js,v 1.1.2.17 2010/10/16 16:47:32 manuelgarcia Exp $
  2.  
  3. Drupal.behaviors.views_accordion = function(context) {
  4.  
  5.  
  6.  
  7.   if(Drupal.settings.views_accordion){
  8.  
  9.     $.each(Drupa
Syndicate content