Oops, did an install of facebook friend mod, and now no one can sign up, I removed the file that I installed, cleared the cache etc and still get the in join.php
Oops, did an install of facebook friend mod, and now no one can sign up, I removed the file that I installed, cleared the cache etc and still get the in join.php Error
Database query error
|
Oops, did an install of facebook friend mod, and now no one can sign up, I removed the file that I installed, cleared the cache etc and still get the in join.php Error
Database query error
Hello is not cache trouble. Open the inc\classes\BxDolDb.php and replace this code line define( 'DB_FULL_DEBUG_MODE', false ); with define( 'DB_FULL_DEBUG_MODE', true ); PS: If possible do not write me personally, please try to ask on the forum first |
Oops, did an install of facebook friend mod, and now no one can sign up, I removed the file that I installed, cleared the cache etc and still get the in join.php Error
Database query error
Hello is not cache trouble. Open the inc\classes\BxDolDb.php and replace this code line define( 'DB_FULL_DEBUG_MODE', false ); with define( 'DB_FULL_DEBUG_MODE', true ); I know its an error in line 116 of the controller.php as>>> Found error in the file '/home/teenzup/public_html/inc/classes/BxDolProfilesController.php' at line 116.
it emailed me that info over and over agin on failed test sign ups. ... looking at file now again, also I replaced the file with fresh content but sdtill that line 116 |
well... replaced controller.php file, still same result query @ line 116 |
well... replaced controller.php file, still same result query @ line 116 I can not help you unless you give us a complete DB's error description PS: If possible do not write me personally, please try to ask on the forum first |
teenzup, why don't you provide it with your database error alert like attached image below, how can we help if we don't know the error.
=> http://friends.smansakra.sch.id => friends community based dolphin 7 |
Everyone is right. We need to see the database query error. So you need to get full error reporting turned on. https://www.deanbassett.com |
Have your host reset there server. Had the same problem and they reset there server and it took care of it. What's that falling? its a bird, its a plane, oh wait its Facebook |
Everyone is right. We need to see the database query error. So you need to get full error reporting turned on. I have to backtrack through everything, what happened is i inserted some code so that when a user joins from facebook, OR anywhere on an invite like yourdoamin.com/yourusername - now there was a post in the forum with this code and that code is waht has scrwed up the system, BUT obviously it is because i did it wrong.
So... I need to learn the code, give me a few and if i can't get to the bottom of it I'll repost.
...I should have waited for a fresh start today - anyways - was just frustrated after about 4 hours trying to fix it LOL!
If I don't learn it I shouldn't touch it I guess :) |
Have your host reset there server. Had the same problem and they reset there server and it took care of it. Good luck with me doing that, its been ten days and they still havent fixed my darn video uploading - excuse after excuse. AND no answer since last weeks ticket. ....$$$$$... comes first - then maybe a customer..... |
well... replaced controller.php file, still same result query @ line 116 I can not help you unless you give us a complete DB's error description Does this help>> Found error in the file '/home/teenzup/public_html/inc/classes/BxDolProfilesController.php' at line 116. Array |
No it's not help :) Write here full db error!!!!!! PS: If possible do not write me personally, please try to ask on the forum first |
No it's not help :) Write here full db error!!!!!! this>> ?? >>> Database query error
Query:
INSERT INTO `Profiles` SET `NickName` = '', `Password` = 'testeraccount', `Email` = 'testeraccount@nobody.com', `DateReg` = '2010-12-21 23:33:28', `DateLastEdit` = '0000-00-00', `Status` = 'Active', `DateLastLogin` = '0000-00-00', `Featured` = 0, `Sex` = 'male', `LookingFor` = '', `DescriptionMe` = '', `DateOfBirth` = '', `Headline` = '', `Country` = 'US', `City` = '', `Couple` = 0, `Tags` = '', `zip` = '', `EmailNotify` = 1, `Height` = '', `Occupation` = '', `Education` = '', `RelationshipStatus` = '', `Hobbies` = '', `Interests` = '', `FavoriteSites` = '', `FavoriteMusic` = '', `FavoriteFilms` = '', `FavoriteBooks` = '', `UserName` = 'testeraccount', `LastName` = '', `AqbPoints` = 0
Mysql error:
Duplicate entry '' for key 2 |
No it's not help :) Write here full db error!!!!!! this>> ?? >>> Database query error
Query:
INSERT INTO `Profiles` SET `NickName` = '', `Password` = 'testeraccount', `Email` = 'testeraccount@nobody.com', `DateReg` = '2010-12-21 23:33:28', `DateLastEdit` = '0000-00-00', `Status` = 'Active', `DateLastLogin` = '0000-00-00', `Featured` = 0, `Sex` = 'male', `LookingFor` = '', `DescriptionMe` = '', `DateOfBirth` = '', `Headline` = '', `Country` = 'US', `City` = '', `Couple` = 0, `Tags` = '', `zip` = '', `EmailNotify` = 1, `Height` = '', `Occupation` = '', `Education` = '', `RelationshipStatus` = '', `Hobbies` = '', `Interests` = '', `FavoriteSites` = '', `FavoriteMusic` = '', `FavoriteFilms` = '', `FavoriteBooks` = '', `UserName` = 'testeraccount', `LastName` = '', `AqbPoints` = 0
Mysql error:
Duplicate entry '' for key 2 Yes your Mysql query have some error : PS: If possible do not write me personally, please try to ask on the forum first |
No it's not help :) Write here full db error!!!!!! this>> ?? >>> Database query error
Query:
INSERT INTO `Profiles` SET `NickName` = '', `Password` = 'testeraccount', `Email` = 'testeraccount@nobody.com', `DateReg` = '2010-12-21 23:33:28', `DateLastEdit` = '0000-00-00', `Status` = 'Active', `DateLastLogin` = '0000-00-00', `Featured` = 0, `Sex` = 'male', `LookingFor` = '', `DescriptionMe` = '', `DateOfBirth` = '', `Headline` = '', `Country` = 'US', `City` = '', `Couple` = 0, `Tags` = '', `zip` = '', `EmailNotify` = 1, `Height` = '', `Occupation` = '', `Education` = '', `RelationshipStatus` = '', `Hobbies` = '', `Interests` = '', `FavoriteSites` = '', `FavoriteMusic` = '', `FavoriteFilms` = '', `FavoriteBooks` = '', `UserName` = 'testeraccount', `LastName` = '', `AqbPoints` = 0
Mysql error:
Duplicate entry '' for key 2 Yes your Mysql query have some error : ...you hit it on the head, i moved all the blocks for sign up except simple username /email/password... but I must uncheck the 'mandatory' right?
The sign up system is so long and silly unless it is a date site which its not , (for most) noboday wants to spend three hours on sign up - they want fast like facebook - thats why facebook has 600 million users - its fast and easy.
so.. can you tell me (I will put back the sign up blocks in 'Builders) how I can get rid of all those? My teens don't want it, I am setting this site up for them and thier friends on facebook.
can you email me? so i can show you sign up page teenzupsocial@gmail.com --- |
No it's not help :) Write here full db error!!!!!! this>> ?? >>> Database query error
Query:
INSERT INTO `Profiles` SET `NickName` = '', `Password` = 'testeraccount', `Email` = 'testeraccount@nobody.com', `DateReg` = '2010-12-21 23:33:28', `DateLastEdit` = '0000-00-00', `Status` = 'Active', `DateLastLogin` = '0000-00-00', `Featured` = 0, `Sex` = 'male', `LookingFor` = '', `DescriptionMe` = '', `DateOfBirth` = '', `Headline` = '', `Country` = 'US', `City` = '', `Couple` = 0, `Tags` = '', `zip` = '', `EmailNotify` = 1, `Height` = '', `Occupation` = '', `Education` = '', `RelationshipStatus` = '', `Hobbies` = '', `Interests` = '', `FavoriteSites` = '', `FavoriteMusic` = '', `FavoriteFilms` = '', `FavoriteBooks` = '', `UserName` = 'testeraccount', `LastName` = '', `AqbPoints` = 0
Mysql error:
Duplicate entry '' for key 2 Yes your Mysql query have some error : ...you hit it on the head, i moved all the blocks for sign up except simple username /email/password... but I must uncheck the 'mandatory' right?
The sign up system is so long and silly unless it is a date site which its not , (for most) noboday wants to spend three hours on sign up - they want fast like facebook - thats why facebook has 600 million users - its fast and easy.
so.. can you tell me (I will put back the sign up blocks in 'Builders) how I can get rid of all those? My teens don't want it, I am setting this site up for them and thier friends on facebook.
can you email me? so i can show you sign up page teenzupsocial@gmail.com --- 1. make NickName as mandatory field PS: If possible do not write me personally, please try to ask on the forum first |
re> 1. make NickName as mandatory field
So 'username' is still mandatory or move that ?
Having username AND nickname is ... not good :) --- is against every other system out there |
No it's not help :) Write here full db error!!!!!! this>> ?? >>> Database query error
Query:
INSERT INTO `Profiles` SET `NickName` = '', `Password` = 'testeraccount', `Email` = 'testeraccount@nobody.com', `DateReg` = '2010-12-21 23:33:28', `DateLastEdit` = '0000-00-00', `Status` = 'Active', `DateLastLogin` = '0000-00-00', `Featured` = 0, `Sex` = 'male', `LookingFor` = '', `DescriptionMe` = '', `DateOfBirth` = '', `Headline` = '', `Country` = 'US', `City` = '', `Couple` = 0, `Tags` = '', `zip` = '', `EmailNotify` = 1, `Height` = '', `Occupation` = '', `Education` = '', `RelationshipStatus` = '', `Hobbies` = '', `Interests` = '', `FavoriteSites` = '', `FavoriteMusic` = '', `FavoriteFilms` = '', `FavoriteBooks` = '', `UserName` = 'testeraccount', `LastName` = '', `AqbPoints` = 0
Mysql error:
Duplicate entry '' for key 2 Yes your Mysql query have some error : ...you hit it on the head, i moved all the blocks for sign up except simple username /email/password... but I must uncheck the 'mandatory' right?
The sign up system is so long and silly unless it is a date site which its not , (for most) noboday wants to spend three hours on sign up - they want fast like facebook - thats why facebook has 600 million users - its fast and easy.
so.. can you tell me (I will put back the sign up blocks in 'Builders) how I can get rid of all those? My teens don't want it, I am setting this site up for them and thier friends on facebook.
can you email me? so i can show you sign up page teenzupsocial@gmail.com --- 1. make NickName as mandatory field thnks for the help! :) all is well again... now i need to find out why my video uploads are cropping - meaning they are skipping during record.
The host says everything is all set right - i seem to remember something about this else in the forum. |