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.

Yet Another Newbie Needing Help

Been trying to upgrade my friend's site from Drupal 5.7 to 6...somewhere along the way I messed up and now this is what I get when trying to go to my home page at http://accesseo.com/

Fatal error: Call to undefined function: user_access() in /home/virtual/site8/fst/var/www/html/accesseo.com/includes/menu.inc on line 1376

Please help...

Menu import from Drupal 5.x to 6.x

Hello to all.
I need your help on a problem I have these days.

I have to upgrade a web site from 5.1 to 6.17. The problem is that the 5.1 installation was so heavily modified by the programmer who created the web site, that an automatic upgrade could not be done. So I decided to import the content of the website by hand.

I created a clean installation of D6, where I created the Content Types by hand. Imported the taxonomies, terms, nodes, node images and others by sql scripts. Those seem to work great.

I now have to recreate the menus, the blocks and the views. But I'm stuck at the menu transfer. See what I did.

I created the menu from the Drupal. Then I transfered 10 items from the old menu to the new using this script:
INSERT INTO drupal6_db.menu_links
SELECT
'menu-menu-en', mid, pid,
path, 'node/%', title, CONCAT('a:2:{s:10:"attributes";a:1:{s:5:"title";s:9:"', title, '";}s:5:"alter";b:1;}'), 'menu',
0, 0, 0, 0, 0, 1, 0, mid, 0, 0, 0, 0, 0, 0, 0, 0, 0
FROM
drupal5_db.menu
WHERE (language = 'en')
GROUP BY mid
LIMIT 10;

When I did the import, I went to the menu page (/admin/build/menu-customize/menu-menu-en) where I get a blank white page. Also the menu block appears empty.

Ubercart dependencies

Hi everyone,

This is my first post here and all is going pretty well with drupal.

Im a front end dev, Ive done a few installs of drupal and done a few custom skins but now I am installing Ubercart for a customer.
Im sure Im going to feel stupid after the first sentence of someones reply but I cant find the correct modules to install.

Here are the modules needed:
Depends on: Uc_cart (missing), Uc_product (missing)

And I know its going to be simple but I just cant find them in the modules download section, maybe they dont have the same name?

database vs. upgrades?

It appears that an upgrade of Drupal (within a major version) basically involves replacing all the PHP and other files from an installation pack, then either restoring or recustomizing various configuration files such as settings.php and .htaccess. Correct? upgrade.php also needs to be run.

Now, what I want to do is set up my site so that I have at least two Drupal installations — one is production, where visitors are actually posting things, etc., etc., and the other is a hidden "sandbox" where I can experiment, build new pages, and finally, install and test upgrades before wiping out my current production site. I will use .htaccess URL rewriting to send production requests to the appropriate tree (e.g., / to /cms2), while leaving alone sandbox requests with an explicit directory (e.g., /cms1). The $base_url needs to have the explicit directory for the sandbox, I presume.

Cron problem since my last upgrade

Since the last upgrade I notice the my cron stop running.

I analyse that and seems that all errors are like this:

require_once() [function.require]: Failed opening required './sites/default/modules/panels/includes/plugins.inc' (include_path='.:/usr/share/pear') in /appl/intranet/drupal_desenv/sites/default/modules/ctools/ctools.module on line 108

If I remove this requere_once() from the code I have a similar error on another module.

Does anyone have any ideias of what is happing?

Multi-Country site

Hi All,

I want to have the link of the different country under the different domain. Like aaa.com.uk aaa.com.de aaa.com.es, m.aaa.com but the main site will be http://www.aaa.com.

The question is how can I do this ? should I install the drupal under the www.aaa.com, but the things is different country should have slight different layout for some reason, also different country's page will showing different content from the database

.

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal