I wrote simple Perl script to help convert the 5+ Drupal modules I use on my site. It simply scans the php files and highlights any areas that need to be modified or examined. It is based on the conversion documentation at http://drupal.org/node/22218
While very basic it has saved me from a lot of frustration, especially for changes in function names and usage. Tis tool does NOT convert Forms API, for that seek out the script uploaded previously to Drupal.
I have never used Drupal and I would like to know if it's suitable for my needs.
1, The site will contain two ares, one accessible for all and one for members only. Both parts should be possible to update without any coding experience.
2, Members are not allowed to register themselves, only paying members should be able to login. Either way they get access to the full site after payment. If not possible admin should grant access and create member accounts.
I need to have some idea whether or not it is a pipedream for me to hope to be able to run a useful drupal 4.7 installation on a Debian Linux vserver with 256MB RAM?