On http://drupal.org/node/51506 i found a very interesting solution for a feature request i had.
1. I don't clearly see in which drupal version this solution has been applied [4.7? or cvs]
2. What is the best way to get my hands onto this solution.
* perform the patch myself
* wait for a beta release of CVS code?
Hi.
I upgraded to Drupal 4.7.2 and I also switched the user which it was installed under on my webserver and added a new site to apache using a2ensite
but for some reason I'm getting a blank screen when I try to login with any user, it access the mysql server but I just can't login to my site. It's as if it were getting a memory error but I have the memory limit set to 96M
My upgrade from 4.6.5 went pretty smooth except that my book reviews don't show the actual page for anonymous viewers even though the permission is set for them to. They don't get an access denied page but rather all info except for the article and the "buy from Amazon" link with the book pic. When I log in I can see everything. When I log out, I just get the title and link with pic, no review.
In doing the upgrad I forgot to deactivate the module beforehand. After upgrade I installed the book review module 4.7 version.
I want to import nodes in Drupal. I tried using node import, but it's impossible to edit the nodes afterwards.
Is there any other way ? How do I do this manually ? What get's updated in the database after a node is created ? I could write a PHP script to do this..
After a successful upgrade, I got the following error messages:
user warning: Incorrect table definition; there can be only one auto column and it must be defined as a key query: ALTER TABLE node DROP PRIMARY KEY in /home/domain/public_html/472upgrade/includes/database.mysql.inc on line 120.
user warning: Multiple primary key defined query: ALTER TABLE node ADD PRIMARY KEY (nid, vid) in /home/domain/public_html/472upgrade/includes/database.mysql.inc on line 120.
Supposing I had installed all contrib modules into the default modules folder. After a successful upgrade, can I put the 4.7 versions of those modules inside a contrib directory (../modules/contrib/flexinode instead of ../modules/flexinode)?
Will this conflict with the values in the system table based on the paths for the old modules?