davids2004 Posted November 4, 2009 Posted November 4, 2009 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.
davids2004 Posted November 4, 2009 Author Posted November 4, 2009 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]
davids2004 Posted November 4, 2009 Author Posted November 4, 2009 Please close as I figured it out myself. Thanks.
ifs Posted November 7, 2009 Posted November 7, 2009 Sure would like to know what you did, as I am having similar problems myself
♥geoffreywalton Posted November 8, 2009 Posted November 8, 2009 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 ======>>>>>.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.