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?

Column count doesn't match value count at row 1

Asked Modified Viewed 1,696 times
C
chandler30
C
  • Junior Member, joined since
  • Contributed 49 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
asked
Junior Member

I recently added the "member_upload_photo" infusion but for some reason I get the following error when I try to upload from the infusion link. When I do it from the admin panel , it works fine.

Column count doesn't match value count at row 1


This is what my photo_albums table looks like.

Submissions Table Scheme
album_id smallint(5) unsigned
album_title varchar(100)
album_description text
album_thumb varchar(100)
album_user smallint(5) unsigned
album_access smallint(5) unsigned
album_order smallint(5) unsigned
album_datestamp int(10) unsigned

Admin Panel - v6.01.6

Do I need to change anything? Thanks in advanced.

- C
0 replies

1 post

W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

That table is core, so it's not the table but your script that causes the trouble.

Maybe the infusion requires modification of core table?
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet