ozstar Posted August 23, 2006 Posted August 23, 2006 This is my correct path: /home/starmp3/public_html/mp3store/catalog/data/mp3/ and there is a folder right up to /mp3. How would I need to write it here for the configure.php file? I have tried several things but none work. define('DIR_FS_CATALOG_MP3', DIR_FS_CATALOG . 'data/mp3/'); define('DIR_WS_CATALOG_MP3', DIR_WS_HTTP_CATALOG . 'data/mp3/'); Thanks Oz :)
Andrew Yuen Posted August 23, 2006 Posted August 23, 2006 Try define('DIR_FS_CATALOG', '/home/starmp3/public_html/mp3store/catalog/data/mp3/); that would mean your files are in a folder under catalog under data under mp3. If you are just using the catalog folder under mp3store it would be define('DIR_FS_CATALOG', '/home/starmp3/public_html/mp3store/catalog/); I woud suggest getting rid of all the folders and just using the mp3store folder under public_html define('DIR_FS_CATALOG', '/home/starmp3/public_html/mp3store/); Andrew Yuen osCommerce, Community Team
ozstar Posted August 23, 2006 Author Posted August 23, 2006 Thank you. No matter what I changed it too when I click on the product image in 'Lets see what we have here' I am not shown the product or its page, just this message.. Fatal error: Call to undefined function tep_get_mp3_folder() in /home/starmp3/public_html/mp3store/catalog/product_info.php on line 85 Below is line 84,85,86 in product_info /// osplayer v2 start $product_mp3['folder'] = tep_get_mp3_folder($product_info['products_id']) ; /// osplayer v2 end What is this telling me? I can get the admin side working fine with osplayer but just can't get the actual product page in the catalog side to show. Thanks Oz
ozstar Posted August 23, 2006 Author Posted August 23, 2006 Okay, I've found the answers but whilst I get the player to play and be heard in the admin area fine, it shows and plays but it can't be heard in the shop cataolg area. Anyone any ideas how to fix this? Oz
Recommended Posts
Archived
This topic is now archived and is closed to further replies.