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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| 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' |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fatal error: Call to undefined function: tep_href_link() | spiros71 | osCommerce 2.2 Installation Help | 1 | 09-26-2005 02:23 PM |
| Fatal Error:Call to undefined function:gzinflate() | michaelphodges | osCMax v2 Installation issues | 1 | 06-16-2005 08:26 AM |
| Call to undefined function: session_name() | fridgemags | osCMax v1.7 Installation | 1 | 02-08-2005 07:38 AM |
| Fatal error: Call to undefined function: array_map() | Anonymous | osCMax v1.7 Discussion | 3 | 01-21-2004 12:38 PM |
| Call to undefined function: count_contents_virtual() | MG | osCommerce 2.2 Modification Help | 3 | 08-17-2003 12:33 PM |