Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Manual Entry question


RickChase

Recommended Posts

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');

Link to comment
Share on other sites

  • Replies 54
  • Created
  • Last Reply

Top Posters In This Topic

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • 1 year later...
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.php

The 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

This doesn't come up for me... :blink: :huh: :(
Link to comment
Share on other sites

[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?

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...