osCmax v2.5 User Manual
Results 1 to 2 of 2

Call to undefined function bts_select() in after update for

This is a discussion on Call to undefined function bts_select() in after update for within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I started top get a 1054 error (even well after it was working wity Mysql5) so I thought I better ...

      
  1. #1
    Active Member
    Join Date
    Nov 2002
    Location
    Sydney
    Posts
    242
    Rep Power
    10


    Default Call to undefined function bts_select() in after update for

    I started top get a 1054 error (even well after it was working wity Mysql5) so I thought I better update it.

    I followed the instructs in the ReadMe file and updated all the files (after making sure I kept all the origs but I now get this error.

    Fatal error: Call to undefined function bts_select() in /home/starreco/public_html/catalog/index.php on line 243


    This ia line 243..
    include (bts_select('main', $content_template)); // BTSv1.5

    I does this with the index file in the update as well as the original index file.

    What could be causing this?

    Thanks

    Oz

  2. #2
    Active Member
    Join Date
    Nov 2002
    Location
    Sydney
    Posts
    242
    Rep Power
    10


    Default Now back to 4 1054 errors plus a login error

    I decided to go back to the old files and the Call to undefined etc has gone.

    Now I am back to what it was before.. 4 problems, probaby related.

    Thanks

    1. Trying to login

    Fatal error: Call to a member function value() on a non-object in /home/starreco/public_html/catalog/login.php on line 35


    This is Line 35

    $passwordgood = tep_validate_password($_POST['password'], $Qcheck->value('customers_password'));

    I thought I would request a new pwd and even when I used that, I get the same message.
    ------------------------------------------
    2. Clicking on the top left Category name.

    1054 - Unknown column 'p.products_id' in 'on clause'

    select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '24'


    3. From the Quik Find Search

    1054 - Unknown column 'p.products_id' in 'on clause'

    select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%st823%' or p.products_model like '%st823%' or m.manufacturers_name like '%st823%') )

    4. From Manufactures left Middle page

    1054 - Unknown column 'p.products_id' in 'on clause'

    select count(p.products_id) as total from products p, products_description pd, manufacturers m left join specials s on p.products_id = s.products_id where p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '21'

Similar Threads

  1. Fatal error: Call to undefined function: tep_href_link()
    By spiros71 in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 09-26-2005, 01:23 PM
  2. Fatal Error:Call to undefined function:gzinflate()
    By michaelphodges in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 06-16-2005, 07:26 AM
  3. Call to undefined function: session_name()
    By fridgemags in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 02-08-2005, 06:38 AM
  4. Fatal error: Call to undefined function: array_map()
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 01-21-2004, 11:38 AM
  5. Call to undefined function: count_contents_virtual()
    By MG in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 08-17-2003, 11:33 AM

Bookmarks

Posting Permissions

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