I just uprgraded from 6.13 to 6.14 and now I'm getting the following intermittent error:
warning: Parameter 1 to admin_menu_admin_menu() expected to be a reference, value given in C:\Users\Doug\Webs\Drupal\Source\includes\module.inc on line 471.
I have two drupal sites which i just upgraded to 6.14
The first worked fine, however the second resulted in the following error message post installation when I went to my homepage:
Fatal error: Call to undefined function filter_xss_bad_protocol() in /home/jmscult/public_html/home/includes/common.inc on line 1039
Any ideas? I tried downloading the upgrade again and replaced the common.inc file, but no luck.
Hi All
I am trying to update my drupal site from version 5 to version 6. I am getting this error while executing update.php page. Before updating i cleared cache table and watchdog table and had disabled all contributed and core modules. While updating i am getting the following error.
An error occurred. http://localhost/drupal/update.php?id=2&op=do
Here's my problem,
I'd like to put pictures in blocks.
Those pictures are actually a part of a cck content.
I'd like to have those pictures clickable with the path provided in the same cck content as a url path.
Basically I have a cck content with an image and a url path.
I'd like the path to wrap up the image. the path is actaully not linking to the node but to a different node.
Have just upgraded panels, ctools and in the process seem to have lost the formatting on my home page. All the other pages appear as they were. Any suggestions?
Hi everyone! I am upgrading a client's project from Drupal 4.7 to 5.20 and I have run into a problem with custom panel-page (panel in drupal 4.7) layouts
I have a custom panel layout in 4.7, however when I try to create or edit new content in it after upgrading to drupal 5, all I see is buttons - Hide, Show all, cache settings, save and cancel. When i try to edit or create a panel in one of the existing layouts, everything is fine. How do I make the custom layout work after the upgrade?