Log in

View Full Version : Whenever I try to import a product I get this message.


Fungsten
06-29-2007, 02:04 AM
Also when a new user signed up today they got a SQL error.

Database error in vBulletin 3.6.7:

Invalid SQL:
UPDATE language SET title = title, phrasegroup_cprofilefield = 'a:12:{s:11:\"field1_desc\";s:28:\"A few details about yourself\";s:12:\"field1_title\";s:9:\"Biography\";s:11:\"field2_desc\";s:14:\"Where you live\";s:12:\"field2_title\";s:8:\"Location\";s:11:\"field3_desc\";s:17:\"Your hobbies, etc\";s:12:\"field3_title\";s:9:\"Interests\";s:11:\"field4_desc\";s:8:\"Your job\";s:12:\"field4_title\";s:10:\"Occupation\";s:11:\"field6_desc\";s:46:\"If you are not please click the second button!\";s:12:\"field6_title\";s:18:\"Are you a spammer?\";s:11:\"field7_desc\";s:21:\"Type Your Myspace ID.\";s:12:\"field7_title\";s:15:\"Myspace Account\";}', phrasegroup_reputationlevel = 'a:15:{s:11:\"reputation1\";s:30:\"is infamous around these parts\";s:12:\"reputation10\";s:29:\"is a glorious beacon of light\";s:12:\"reputation11\";s:22:\"is a name known to all\";s:12:\"reputation12\";s:27:\"is a splendid one to behold\";s:12:\"reputation13\";s:23:\"has much to be proud of\";s:12:\"reputation14\";s:22:\"has a brilliant future\";s:12:\"reputation15\";s:30:\"has a reputation beyond repute\";s:11:\"reputation2\";s:24:\"can only hope to improve\";s:11:\"reputation3\";s:44:\"has a little shameless behaviour in the past\";s:11:\"reputation4\";s:36:\"is an unknown quantity at this point\";s:11:\"reputation5\";s:26:\"is on a distinguished road\";s:11:\"reputation6\";s:30:\"will become famous soon enough\";s:11:\"reputation7\";s:28:\"has a spectacular aura about\";s:11:\"reputation8\";s:23:\"is a jewel in the rough\";s:11:\"reputation9\";s:19:\"is just really nice\";}', phrasegroup_adv_portal = 'a:30:{s:12:\"active_users\";s:12:\"Active Users\";s:7:\"buddies\";s:7:\"buddies\";s:2:\"by\";s:2:\"By\";s:17:\"discuss_this_poll\";s:17:\"Discuss This Poll\";s:14:\"edit_this_post\";s:14:\"Edit This Post\";s:12:\"last_post_by\";s:12:\"Last post by\";s:19:\"latest_forum_topics\";s:19:\"Latest Forum Topics\";s:7:\"new_pms\";s:7:\"New PMs\";s:11:\"no_x_online\";s:45:\"<span class=\"smallfont\">No %1$s online</span>\";s:15:\"no_x_to_display\";s:19:\"No %1$s to Display.\";s:29:\"not_a_member_yet_register_now\";s:69:\"Not a member yet?<br />\n<a href=\"%1$s/register.php\">Register Now!</a>\";s:14:\"online_buddies\";s:14:\"Online Buddies\";s:2:\"pm\";s:2:\"PM\";s:12:\"p


The rest of it is too large to fit in thes thread.

ssslippy
06-29-2007, 02:18 AM
What version of mySQL are you running?

Fungsten
06-29-2007, 02:30 AM
What version of mySQL are you running?

Client version 4.1.10

ssslippy
06-29-2007, 02:34 AM
I would reupload all your non image files first. Seems like something is corrupt. Then I would try disabling plugins and still if this error still exists.

Fungsten
06-29-2007, 02:41 AM
I would reupload all your non image files first. Seems like something is corrupt. Then I would try disabling plugins and still if this error still exists.

I'll try it. Thanks.

On Edit:

I disabled VBArticles and it works! Thanks!

On Edit again:

Still getting the message. I'll disable more plugins!

Dismounted
06-29-2007, 05:53 AM
You're missing the most important part of the error...The actual error returned.

Fungsten
06-29-2007, 04:27 PM
You're missing the most important part of the error...The actual error returned.

Here's more.

Database error in vBulletin 3.6.7:
Invalid SQL:
UPDATE userfield SET
field6 = '',
field1 = '',
field2 = '',
field3 = '',
field4 = '',
field7 = ''
WHERE userid = 20;
MySQL Error : Unknown column 'field6' in 'field list'
Error Number : 1054
Date : Friday, June 29th 2007 @ 10:24:23 AM
Script : http://Blah blah/testvb/forum/admincp/user.php?do=update
Referrer : http://Blah blah/testvb/forum/admincp/user.php?do=edit&u=20
IP Address : XXX.XXX.XXX.XXX
Username : XXXXXXXXXXXX
Classname : vb_database

Dismounted
06-30-2007, 06:14 AM
Somehow, it's trying to insert data into a custom profile field, did you recently add/remove one?

Fungsten
06-30-2007, 05:30 PM
Somehow, it's trying to insert data into a custom profile field, did you recently add/remove one?

I did. I going to disable the some of the custom fields and see what happens. Thanks again.