I just attempted to upgrade from 7.x-3.0-rc3 to7.x-3.0-rc4.
Now /admin/store/orders/view ended with this error:
PHP Fatal error: Class 'UcOrderController' not found in /data/shop/public_html/includes/common.inc on line 7526
Thanks for help.

Comments

wodenx’s picture

Be sure to flush all caches. If that doesn't work, use drush or the devel module execute-php block to execute "entity_info_cache_clear();" -- see #996236: drupal_flush_all_caches() does not clear entity info cache.

grafik’s picture

Status: Active » Closed (fixed)

clearing cache worked for me,
thanks for support