Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

newsletter trouble (v6.01.8)

Asked Modified Viewed 1,948 times
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Started this discussions
  • Answered 1 question
asked
Senior Member

I have a new fresh installation (v6.01.8) and I'm trying to use the Newsletter infusion (version 1.6)

adding subscribers: no problem
adding newsletters (admin area): Column count doesn't match value count at row 1

dump from the table:

-- phpMyAdmin SQL Dump
-- version 2.6.2-Debian-3sarge3
-- http://www.phpmyadmin.net
--
-- Vært: CENSORED
-- Genereringstid: 14/03 2007 kl. 20:27:40
-- Serverversion: 4.1.21
-- PHP version: 4.3.10-19
--
-- Database: CENSORED
--

-- --------------------------------------------------------

--
-- Struktur-dump for tabellen fusion_newsletters
--

CREATE TABLE fusion_newsletters (
  newsletter_id smallint(5) unsigned NOT NULL auto_increment,
  newsletter_subject varchar(200) NOT NULL default '',
  newsletter_content text NOT NULL,
  newsletter_format varchar(5) NOT NULL default 'plain',
  newsletter_datestamp int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (newsletter_id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Data dump for tabellen fusion_newsletters
--

       


Could anyone please tell me what's wrong ... I simply can't find the bugger ?
0 replies
There are no post found.

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet