A small module I have uses the old $form stuff, but this is causing it to not work after upgrading to 5.1. I tried going through the documentation to see if I could figure out how to update the 4.7 $form code to 5.1 compliant...but I couldn't figure it out mainly due to having no experience with writing drupal modules. Help would be appreciated.
I'm upgrading from 4.7 to 5.1 and had most all of my site in flexinodes. I set myself up a test site and installed 5.1 with flexiconvert. I did one flexinode type and found that it imported the fields into the equivalent field, but it also put all of the fields into the body section (which I used as one of my fields from my old one). It looked like this:
old flexinode:
Field: General Info
Field: location
Feild: Steps
CCK node:
Body: General Info
Field: Location
Feild: steps
In drupal 4.6 i made use of a mixture sections module and control of blocks to substabtially alter the appearance of the theme depending on what path setting and content typewere selected. In 5.1 to my dismay i just discovered that blocks can be set to content types only with php cofe (which i could live with) BUT that using the PHP code turns OFF the show block by path functionality
I'm on the step of "5. Remove all of the old files and directories from the Drupal installation directory."
Simple question, what files/directories do they actually want removed? Saying All is kinda confuses me because I know some of them are ones I've put there so obviously I don't want to delete those. Can anybody make it more specific and let me know what to delete.
I upgraded to 5.1 recently, and found troubles with the stylesheets. Specifically, I found that I had to change the permissions on all the module and theme folders on the server to 755 before the styles worked consistently. Is this normal, and is it documented anywhere?
I upgraded from 4.7 to 5.1 today, and the content from my cck nodes isn't showing up. I can see it in the database, but it's not getting put into the node on the page. I tried clearing the cache, but that didn't help. I'm also using contemplate, could that have something to do with it?