BcStorm Client Error

StreetMoney

Member
Jul 19, 2012
417
8
Hi Guys When ever i load up my client it shows me this error

You must be registered for see images attach


Anyone? 
Anyone Can help me Pleasee
 

danbenson93

Member
May 20, 2013
104
5
go into your user database and scroll to the right, if your user has any NULL values on the right then this will be causing the error, set a default value for them and then edit your users NULL columns with the default value you have set.

Let me know if you still have this problem.
 

StreetMoney

Member
Jul 19, 2012
417
8
go into your user database and scroll to the right, if your user has any NULL values on the right then this will be causing the error, set a default value for them and then edit your users NULL columns with the default value you have set.

Let me know if you still have this problem.

Ok so do i do ctrl+D To edit nulls? And what value do i put it on 1 or 0 ?
 

danbenson93

Member
May 20, 2013
104
5
Hmm, find column visible and edit its character length as I think that error means that more characters are being inputted than what the column is designed e.g varchar could be 250 and its trying to import 251 into that column.

Just edit the value of the visible column and see if the error happens
 

StreetMoney

Member
Jul 19, 2012
417
8
This what it shows see

Code:
[SQL]
INSERT INTO `catalog_pages` VALUES ('134', '91', 'System', '0', '1', '', '', '7', '0', '0', '100', 'default_3x3', 'catalog_frontpage_headline2_en', 'catalog_limited_teaser_en', '', '', '', 'Click on an item for more information.', '', '', '', '', '0', '', '');
[Err] 1265 - Data truncated for column 'visible' at row 1
 

Users who are viewing this thread

Top