Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved] problem when registering
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: 1, 2  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
[Solved] problem when registering
PostPosted: 06/06/2007 9:44 AM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:42 AM
Location: Birmingham, UK.
greatbrE.gif
you just get this

Code:
Could not insert data into users table

DEBUG MODE

SQL Error : 1136 Column count doesn't match value count at row 1

INSERT INTO phpbb_users (user_id, username, user_regdate, user_password,user_email, user_topic_moved_mail, user_topic_moved_pm, user_topic_moved_pm_notify, user_topic_moved_mail, user_topic_moved_pm, user_topic_moved_pm_notify, user_icq, user_website, user_occ, user_from, user_from_flag, user_interests, user_sig, user_sig_bbcode_uid, user_avatar, user_avatar_type, user_viewemail, user_aim, user_yim, user_msnm, user_attachsig, user_allowsmile, user_postspp, user_topicspp, user_allowhtml, user_allowbbcode, user_showdescriptions, user_showtooltips, user_tooltips_parse, user_tooltips_static, user_toolimg_width, user_toolimg_height, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_timezone, user_gender, user_dateformat, user_lang, user_style, user_level, user_allow_pm, user_active, user_actkey) VALUES (10, 'Test', 1181140900, 'd3630410c51e60941a9001a46871070e', 'christopher-powell@hotmail.com', 0, 1, 1, '', '', '', '', 'blank.gif', '', '', '', '', 0, 0, '', '', '', 1, 1, '', '', 0, 1, 0, 0, 0, 0, 250, 250, 1, 0, 1, 1, 1, 0, 'D M d, Y g:i a', 'english', 1, 0, 1, 0, '7cbdea14eaad82ed6')

Line : 809
File : usercp_register.php
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: [Solved] problem when registering
PostPosted: 06/06/2007 1:38 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:42 AM
Location: Birmingham, UK.
greatbrE.gif
At a guess it's something to do with this mod being installed Moved_Topic_Message

Just after I sent a mass email via the djpassion.co.uk forums asking others to register as well, typical :violent1
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: problem when registering
PostPosted: 06/06/2007 4:11 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:42 AM
Location: St Pete, FL
peace.gif
If you're using Dreamweaver to edit your forum files, you should stop before you really make a mess of them.  Dreamweaver adds double-spacing to every file that you edit.  Today, I have had to correct your overall_header.tpl twice and once yesterday...

The problem was with the Moved_Topic_Message MOD.  The following fields were added to the SQL query twice:

Code:
, user_topic_moved_mail, user_topic_moved_pm, user_topic_moved_pm_notify

It should be working correctly now...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] problem when registering
PostPosted: 06/06/2007 4:18 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:42 AM
Location: Birmingham, UK.
greatbrE.gif
Ok, I'm not using Dreamweaver though I'm using the Araneae editor that a guy recommended me to use over at phpbb.com. I didn't realize it was adding double spacing. Do you have a text editor to recommend as I don't know of any other good ones...?

I'll look into the Araneae text editor options and see if there’s a way of turning of double spacing

I've also made a backup of the usercp_register.php file

Thanks man  Applause
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: problem when registering
PostPosted: 06/06/2007 4:56 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:42 AM
Location: St Pete, FL
peace.gif
I've seen Dreamweaver do the same thing, that's why I suspected that its what you were using.  I've seen some pretty messed up code on sites where the admin was extensively using Dreamweaver to edit their files.  I think your files would be equally messed up in short order if you continue using Araneae to edit your files...

I highly recommend using 1st Page 2000.  1st Page 2000 is free and has been one of the most popular html editors for years.  I don't think much of 1st Page 2006 though...

Also, UltraEdit is a good and professional text editor.  It is not free though.  UltraEdit is very good for comparing files to try to find out what might be causing a problem...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] problem when registering
PostPosted: 06/06/2007 5:06 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:42 AM
Location: Birmingham, UK.
greatbrE.gif
Ok, as I said in the other thread about me not being to keen on using 1st Page 2000 I'll give that a miss.

I'll try UltraEdit for now. No doubt I'll be given some good file editing software when I start at my new job next week anyway.  headbang
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: problem when registering
PostPosted: 06/06/2007 5:18 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:42 AM
Location: St Pete, FL
peace.gif
Oh, you're the first I've talked to who didn't like 1st Page.  What was it that you didn't like about it?  UltraEdit is a very professional text editor, so you can't go wrong using it either...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: problem when registering
PostPosted: 06/06/2007 5:29 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:42 AM
Location: Birmingham, UK.
greatbrE.gif
Nightrider wrote:
Oh, you're the first I've talked to who didn't like 1st Page.  What was it that you didn't like about it?


Everything heh Wink

Nightrider wrote:
UltraEdit is a very professional text editor, so you can't go wrong using it either...

headbang


Yeah I will have download UltraEdit and give it a try. I'm using dial-up at the moment though and it would take to long to down 10MB! I will download it when broadband line is back on which hopefully should be tomorrow 8)

For now though could possibly take a look at Araneae for me and see if there's a way to stop the double spacing etc. I really like this editor, I've just got used to it. The FIND and REPLACE is very handy. All the coding is laid out good too. See what you think of it Nightrider

http://www.djpassions.com/araneae_setup.rar
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: problem when registering
PostPosted: 06/06/2007 5:51 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:42 AM
Location: St Pete, FL
peace.gif
I just edited your overall_header.tpl file and saved it using Araneae and it did not add the extra double-spacing.  I'm using the default settings.  Is there something else that you are using that might be causing this problem???

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] problem when registering
PostPosted: 06/06/2007 6:03 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:42 AM
Location: Birmingham, UK.
greatbrE.gif
Hmmm, I don't know then. I've been using Araneae for a good 5 weeks now and you've only started seeing the double spacing in my phpbb files for the past few days or so

All I'm using is Araneae though. Could be your editor then dontknow
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: 1, 2  Next
Page 1 of 2


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0774s (PHP: 70% - SQL: 30%) - SQL queries: 58 - GZIP disabled - Debug on