Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

About Seo-g


bodybastard

Recommended Posts

Posted

Hi to all

Im just knew in to this program and forum.

Dont know if this the right place that i started this threat.

Im trying to figure out everything but im getting stuck every time again and again.

Im just an amateur still need to lean alot

so most thing i dont understand how to install etc

Can someone help me ou with the next

 

 

things

 

I Installed it and it gives these errors

at G-Types : 1146 - Table 'bodybol.seo_types' doesn't exist

 

select at.* from seo_types at order by at.sort_order

 

[TEP STOP]

 

 

at G-controller : 1146 - Table 'bodybol.seo_types' doesn't exist

 

select count(*) as total from seo_types at

 

at G-Exclude : Select the script entries to update or delete from the following list.

1146 - Table 'bodybol.seo_exclude' doesn't exist

 

select count(*) as total from seo_exclude

 

[TEP STOP]

 

 

 

at G-Reports 1146 - Table 'bodybol.seo_url' doesn't exist

 

select count(*) as total from seo_url su left join seo_frequency sf on (sf.seo_frequency_id=su.seo_frequency_id)

 

[TEP STOP]

 

And when i try to open my site it gives this 1146 - Table 'bodybol.seo_exclude' doesn't exist

 

select seo_exclude_key from seo_exclude where seo_exclude_key = '828e0013b8f3bc1bb22b4f57172b019d'

 

[TEP STOP]

 

 

PLease can anyone help me out fixing this ??

Posted

Bro im still gettin stock

Still cant figure out how to do it ??

Im new to all this

never had a site before or did work on it

please help me out

Posted

When i try to open my site

it says

1146 - Table 'bodybol.seo_exclude' doesn't exist

 

select seo_exclude_key from seo_exclude where seo_exclude_key = '828e0013b8f3bc1bb22b4f57172b019d'

 

[TEP STOP]

 

cant figure out :(

Posted

And about my configure.php

 

it says Parse error: parse error, unexpected T_STRING in E:\bodybolics.com\wwwroot\includes\configure.php on line 19

 

 

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.bodybolics.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.bodybolics.com/');

define('HTTPS_COOKIE_DOMAIN',');

define('HTTP_COOKIE_PATH'');

define('HTTPS_COOKIE_PATH');

define('DIR_WS_HTTP_CATALOG', ");

define('DIR_WS_HTTPS_CATALOG', '');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', 'E:/bodybolics.com/wwwroot/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

// define our database connection

define('DB_SERVER', '193.93.174.67'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', ');

define('DB_SERVER_PASSWORD', ');

define('DB_DATABASE', ');

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

 

 

 

 

It soo hard i cant go on further :(

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...