"Database Query Error"

whenever someone joins, they get that message anyone know why?

Easy $4,000.00 a week with a FREE 24 Carat Gold Savings Account; http://ezstepstowealth.com/mrworldf
Quote · 7 Sep 2013

Edit /inc/classes/BxDolDb.php and change:

 

define( 'DB_FULL_DEBUG_MODE', false );

 

to

 

define( 'DB_FULL_DEBUG_MODE', true );

 

and post the full error here.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 7 Sep 2013
Database query error
Query:
INSERT INTO `Profiles` SET `NickName` = 'abcdefg123', `Password` = 'aaa111', `Email` = 'test@aol.com', `DateReg` = '2013-09-07 08:36:22', `DateLastEdit` = '0000-00-00', `Status` = 'Unconfirmed', `DateLastLogin` = '0000-00-00', `Featured` = 0, `Sex` = 'male', `LookingFor` = '', `DescriptionMe` = '

this is only a test.

', `DateOfBirth` = '', `Headline` = 'this is only a test', `Country` = 'US', `City` = 'rex', `Couple` = 0, `Tags` = '', `zip` = '', `EmailNotify` = 0, `Height` = '', `Weight` = '', `Income` = '', `Occupation` = '', `Religion` = '', `Education` = '', `RelationshipStatus` = '', `Hobbies` = '', `Interests` = '', `Ethnicity` = '', `FavoriteSites` = '', `FavoriteMusic` = '', `FavoriteFilms` = '', `FavoriteBooks` = '', `FirstName` = '', `LastName` = '', `State` = '', `` = '', `LangID` = 1
Mysql error:
Unknown column '' in 'field list'
 


THERE WAS ANOTHER PART IN A SCROLL BOX THAT WAS VERY LONG, DO YOU NEED THAT ALSO? 
Easy $4,000.00 a week with a FREE 24 Carat Gold Savings Account; http://ezstepstowealth.com/mrworldf
Quote · 7 Sep 2013

Found error in the file '/home/biggaden/public_html/nocursesinverses.com/inc/classes/BxDolProfilesController.php' at line 124.
Called 'db_res' function with erroneous argument #0.

Easy $4,000.00 a week with a FREE 24 Carat Gold Savings Account; http://ezstepstowealth.com/mrworldf
Quote · 7 Sep 2013

I think I tried to do this:

==============================================================================================

MOD: Auto - Friend by Prolaznik

==============================================================================================

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                   Installation 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Files to edit join.php

 

look for this code around line 268-269

 

$aProfile1 = $this->oPF->getProfileFromValues($this->aValues[0]);

list($iId1, $sStatus1) = $oPC->createProfile($aProfile1);

 

add this code bellow 

 

$dump = db_res("INSERT INTO sys_friend_list SET `ID` = '{$iId1}', `Profile` = 2, `Check` = 1");

 

THE PROFILE NUMBER IS YOUR DEFAULT FRIEND/TOM (MYSPACE.COM)

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                                                      Prolaznik

                                                                      prolaznik@Net-Zabava.com

                                                                         http://Net-Zabava.com                                    

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I WONDER IF THAT HAS SOMETHING TO DO WITH IT? 

Easy $4,000.00 a week with a FREE 24 Carat Gold Savings Account; http://ezstepstowealth.com/mrworldf
Quote · 7 Sep 2013

Mysql error:
Unknown column '' in 'field list'

 

It means you are trying to insert a field that does not exist in your Profiles table.

Check the fields you're trying to insert and compare these with the fields in your Profiles table.

You might need to add the field manually

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 7 Sep 2013

', `DateOfBirth` = '', `Headline` = 'this is only a test', `Country` = 'US', `City` = 'rex', `Couple` = 0, `Tags` = '', `zip` = '', `EmailNotify` = 0, `Height` = '', `Weight` = '', `Income` = '', `Occupation` = '', `Religion` = '', `Education` = '', `RelationshipStatus` = '', `Hobbies` = '', `Interests` = '', `Ethnicity` = '', `FavoriteSites` = '', `FavoriteMusic` = '', `FavoriteFilms` = '', `FavoriteBooks` = '', `FirstName` = '', `LastName` = '', `State` = '', `` = '', `LangID` = 1

 

Item in red looks like it is your culprit. Check your Builders - Profiles Builder - Join Page. Compare the fields for your Join page to the fields in your error. Hopefully you find the offending one.

caredesign.net
Quote · 7 Sep 2013

This is how I have it set up.

Fields Builder.jpg · 122.3K · 161 views
Easy $4,000.00 a week with a FREE 24 Carat Gold Savings Account; http://ezstepstowealth.com/mrworldf
Quote · 7 Sep 2013

This is my 'Join Page' (I think it might be 'Photo' I think I tried to edited it to be 'Mandatory')

Join Page.jpg · 100.6K · 153 views
Easy $4,000.00 a week with a FREE 24 Carat Gold Savings Account; http://ezstepstowealth.com/mrworldf
Quote · 7 Sep 2013

OK, that is a start - so, if it were my site and I were having the problem you are having, I would remove each profile field one by one till i found the one that was the culprit. So, move the profile photo field block down to the inactive section, and try to register and see what happens.

Again, this is what I would do and there may be an easier way, but I hope it helps.

caredesign.net
Quote · 7 Sep 2013

I noticed that empty 'block' how can I delete it, because there is no text to click on for me to edit it?

Empty Block.jpg · 112.7K · 153 views
Easy $4,000.00 a week with a FREE 24 Carat Gold Savings Account; http://ezstepstowealth.com/mrworldf
Quote · 7 Sep 2013

 

I noticed that empty 'block' how can I delete it, because there is no text to click on for me to edit it?

You can delete it from the sys_profile_fields table in the database.  Also make sure the field doesn't exist in the Profiles table.

 

Remember to clear Dolphin's cache whenever the database is manually edited.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 7 Sep 2013

Where do I find this 'Profile Table' you are referring to? And you mean the database in my 'cPanel'?

Easy $4,000.00 a week with a FREE 24 Carat Gold Savings Account; http://ezstepstowealth.com/mrworldf
Quote · 7 Sep 2013

 

Where do I find this 'Profile Table' you are referring to? And you mean the database in my 'cPanel'?

In the database for your Dolphin install.  In cPanel you would go to phpMyAdmin.  The table is sys_profile_fields. You may want to backup your database in case of an oops. The problem is finding the correct entry to remove.  I am assuming that in this case you will want to look for one that has no entry for the name.

Geeks, making the world a better place
Quote · 7 Sep 2013

Working! Thank you, "Nathan", "Denre" and "Geek_Girl". I did what you said "ProfessorSr" and that worked (the description block was the culprit) I'll have to figure out why it's glitched, I'm going to have to see if the other Description blocks work.

Easy $4,000.00 a week with a FREE 24 Carat Gold Savings Account; http://ezstepstowealth.com/mrworldf
Quote · 7 Sep 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.