I am trying to get MP happening on a NON STS osc store but get these messages..
Can anyone give me any light on what I may be doing wrong?
On the CATALOG side ,..
1. Going from Home page when clicked on product images.. I get this message
Parse error: syntax error, unexpected T_REQUIRE in /home/starmp3/public_html/store/catalog/product_info.php on line 1
2. Going from Catagory Search box
Let's See What We Have Here
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_listing_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 = '21'
[TEP STOP]
---------------------------------------------------
On ADMIN side .. From Admin Panel ..
1. My Store
Not Found
The requested URL /store/catalog/admin/FILENAME_CONFIGURATION was not found on this server.
2. Catagory Contents
Not Found
The requested URL /store/catalog/admin/FILENAME_CATEGORIES was not found on this server.
3. Customers
Not Found
The requested URL /store/catalog/admin/FILENAME_CUSTOMERS was not found on this server.
etc etc..









