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.

Drupal 5.1 & 404 File Not Found Error

Hello-
I downloaded Drupal 5.1, but when I uploaded it to my hosted site, it gives me a 404-File Not Found error.

My hosting service tells me everything is fine on their end, so I’m wondering what I did (or am doing) wrong. Any suggestions? Thanks much,

Abuse Module -- how to flag content?

I've just installed the Abuse Module on a site and I don't see any link on nodes to flag the content. I've gone through all the settings for the module and didn't see any options there. How do users flag content with the Abuse Module?

Category: Empty pages and errors after upgrade to 5.1

After upgrading Drupal from 4.7.3 to 5.1, and Category module to recent 5.x-1.1, my containers show correct summary of categories with assigned nodes count, but all the category pages are blank (no nodes listed), plus all the categories and containers edit-forms break (if I click the "Edit" tab, I get only heading, plus error in watchdog, about bad callback argument or whatever, not experienced in this).

Thanks to some hints in this forum, I found a solution finally:

All the mess is about Category content-types being renamed lately - from old "category-cat" and "category-cont" to new "category_cat" and "category_cont". There are a few occurences in the code being not updated, and for mysterious reasons the database update script (Category module update #9) didn't work - even copying the relevant queries into PhpMyAdmin didn't! - leaving me with old database schema too. All the problems originated from mismatching the old and new names in the system.

The fix:
--- Search all the files under the Category directory, excepting .install and .info, for occurences of "category-c" and replace with "category_c". If you have the Book- and Taxonomy-wrappers installed, uninstall and install again, to update the files.

Image_Import problems - I get a blank page

Hi there,

I have successfully installed the image.module. Now if I klick on admin/content/image_import I get a blank page. Seems like the link is not working. Do I need to change anything in the code?

Or is there any other module with which I can upload pics in bulks?

Hopefully someone can help...thanks!

Problem after move

Moved drupal from host to another using cpanel transfer tool, same mysql 4.1.22) & php (5.05) versions, but now get:

Warning: conf_init(./sites/default/settings.php) [function.conf-init]: failed to open stream: No such file or directory in /home/eclipse1/public_html/includes/bootstrap.inc on line 238

Warning: conf_init() [function.include]: Failed opening './sites/default/settings.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/eclipse1/public_html/includes/bootstrap.inc on line 238

Warning: Cannot modify header information - headers already sent by (output started at /home/eclipse1/public_html/includes/bootstrap.inc:238) in /home/eclipse1/public_html/includes/common.inc on line 141
Unsupported database type

The database type is unsupported. Please use either mysql for MySQL 3.x & 4.0.x databases, mysqli for MySQL 4.1.x+ databases, or pgsql for PostgreSQL databases. The database information is in your settings.php file.

--------------------------------------------

from error_log;

[Sun Jul 8 20:41:28 2007] [error] PHP Warning: conf_init(./sites/default/settings.php) [function.conf-init]: failed to open stream: No such file or directory in /home/eclipse1/public_html/includes/bootstrap.inc on line 238

after upgrading 4.7 to 5.0 fields "page settings", "author", "date" dont work

I've upgrated my Drupal site from 4.7.3 to 5.0.
All "create content" nodes such as "blog", "page", "story", "forum topic" content not working fields (menu settings, path settings, author and date and so on).
What is the reason? May be in server settings or in my site? Did anybody have this problem?

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal