Joined: Jan 09, 2006 Posts: 56 Location: Under your bed
Posted:
Mon Feb 06, 2006 1:27 am
Ya I know what you're saying but for the life of me I can't figure out what I'm doing wrong. I swear, this is the most trouble I've had with phpnuke since I started using it over 2 years ago.
All I did was replace -- with # as was stated earlier and that's it.
Code:
# phpMyAdmin SQL Dump
# version 2.6.0-pl3
# http://www.phpmyadmin.net
#
# Host: localhost
# Generation Time: Dec 16, 2005 at 10:49 PM
# Server version: 3.23.58
# PHP Version: 4.3.10
#
# Database: `mysitename_com_-_testing`
#
DROP TABLE IF EXISTS `nuke_autonews`;
CREATE TABLE `nuke_autonews` ( `anid` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `aid` varchar(25) NOT NULL default '', `title` varchar(80) NOT NULL default '', `time` varchar(19) NOT NULL default '', `hometext` text NOT NULL, `bodytext` text NOT NULL, `topic` int(3) NOT NULL default '1', `informant` varchar(25) NOT NULL default '', `notes` text NOT NULL, `ihome` int(1) NOT NULL default '0', `alanguage` varchar(30) NOT NULL default '', `acomm` int(1) NOT NULL default '0', `associated` text NOT NULL, PRIMARY KEY (`anid`) ) TYPE=MyISAM;
DROP TABLE IF EXISTS `nuke_bbconfig`;
CREATE TABLE `nuke_bbconfig` ( `config_name` varchar(255) NOT NULL default '', `config_value` varchar(255) NOT NULL default '', PRIMARY KEY (`config_name`) ) TYPE=MyISAM;
#
# Dumping data for table `nuke_bbconfig`
#
..... and so on and so forth
I'm sorry for all the seemingly stupid questions here folks, I'd just love to figure this out.
As for my outdated version of MYSQL, I contacted my webhost and the reason I can't upgrade is that Ensim doesn't suppor any version higher than my current one (or so they say).
Joined: Jan 09, 2006 Posts: 56 Location: Under your bed
Posted:
Mon Feb 06, 2006 2:18 am
I had replaced -- with ## earlier but it made no difference. The reason I changed it to one # was based from the nuke.sql install on 7.0 (the version I'm currently using).
Honestly my friend, desperation has driven me here
##
## Table structure for table `nuke_autonews`
##
DROP TABLE IF EXISTS `nuke_autonews`;
CREATE TABLE `nuke_autonews` ( `anid` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `aid` varchar(25) NOT NULL default '', `title` varchar(80) NOT NULL default '', `time` varchar(19) NOT NULL default '', `hometext` text NOT NULL, `bodytext` text NOT NULL, `topic` int(3) NOT NULL default '1', `informant` varchar(25) NOT NULL default '', `notes` text NOT NULL, `ihome` int(1) NOT NULL default '0', `alanguage` varchar(30) NOT NULL default '', `acomm` int(1) NOT NULL default '0', `associated` text NOT NULL, PRIMARY KEY (`anid`) ) TYPE=MyISAM;
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum