my session table looks very different aswell.
-- phpMyAdmin SQL Dump
-- version 2.6.4-pl2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Dec 01, 2005 at 10:46 PM
-- Server version: 4.0.25
-- PHP Version: 4.3.11
--
-- Database: `xxxxxx`
--
-- --------------------------------------------------------
--
-- Table structure for table `xoops_session`
--
CREATE TABLE `xoops_session` (
`sess_id` varchar(32) NOT NULL default '',
`sess_updated` int(10) unsigned NOT NULL default '0',
`sess_ip` varchar(15) NOT NULL default '',
`sess_data` text NOT NULL,
PRIMARY KEY (`sess_id`),
KEY `updated` (`sess_updated`)
) TYPE=MyISAM;
I am guessing that your XOOPS version does not have a table like your SQL command either. This is the reason your getting this nasty message. As you can see from my export the session table has the following columns : sees_id, sess_updated, sess_ip and sess_data.
I tried your site but could not quite read enough to try and register
greetings Highlander
http://www.AnimalPedigree.com