I followed my own post >> http://drupal.org/node/1476868 but am having issues.....being the following
after trying to update from 7.7 - 7.12 got
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/siteabc/public_html/sites/all/modules/con/ctools/ctools/includes/export.inc on line 390
after trying to update from 7.7 - 7.10 got
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/siteabc/public_html/sites/all/modules/con/ctools/ctools/plugins/export_ui/ctools_export_ui.class.php on line 872
then came across the following
http://drupal.org/node/1469058
Few things
Posted by Ivanhoe123 on March 6, 2012 at 9:14am
Make a complete backup (files+db) before doing this:
1. Remove all modules from the sites/all/modules folder somewhere else. Destination must NOT be somewhere in sites/all/modules
This will disable all the modules.
2. Try to open the site now. If everything is OK, start dropping modules one by one in the proper folder until you see where's the problem.
Check all release notes of the modules and see if there are any incompatibilities, extra steps or upgrade instructions.
Which modules do you use? Any custom modules?