When loading my drupal site, www.tmroth.com/drupal_yard-artist, the page returns nothing but the following:
Fatal error: Cannot redeclare theme_panels_stylizer_stylizer_style_render_region() (previously declared in /usr/www/users/troth/drupal_yard-artist/sites/all/modules/panels/plugins/styles/stylizer.inc:108) in /usr/www/users/troth/drupal_yard-artist/sites/all/modules/panels/panels_stylizer/plugins/styles/stylizer.inc on line 54
Here is what I did to arrive at this problem...
I successfully updated the Drupal core to 6.19, then I updated three modules to the current versions, with successful execution of update.php. I updated the database before updating these modules. Unfortunately, I did not back up the web server files.
I ran into problems after unpacking the files for the latest versions of the following modules under sites/all/modules: views_slideshow-6.x-2.3
viewscarousel-6.x-2.x-dev
panels-6.x-3.7
token-6.x-1.14
imagefield-6.x-3.7
getid3-6.x-1.4
filefield-6.x-3.7
date-6.x-2.6
ctools-6.x-1.7
backup_migrate-6.x-1.3
After placing all of these modules on the server I tried to run update.php, but received a fatal error similar to the one above (I don't know it refers to the same line of code, but it is otherwise the same). This fatal error message came up for the main page as well.