Closed (fixed)
Project:
Ubercart
Version:
7.x-3.0-rc4
Component:
Orders
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2012 at 22:08 UTC
Updated:
24 Jan 2012 at 22:37 UTC
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
Comment #1
wodenx commentedBe 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.
Comment #2
grafik commentedclearing cache worked for me,
thanks for support