Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Help! with database problem

    Quote Originally Posted by enquirer66 View Post
    [select products_quantity ,products_bundle from fws_products where products_id = '40']

    Is this a field which is being called that no longer exists
    It either no longer exists (data restored from an older backup), or it never existed in the first place (sql installation script wasn't run, or the table prefix wasn't set correctly).

    Quote Originally Posted by enquirer66 View Post
    or is this a field which was created in the DB which which is no longer being filled?
    As per my previous message, having additional fields (fields that are never referenced) in a database isn't going to cause any problems.

    Quote Originally Posted by enquirer66 View Post
    I can't find the field in the DB using phpMyADmin,
    You won't. THAT IS WHY YOU ARE GETTING THE ERROR MESSAGE!!

    Quote Originally Posted by enquirer66 View Post
    But I have tried uninstalling all of the php files
    My suggestion to finish the installation will probably be easier, but do it your way if wish.

    Quote Originally Posted by enquirer66 View Post
    but something is still being called - how is this possible?
    Again, as per my previous response, you either haven't uninstalled all of the .php files that were installed by the module, OR you haven't reverted the modifications it performed on existing files. It can't be anything else.

    Quote Originally Posted by enquirer66 View Post
    I've looked for the string 'products_bundle' using the Developers Toolkit but there is nothing that matches..
    Did it ever occur to you that the developers toolkit may not be searching all files, or that you only told it to search for functions or constants, or some other filter type.

    Quote Originally Posted by enquirer66 View Post
    but something is still being called - how is this possible?
    It isn't possible, Therefore one (or more) of the .php files installed by the module hasn't been removed, or one (or more) of the .php files that it modified is yet to be restored to its pre-modified state.

    I shall again repeat my suggestion, you will probably find it easier to complete the installation than it would be to uninstall it (assuming you have already placed the .php files into their correct locations). All you need to is run the sql script that updates the database,

    If you feel you must uninstall then you need to find the .php file(s) that reference this field. If you don't find it/them then you simply aren't looking in the right place(s).


    Cheers
    Rod
    Last edited by RodG; 17 Dec 2009 at 03:14 PM.

 

 

Similar Threads

  1. Problem with Database
    By hellsanjeev in forum Installing on a Windows Server
    Replies: 2
    Last Post: 9 Oct 2009, 11:31 AM
  2. Help with database problem.
    By chalfontgifts in forum General Questions
    Replies: 1
    Last Post: 27 Sep 2008, 04:57 PM
  3. Problem with database upgrade v1.3.7 to 1.3.8
    By taz79 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 14
    Last Post: 2 Apr 2008, 09:57 PM
  4. problem with database upgrade
    By billt in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 14 Jan 2008, 10:39 PM
  5. Problem with database
    By rxalex in forum General Questions
    Replies: 2
    Last Post: 25 Jun 2006, 05:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg