Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi everybody,
I'm having a weird issue. I've been searching for a few days trying to find an answer.
A few days ago I decided to add another module to my drupal site. After the installation I clicked "Enable newly added module".
After a little hang time a "Page can not be displayed" poped up. I closed my browser and opened a new one, navagated to the "Modules" section. Scrolled down and found the module.
Clicked the box to enable it
Clicked the save button
Some hang time, and another page can not be displayed.
Closed and re-opened browser and navagated back to the modules page.
Scrolled down and saw that the new module was enabled and had a configure link to the right side.
I clicked the configure link
It brought me to the Administration > Configuration page
According to the install documentation it should have brought up a page of settings to configure for the module. I searched all over my drupal site for anywhere the settings for the module could have landed and found nothing. No traces of this module at all. Its like it was never installed and enabled
Well after a while I decided the module was flawed. So i uninstalled it and searched for another module that worked similar.
Regarding Drupals FormAPI how can I pass a method as an ['#element_validate'] value instead of a function?
So instead of using the function '_my_after_build_function' for example in:
// How can I use $myObjectExample->_my_after_build_method
// instead of _my_after_build_function?
$form['#after_build'][] = '_my_after_build_function';
I have installed drupal 7 number of times and after installation I got this error on the updates page:
Warning: fileowner() [function.fileowner]: stat failed for temporary://update_IZzBRJ in update_manager_local_transfers_allowed() (line 912 of /var/www/vhosts/mysite.com/httpdocs/modules/update/update.manager.inc).
Does anyone know how to resolve this?
Also cannot upload themes using either the drupal ftp link or downloading the files locally and then uploading.