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.

Migration problem

Hi all,
I tried to migrate a site, but now something don't work..
in few page I found
Parse error: syntax error, unexpected '?' in /var/www/vhosts/acofiin.eu/httpdocs/includes/common.inc(1477) : eval()'d code on line 21

I tried several solution to solve it, but without any resolution.

Have you got any ideas?

Thank's

---
Carlo Filippetto

Need info on upgrading 4.6.3 -> 6.x

I have taken over a high traffic site running on drupal 4.6.3, in need of a serious upgrade. I am not well versed in Drupal, and am hoping to find some good information on the steps to get this up to at least 6.x. From my understanding, I need to bring it up to the latest version of 4 before going to 5, then sequentially up the chain to 6. Where do I find the release list, and more importantly, good links on doing this?

I realize with such an old version that there will be module issues, but I'd at least like to try to get the core up to date.

Any help/links appreciated.

drupal checkbox filter

Hi there,

Im looking for a filter module to narrow down results on a page by checking checkboxes.

Example: http://js91.woelmuis.nl/filter.png .

Does someone know about a module like this? Or can someone point me in the general direction of something similar?

Post-upgrade from 6.x - 7.x, user login form text boxes not displaying

After upgrading Drupal from 6.x to 7.x and running update.php I visit domain.com/user and I see the submit button, but no username and password text boxes - only empty

's in the source code. The contents of $page['content'] are below, any suggestions as to what I'm missing here?


Array
(
[system_main] => Array
(
[name] => Array
(
[#type] => textfield
[#title] => Username
[#size] => 60
[#maxlength] => 60
[#required] => 1
[#description] => Enter your Mid-America Trucking Show username.
[#input] => 1
[#autocomplete_path] =>
[#process] => Array
(
[0] => ajax_process_form
)

[#theme] => textfield
[#theme_wrappers] => Array
(
[0] => form_element
)

[#defaults_loaded] => 1
[#tree] =>
[#parents] => Array
(
[0] => name
)

[#array_parents] => Array
(

Problems with upgrading a module from drupal 6 to drupal 7

I have a drupal 7 installation and I would like to use the module Quickmenu. But it is not available for drupal 7.

So I installed the Coder module and followed the steps to upgrade a module.

But after converting the module to drupal 7, I have errors when I try to use the module.

At first, I was getting an error that said that db_fetch was not valid, so I changed the indicated line of code from:

while ( $row = db_fetch_array($q) ) {
$titles[$row['menu_name']] = $row['title'];}

Update outdated modules incremental?

Hello eveyone,

I was building an eshop using drupal,ubercart and many contibuted modules.The site was abandoed for some time (clients reasons).Now my client wants to continue with the site. A lot of my work was done USING THE FOLLOWING CORE AND MODULES

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal