send message to friend buggy

Register an Account
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 09-10-2007, 11:08 PM
Donor
 
Join Date: Jan 2007
Posts: 377
Pure install, message friend didn't work, well the form with overlay javascript/lightbox/thickbox did popup, and I can enter text, but when hit send, the thing then loaded up the whole freaking profile page with search users shown... and bunch of mess up layout looks... but no close button to finish up the sending process.

Then when I check the inbox of test accounts, no message was in sight. So the whole send a message to friend thing is so buggy and not working.

This is pligg 9.8 pure install...

BLOGMYWAY News beta 9 / Published News
Reply With Quote
  #2 (permalink)  
Old 09-10-2007, 11:25 PM
chuckroast's Avatar
Pligg Developer/Coder/Designer
Pligg Version: SVN
Pligg Template: Social Pro Kit
 
Join Date: Jun 2006
Posts: 5,448
Hi argh2xxx

Pure install huh?
I went to your site. I see your running Pligg 9.8 with a template not made for 9.8- I also see you've modified the code to include advertising.

Either one of those things could easily be causing the problem.
Reply With Quote
  #3 (permalink)  
Old 09-10-2007, 11:55 PM
Donor
 
Join Date: Jan 2007
Posts: 377
How do you explain about the message is not receiving when sent?

On firefox... message can't send due to error number 6... the overlay javascript effect said.

On ie7... just pop up a page got frame by the effect, and the page was the profile page filled with things not relate to send message.

Last edited by argh2xxx; 09-11-2007 at 12:00 AM.
Reply With Quote
  #4 (permalink)  
Old 09-11-2007, 12:12 AM
AshDigg's Avatar
Mayor of PliggVille/Coder
 
Join Date: Dec 2005
Posts: 1,515
Check to make sure you have a 'messages' MySQL table. Thats usually the reason for Error Number 6.
Reply With Quote
  #5 (permalink)  
Old 09-11-2007, 02:16 AM
Donor
 
Join Date: Jan 2007
Posts: 377
I don't have the messages MySQL table, so how do I create one? Can you give me the mysql querry for this one? thanks...
Reply With Quote
  #6 (permalink)  
Old 09-11-2007, 07:51 PM
AshDigg's Avatar
Mayor of PliggVille/Coder
 
Join Date: Dec 2005
Posts: 1,515
Quote:
Originally Posted by argh2xxx View Post
I don't have the messages MySQL table, so how do I create one? Can you give me the mysql querry for this one? thanks...
PHP Code:
CREATE TABLE `YOURPREFIX_MESSAGES` (
  `
idMsgint(11NOT NULL auto_increment,
  `
titlevarchar(255NOT NULL default '',
  `
bodytext NOT NULL,
  `
senderint(11NOT NULL default '0',
  `
receiverint(11NOT NULL default '0',
  `
senderLevelint(11NOT NULL default '0',
  `
readedint(11NOT NULL default '0',
  `
datetimestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  
PRIMARY KEY  (`idMsg`)
TYPE MyISAM

Replace YOURPREFIX_MESSAGES with your table prefix and then _MESSAGES. In phpMyAdmin there is an SQL tab that will allow you to paste in the code. You'll probably get an error (since the installer couldn't run this code) so just give us the error message you get so we can troubleshoot.

Last edited by AshDigg; 09-11-2007 at 09:02 PM.
Reply With Quote
  #7 (permalink)  
Old 09-11-2007, 08:49 PM
Donor
 
Join Date: Jan 2007
Posts: 377
this is for 'config' table, how about 'message' table? I have 'config' table in my db...
Reply With Quote
  #8 (permalink)  
Old 09-11-2007, 09:03 PM
AshDigg's Avatar
Mayor of PliggVille/Coder
 
Join Date: Dec 2005
Posts: 1,515
Quote:
Originally Posted by argh2xxx View Post
this is for 'config' table, how about 'message' table? I have 'config' table in my db...
Whoops! Sorry about that. I updated the post to show the right table.
Reply With Quote
  #9 (permalink)  
Old 09-12-2007, 06:13 AM
Donor
 
Join Date: Jan 2007
Posts: 377
As you expected the querry you gave phpmyadmin is currently has trouble to make it work, and so here is the error...

MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
PRIMARY KEY

---- please help me troubleshoot, thank you... -----
Reply With Quote
  #10 (permalink)  
Old 09-12-2007, 11:37 PM
Donor
 
Join Date: Jan 2007
Posts: 377
bump... bump...
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tell A Friend Stop Send Email Using Version 0.9.9.5 argh2xxx Questions and Comments 2 08-01-2008 02:50 PM
Send Announcement: Error Message bhatiacane Questions and Comments 2 10-09-2007 03:37 AM
[SOLVED] Tell a friend and message a friend bugs redwine Questions and Comments 5 09-22-2007 08:14 PM
Send personal Message Error iceboy Questions and Comments 1 03-13-2007 02:30 PM
[Fixed] Send a Message - clicking on send a message to friend broken? TrailofDead Questions and Comments 2 03-12-2007 10:23 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development