New columns in order table

Posts: 64
Joined: 02/13/2008

Hey All

I'm trying to add another table column to the orders list for admins I've edited the uc_order_admin() function but it's not updating when i view the order list could anyone tell me if there is any thing i could be missing?

Posts: 64
Joined: 02/13/2008

anyone?

as this is really starting to hurt my head Sad

Posts: 3898
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

I can't imagine what you'd be missing... I guess I'd need to see a patch of your changes to advise any.

Posts: 64
Joined: 02/13/2008

Ryan

when I edit any files on my drupal/ubercart install and then view the file it's like drupal is caching the old file and not using the new one so any updates I do to the modules I have installed on drupal it doesn't take affect just uses the old files.

any idea's why drupal or ubercart would be doing this I’ve deleted and re-uploaded the files then downloaded the files the file has updated on the server but drupal still seems to be using the old file.

HELP!!!

Posts: 3898
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

This usually happens when you have more than one copy of Ubercart in a valid modules directory and Drupal is using the one you're not editing. Can you check into this?

Posts: 64
Joined: 02/13/2008

Hey Ryan

Thanks you were correct i had to copys of ubercart in my modules folder the ubercart is inside my color module how would i go about moving it from there into the main directory without dropping the site?

Mike

Posts: 3898
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

I'm not entirely sure. Eye-wink

You can always try just backing up and deleting that directory and seeing if Drupal picks up on the other version. The worst that could happen is it screws up and you have to temporarily put it back in there while you figure something else out.

The long way will be to edit all the entries in your system table to point to the right files and then delete the duplicate directory.

Posts: 64
Joined: 02/13/2008

Thanks Ryan

i'm just glad i can update the files. Smiling

Mike