After upgrading from Drupal 5.2 to 6.14, I ran the update.php. With Privatemsg & Bookmarks module, the update output errors. But when I try to go to the Admin pages, I get the error - Fatal error: Call to undefined function db_num_rows() in /home/sourasht/public_html/test/includes/common.inc(1685) : eval()'d code on line 11.
I have a site running on Drupal 6.13, since then 6.14 core has been released and when logged into Druapl my installation prompts me to upgrade and as it looks like the upgrade prevents hacking of my site so want to do it. I originally installed the site with Fantastico Deluxe and the Fantastico control panel now gives me the option to upgrade automatically but Im a bit hesitant, am also open to doing it manually.
Several warnings were issued when upgrading emfield-6.x-1.15.tar.gz to emfield-6.x-1.17.tar.gz (Drupal 6.14). Here they are:
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in D:\biz\apps\drupal\update.php on line 174.
* warning: Invalid argument supplied for foreach() in D:\biz\apps\drupal\update.php on line 338.
I took a look at around these lines. First warning is related to
after upgrading from 5 to 6... i then received this message after i run the "update.php" Fatal error: Only variables can be passed by reference in content_copy.module what does this mean? and can anyone help me how to solved this issue?