Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error Message I am getting...Need help ASAP Please


davids2004

Recommended Posts

Posted

I keep on getting this error after I put in all my administrator id and password. The database and all sets up fine, but get the error after th online settings. I have made sure on my server the file it is asking for is in that proper place, but still getting the following error. Please help.

 

Thanks.

 

Here is the error

 

Warning: require(../includes/database_tables.php) [function.require]: failed to open stream: No such file or directory in /home/a9253843/public_html/catalog/install/templates/pages/install_4.php on line 13

 

Fatal error: require() [function.require]: Failed opening required '../includes/database_tables.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a9253843/public_html/catalog/install/templates/pages/install_4.php on line 13

 

It is asking for the database_tables file, which is in the includes folder where it is trying to refer to.

 

So who can help.

 

Thanks.

Posted

Ok got it installed and now I am getting this error

 

1146 - Table 'a9253843_orders.sessions' doesn't exist

 

select value from sessions where sesskey = 'd7c196401a2dbc890af8e8178f7aa46e' and expiry > '1257361840'

 

[TEP STOP]

Posted

Have a look in your db using php my admin and see if the table called sessions exists.

 

This will create one

 

 

DROP TABLE IF EXISTS `sessions`;

CREATE TABLE IF NOT EXISTS `sessions` (

`sesskey` varchar(32) CHARACTER SET latin1 NOT NULL,

`expiry` int(11) unsigned NOT NULL,

`value` text CHARACTER SET latin1 NOT NULL,

PRIMARY KEY (`sesskey`)

) ENGINE=MyISAM DEFAULT CHARSET=latin2;

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Archived

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

×
×
  • Create New...