This topic contains 35 replies, has 15 voices, and was last updated by mishalamca 8 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hi,
Thanks your advice. I know what should I do. 🙂
Here is a link that deals with your problem : 🙂
http://forum.joomla.org/viewtopic.php?f=428&t=283209&start=0&st=0&sk=t&sd=a
BUT, if you don’t have direct access to the host’s Control Panel, you can easily try this :
1 – Go to MySQL PhpMyadmin Control Panel
FIRST OF ALL : MAKE PROPER BACKUP OF YOUR DATABASE !!!!
2 – Go and click on “SQL” near the top left corner of the page, and paste the following lines (below) into the empty text area :
DROP TABLE IF EXISTS `jos_session`;
CREATE TABLE `jos_session` (
`username` varchar(150) default ”,
`time` varchar(14) default ”,
`session_id` varchar(200) NOT NULL default ‘0’,
`guest` tinyint(4) default ‘1’,
`userid` int(11) default ‘0’,
`usertype` varchar(50) default ”,
`gid` tinyint(3) unsigned NOT NULL default ‘0’,
`client_id` tinyint(3) unsigned NOT NULL default ‘0’,
`data` longtext,
PRIMARY KEY (`session_id`(64)),
KEY `whosonline` (`guest`,`usertype`),
KEY `userid` (`userid`),
KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
3 – Click on “Execute” or “Go” to execute the command.
Finally, come back to you site and that’s it !
Have a nice day ! 🙂
Ivan iCOINTEPAS
just found it later. i also manage on jewelry store and info was useful.
Nice work so far. Cool Japanese site. You should probably add social buttons.
Hello Everyone!! 🙂
On-line Jewellery Stores give you the ability to comparison shop, and discover the best and most beautiful trinkets from all around the world. You won’t have to drive from store to store, to find your best option, and you won’t have to wait in lines for service to find the gift or decoration you’ve been searching for. 🙂
I recently bought a ocean jewellery set from Misha lam Jewelry(https://www.mishalamjewelry.com/shop/)
you can’t believe this is fabulous 🙂
This topic contains 35 replies, has 15 voices, and was last updated by mishalamca 8 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum