Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6384127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:44:11+00:00 2026-05-25T02:44:11+00:00

I have a weird phenomenom. I added database tables to the schema which are

  • 0

I have a weird phenomenom. I added database tables to the schema which are already existing in the database the connect ‘virtuemart’. But he can’t connect to this tables.

I tried it with

    $taxId = Doctrine::getTable('JosVmTaxRate')
        ->findOneBy('tr.tax_country', 'NZL');

and

    $taxId = Doctrine::getTable('JosVmTaxRate')
        ->findBy('tr.tax_country', 'NZL');

and

    $taxId = Doctrine::getTable('JosVmTaxRate')
        ->findOneBy('tr.tax_country', '"NZL"');

and

    $taxId = Doctrine::getTable('JosVmTaxRate')
        ->createQuery('tr')
        ->addWhere('tr.tax_country =?', 'NZL')
        ->execute()
        ->get(0);

but always the error message

500 | Internal Server Error | Doctrine_Transaction_Exception 
Rollback failed. There is no active transaction.

appears.

I checked the schema but I can’t find any fault in there:

JosVmTaxRate:
  columns:
    tax_rate_id:                    { type: int, notnull: true, unique: true, primary: true, autoincrement: true }
    vendor_id                       { type: int, default: null }
    tax_state                       { type: string(64), default: null }
    tax_country                     { type: string(64), default: null }
    mdate                           { type: int, default: null }
    tax_rate                        { type: decimal(10), scale(4), default: null }

Any idea?

I hope I provided enough information. If not don’t hesitate and ask for it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T02:44:12+00:00Added an answer on May 25, 2026 at 2:44 am

    The code looks alright for me, but the schema not.

    1. What about the colons after vendor_id, tax_state, tax_country, mdate and tax_rate? They are missing.

    2. scale(4) is wrong. scale: 4 is correct.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a weird issue which I'm sure someone can help fix easily. I
I have a weird date rounding problem that hopefully someone can solve. My client
I have this weird problem with setting up cookies with PHP. Everything worked fine
I have this weird problem where my Google Maps API script doesn't work, no
I have a weird encoding problem from my PyQt app to my mysql database.
I have this weird thing happening: when clicking spans in the navigation the content
I have this weird problem whenever I roll my mouse over each of the
I have this weird data format type. It goes like this. [v1, v2, v3,
I have a weird problem with PHP4 I have a class which assigns a
I have an weird issue with facebook connect. I've tried to run the basic

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.