I have come across an error that has totally stumped me. I can not access the store page or store/settings page. It generates an error:
Fatal error: Unsupported operand types in /modules/system/system.module on line 626
However I can access the sub directories of the pages such as store/settings/cart or store/settings/catalog
has anyone encountered this before? Or have any thoughts to put me on the right direction?
I'm not getting this error on the 2.x Livetest... what version are you running?
I am using Beta 3 right now, I had upgraded to beta 4 but when I noticed this error I rolled back. However, the error is still there. Only other module update I had done was imageCache.
Like I said it's a weird error, because I can access everything just not the settings root.
Any thoughts?
here is the code that is causing errors
$item += db_fetch_array(db_query("SELECT mlid, menu_name FROM {menu_links} ml WHERE ml.router_path = '%s' AND module = 'system'", $item['path']));
Honestly, not really sure... you've emptied your menu caches and stuff?
Just upgraded to Drupal 6.12 from 6.10 and when I go to admin/store I get the following:
Fatal error: Unsupported operand types in F:\wamp\www\websitename\modules\system\system.module on line 626
Can access all admin/store child pages - just admin store that is crashing. Retried installing 6.12 but with just core Ubercart modules installed - same problem.
Rolled my website back to 6.10 all works fine.
Anyone else had this problem?
I don't have that problem, but it might be something wrong with the way menu links have been saved on your site. The easiest thing to try is to go to admin/build/modules and see if that resets the menu to the way it's supposed to be. If not, try enabling the Devel module's block and click the "Rebuild menus" link.
Running 6.13 and the latest and greatest of the rest. I tried to rebuild the menus, cleared out caches, reinstalled the entire uc_ line using the Devel module...no avail. Did anybody figure this out?
Are you running any other modules that might manipulate the way menus are built? I can't reproduce the issue either so I'm guessing it's not actually caused by Ubercart .. not the core, anyway.
I'm upgrading from D5.7 and UC5.x-1.7 to D6.13 and UC6.x-2.0rc3. I ran into this fatal error with the Store admin link too. I cleared the cache_menu table, disabled and re-enabled the menu module, disabled and re-enabled the core uc modules. Error gone 



