Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Whole Webshop Is down!! Please help me.


chowhan

Recommended Posts

Hi i have a error on my website and have no idea whats wrong,please help. thanks

 

link

 

http://www.torrente24.com/webshop/index.php

 

 

If you have not made any changes to your configure.php file then it looks like you lost your database

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

Hi i have a error on my website and have no idea whats wrong,please help. thanks

 

link

 

http://www.torrente24.com/webshop/index.php

The sessions table is probably corrupted. I would go into phpmyadmin and try a repair.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I HAVE ADDED A REPAIR BT NO RESULTS PLEASE CAN SOMEONE HELP ME , I AM ON YAHOO AT SPANISH2211 @ YAHOO.COM OR AT MSN HOTMAIL AT JONEYCHOWHAN @ HOTMAIL.COM .

 

HERE IS THE LINK AGAIN

 

http://www.torrente24.com/webshop/index.php

THANKS

JONEY CHOWHAN

 

You have no sessions table in your db.

 

Build your sessions table using this :

CREATE TABLE `sessions` (

`sesskey` varchar(32) NOT NULL default '',

`expiry` int(11) unsigned NOT NULL default '0',

`value` text NOT NULL,

PRIMARY KEY (`sesskey`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1;

 

 

Of course - if the sessions table has been dropped - you need to find out why/how it was removed

 

david

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...