osjunkie Posted July 26, 2003 Share Posted July 26, 2003 Hey, Just want to poke my head out and see what is going on with this Contrib. There is a lot of useful functionality that we would like to integrate into our site. I tried installing this mod with the 100 other mods we have installed and getting errors every time I installed it with the sql scripts, and the very first step I don't have the file it is referring to... if anyone knows where database_tables.php is please let me know. I search teh whole site and couldn't find anything even close to it. Our site has been installed since February 2003. ADMIN SIDE ---------- Step 1 admin/database_tables.php -------------------------------- add lines below // define new tables for shipping module define('TABLE_SPG_CONFIG', ' spg_config'); define('TABLE_SPG_CONFIG_LANGUAGE', ' spg_config_language'); define('TABLE_SPG_MANUAL_INFO', 'spg_man_info'); Quote Link to comment Share on other sites More sharing options...
Guest Posted July 26, 2003 Share Posted July 26, 2003 It should be in admin/includes. Older snapshots have those definitions in admin/includes/application_top.php instead. Just do a search on TABLE in the file and you should find the right section. Good luck, Matt Quote Link to comment Share on other sites More sharing options...
osjunkie Posted July 28, 2003 Share Posted July 28, 2003 I will pay $10.00USD via Pay Pal to anyone who can completely tell me what to do to fix these following errors. Any help is greatly appreciated. This was my third attempt to install this, which it finally took, thanks to iiinetworks for the small piece of advice. Much love iinetworks! Here are the problems: [Process] Shipping Process Warning: Failed opening 'includes/classes/shipping.php' for inclusion (include_path='./:/usr/local/lib/php') in /home/digital/digitalspyders-www/catalog/admin/spg_shipping.php on line 339 Backorders Warning: Failed opening 'includes/classes/shipping.php' for inclusion (include_path='./:/usr/local/lib/php') in /home/digital/digitalspyders-www/catalog/admin/spg_shipping.php on line 339 Manual Entry Fatal error: Failed opening required 'includes/modules/spg_shipping/key_generateb.php' (include_path='./:/usr/local/lib/php') in /home/digital/digitalspyders-www/catalog/admin/spg_manual_info.php on line 211 [Validation] Customers 1054 - Unknown column 'p.customers_blacklist' in 'field list' select p.customers_id, p.customers_lastname, p.customers_firstname, p.customers_email_address, p.customers_blacklist from customers p order by p.customers_lastname limit 0, 20 [TEP STOP] Products Cost 1054 - Unknown column 'p.products_cost' in 'field list' select distinct p.products_id, p.products_price, p.products_cost, p.products_weight, pd.products_name from products p, products_description pd where p.products_id = pd.products_id and pd.language_id = '1' order by pd.products_name limit 0, 20 [TEP STOP] Shipping Countries 1054 - Unknown column 'p.status' in 'field list' select p.countries_id, p.countries_name,p.countries_iso_code_2, p.status from countries p order by p.countries_name limit 0, 20 [TEP STOP] Page Comments 1146 - Table 'digitalspyders_com.products_comments' doesn't exist select count(*) as total from products_comments p 1146 - Table 'digitalspyders_com.products_comments' doesn't exist select count(*) as total from products_comments p [REPORTS] Monthly Sales Tax HTTP 404 http://ourstore.com/catalog/admin/stats_mo...ed_box=shipping Can not be found. Also I am not sure about the Utilities Attributes and Utilities Shipping Section, what do I need to do there? Quote Link to comment Share on other sites More sharing options...
dsgncr8or Posted October 7, 2004 Share Posted October 7, 2004 Apparently P&G have decided to sell, not give away, this contribution now. They will be developing in their own direction. This is the new address for their download: http://exotic-palms.org/catalog/default.phpThe package on the OSC download site is incomplete - do not waste the time in downloading it! There are plans for members of this forum to debug and develop further v8... watch this space. Colin <{POST_SNAPBACK}> This doesn't come up for me... :blink: :huh: :( Quote Link to comment Share on other sites More sharing options...
dsgncr8or Posted October 7, 2004 Share Posted October 7, 2004 [Process]Shipping Process Warning: Failed opening 'includes/classes/shipping.php' for inclusion (include_path='./:/usr/local/lib/php') in /home/digital/digitalspyders-www/catalog/admin/spg_shipping.php on line 339 Backorders Warning: Failed opening 'includes/classes/shipping.php' for inclusion (include_path='./:/usr/local/lib/php') in /home/digital/digitalspyders-www/catalog/admin/spg_shipping.php on line 339 Manual Entry Fatal error: Failed opening required 'includes/modules/spg_shipping/key_generateb.php' (include_path='./:/usr/local/lib/php') in /home/digital/digitalspyders-www/catalog/admin/spg_manual_info.php on line 211 [Validation] Customers 1054 - Unknown column 'p.customers_blacklist' in 'field list' select p.customers_id, p.customers_lastname, p.customers_firstname, p.customers_email_address, p.customers_blacklist from customers p order by p.customers_lastname limit 0, 20 [TEP STOP] Products Cost 1054 - Unknown column 'p.products_cost' in 'field list' select distinct p.products_id, p.products_price, p.products_cost, p.products_weight, pd.products_name from products p, products_description pd where p.products_id = pd.products_id and pd.language_id = '1' order by pd.products_name limit 0, 20 [TEP STOP] Shipping Countries 1054 - Unknown column 'p.status' in 'field list' select p.countries_id, p.countries_name,p.countries_iso_code_2, p.status from countries p order by p.countries_name limit 0, 20 [TEP STOP] Page Comments 1146 - Table 'digitalspyders_com.products_comments' doesn't exist select count(*) as total from products_comments p 1146 - Table 'digitalspyders_com.products_comments' doesn't exist select count(*) as total from products_comments p [REPORTS] Monthly Sales Tax HTTP 404 http://ourstore.com/catalog/admin/stats_mo...ed_box=shipping Can not be found. Also I am not sure about the Utilities Attributes and Utilities Shipping Section, what do I need to do there? <{POST_SNAPBACK}> Looks like I have many of these same issues... PLEASE help us - we are DROWNING in posts that don't seem to have any one solution... and a author that seems MIA Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.