This forum is for questions about upgrading an existing Drupal site. Don't forget to read the UPGRADE.txt file that comes with every Drupal download.

Clean URL and Javascript problem in RC3

I'm using Drupal 4.7rc3 and having a javascript problem whenever I turned on the Clean URL option. When I turn on Clean URL, the javascripts are not loaded. These scripts require to place the following between and

<script language="javascript1.2" src="script1.js"></script>
<script language="javascript1.2" >folder="./";</script>
<script language=javascript1.2 src="script2.js" ></script>

I modified the template to satisfy do to that. I didn't have any problem when I used 4.6.

Rebuild Problem

Hello.

I have a site at http://www.krynen.com It is a personal site that was working fine. My server upgraded the OS and so I did a mysqldump of the database. I checked the data in the database file and all reads correctly.

4.7rc2 -> rc3 URL s doesn´t work

Hi all.
I´m new to Drupal so I hope my problem is a easy-to-solve-newbie one.

Problems with Forums, Image, and Taxonomy

I've recently upgraded my site from 4.6.5, slowly getting everything up to speed, but i'm having a problem with drupal CVS and the forums + image modules ... their taxonomies (or vocabularies) are getting mixed up (ie - whenever i add a new forum container, it gets added to Image Galleries, and vice versa) ... which means my posts can be published as nodes, but they never show up in the forums or image galleries ...

Unsupported operands error in drupal_get_form(), includes/form.inc

Folks,

The upgrading themes and modules to 4.7 pages have been largely helpful.
I'm working on porting the CivicSpace theme (my derivate is a layout) to 4.7
and I've gotten a decent bit done. The FORMS API bit is where I am at.

I used the FormsUpdater to convert the civicspace function
phptemplate_comment_form to 4.7 compatible. (in template.php)

Problem: when I click the add comment link to a node, I now get a new error which
does not look like a form_* related (4.6) error, but it is an error in drupal_get_form().

**
Fatal error: Unsupported operand types in /home/.olympia/editors/bopnetwork.org/includes/form.inc on line 87
**

Here are the last 4 lines of the updated function. It's failing in the call
inside drupal_get_form which much return the form HTML to $output.

~~
$form['#method'] = 'post';
$form['#action'] = url('comment/reply/'. $edit['nid']);
$output = drupal_get_form('comment_form', $form);

return theme('box', $title, $output);
~~

The line in form.inc is within the function drupal_get_form() where the
failure is happening. It is this:
~~
$form += _element_info('form');
~~

Can someone tell me what's going on? I've told the CivicSpace folks that
I will make this work for my site and then hand off the changes/patches
to them for 4.7. Appreciate any help. I can post the whole converted function
here if you want.

Illegal mix of collations after system update

I'm running a version of Drupal 4.6, and have recently updated the underlying system. Now I'm seeing an "Illegal mix of collations" error when I try to login to my sites on this server.

The sub systems that were updated include Apache (minor revision change), PHP (from 4 to 5), and MySQL (to 4.1.14-r1). This is on a Gentoo server (if that helps).

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal