Topic RSS
9:47 pm
Hi,
I'm experiencing a bug. I can't send if I have field name with more than 100 characters.
Some have a workarround solution?
Thanks,
Andre
10:00 pm
March 6, 2005
OfflineInteresting field name you got there ;)
Provided you have DB Tracking enabled, the error is likely related to the fact that the tracking tables are only setup to store field names up to 100 characters.
You can change the value either in the cforms-global-settings.php:
from:
field_name varchar(100) NOT NULL default '',
to:
field_name varchar(200) NOT NULL default '',
and create your tables from scratch, or go into your DB admin tool and alter the MySQL table accordingly.
10:15 pm
I changed it to 200 but it doesn't work yet. How I create a table from scratch?
10:17 pm
March 6, 2005
OfflineWhat I meant was, that you have to delete the cforms tabels (via the admin gui) and re-enable DB Tracking (this will essentially get you started with a set of new tables) – careful, you will loose existing tracking data!
Most Users Ever Online: 959
Currently Online:
61 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
tracedef: 43
mores: 21
Gyrus: 20
frozenwaste: 18
asuffredini: 15
photoworks: 14
Member Stats:
Guest Posters: 3548
Members: 1464
Moderators: 3
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 5157
Posts: 18385
Newest Members: juredujmovic, dreamkeeper, rajattyagi, wrokaa, lukass
Moderators: Paul (421), cnymike (8), sonika (95)
Administrators: Oliver (6398)
FAQs
Home
Add Reply
Add Topic
Quote










