Vivvo CMS Support Forum Home | Free Trial | Online Demo | Docs and Manuals | Order Now   

Go Back   Vivvo CMS Support Forums > Vivvo 4 > Troubleshooting

Troubleshooting Problems, need help? Have a tip or advice? Post it here.

Reply
 
Thread Tools Display Modes
Old 09-01-2008, 03:23 PM   #1
Elton
Senior Vivvo User
 
Join Date: Dec 2005
Posts: 472
Rep Power: 8
Elton is on a distinguished road
Question Sessiondata - Create Table

Whoops! I just dropped my Sessiondata table, instead of emptying it. What's the easiest way to recreate it, please?
Elton is offline   Reply With Quote
Old 09-01-2008, 07:14 PM   #2
Elton
Senior Vivvo User
 
Join Date: Dec 2005
Posts: 472
Rep Power: 8
Elton is on a distinguished road
Default

I've muddled my way through and added a manual table, but it can't be right LOL

If anyone can tell me the proper way to drop it and create a correct one, I'd much appreciate it. I've also submitted a ticket.
Elton is offline   Reply With Quote
Old 09-02-2008, 09:07 AM   #3
shketuljko
Vivvo Developer
 
shketuljko's Avatar
 
Join Date: Nov 2006
Posts: 2,002
Rep Power: 10
shketuljko is on a distinguished road
Default

Go to phpMyAdmin and just create table with this code:

Code:
CREATE TABLE `".$tbl_prefix."Sessiondata` (
	`id` char(32) collate utf8_unicode_ci NOT NULL,
	`expiry` int(10) unsigned NOT NULL default '0',
	`data` text collate utf8_unicode_ci NOT NULL,
	PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
You need to know that this code ".$tbl_prefix." you need to replace with your table prefix.
__________________
Ola
W i l l c o d e f o r f o o d
shketuljko is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Order now:

Order your copy of Vivvo now and get:
bullet Six months free upgrades
bullet Free support
bullet Full source code
bullet Immediate download
bullet Starting at only $295.00
Order now

Support HelpDesk:

You can submit a trouble ticket in the support area at any time, using your client area email and password.

Vivvo CMS Resource Center:

The Vivvo CMS Resource Center is your window to a variety of resources that showcase Vivvo's features and technologies. So whether you're brand new to Vivvo or a seasoned user, you can find the information you need right here!

Latest Additions:

Contact us:

Business hours
Mon-Fri 9:00AM - 6:00PM GMT+1
(Europe)
Telephone Sales
381 11 311-50-20
Email inquiries
sales@vivvo.net
(Sales inquiries)
support@vivvo.net
(Support inquiries)

All times are GMT +1. The time now is 10:28 AM.
Contact Us - Vivvo Home - Archive - Privacy Statement - Top

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.