views:

31

answers:

1

i am trying to create a custom solution for a client using their prior system. The client is using Miva which is a user friendly CMS type system to manage their store. The problem is prior to yesterday everytime i entered a record in the miva site it would show up in PHPmyadmin and I could query it and use the Custom solution. FOr some reason now when I create products in the admin I get no records in the DB.

The product is clearly there

but not stored in the db, any ideas on how and where is stored

+2  A: 

Logic dictates that either:

  • Your query was wrong
  • You're querying the wrong database
  • The website does not relate to the database you're querying
  • You're asleep and none of this is real.

Are you able to do a wildcard search for something specific like a piece of text or file location? If no errors are being thrown when you're adding items then it should be there.

Alex
I vote the last - good night net
jakenoble