-
AuthorPosts
-
sfpkent Friend
sfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
January 6, 2009 at 3:34 am #284822Hi,
Thanks your advice. I know what should I do. π
April 1, 2010 at 9:25 pm #338821Here 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
November 6, 2012 at 12:18 pm #472057just found it later. i also manage on jewelry store and info was useful.
September 7, 2013 at 10:58 pm #504924Nice work so far. Cool Japanese site. You should probably add social buttons.
December 9, 2015 at 12:30 pm #784073Hello 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 π -
AuthorPosts
This topic contains 35 replies, has 15 voices, and was last updated by mishalamca 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum