Go Back   Pligg CMS Forum > Pligg Development > Bug Report

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-10-2007, 10:08 PM
Constant Pligger
 
Join Date: Jan 2007
Posts: 314
Thanks: 0
Thanked 8 Times in 6 Posts
send message to friend buggy

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
__________________
http://www.blogmyway.org
Reply With Quote
  #2 (permalink)  
Old 09-10-2007, 10:25 PM
chuckroast's Avatar
Coder/Designer
Pligg Version: 1.0
Pligg Template: ExpertVision
 
Join Date: Jun 2006
Location: PA
Posts: 2,401
Thanks: 171
Thanked 440 Times in 279 Posts
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.
__________________
Visit PliggPro the official Pligg Mods & Template Shop!

Reply With Quote
  #3 (permalink)  
Old 09-10-2007, 10:55 PM
Constant Pligger
 
Join Date: Jan 2007
Posts: 314
Thanks: 0
Thanked 8 Times in 6 Posts
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.
__________________
http://www.blogmyway.org

Last edited by argh2xxx; 09-10-2007 at 11:00 PM..
Reply With Quote
  #4 (permalink)  
Old 09-10-2007, 11:12 PM
AshDigg's Avatar
Coder
 
Join Date: Dec 2005
Posts: 1,574
Thanks: 235
Thanked 345 Times in 206 Posts
Check to make sure you have a 'messages' MySQL table. Thats usually the reason for Error Number 6.
__________________
- Ash
Reply With Quote
  #5 (permalink)  
Old 09-11-2007, 01:16 AM
Constant Pligger
 
Join Date: Jan 2007
Posts: 314
Thanks: 0
Thanked 8 Times in 6 Posts
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...
__________________
http://www.blogmyway.org
Reply With Quote
  #6 (permalink)  
Old 09-11-2007, 06:51 PM
AshDigg's Avatar
Coder
 
Join Date: Dec 2005
Posts: 1,574
Thanks: 235
Thanked 345 Times in 206 Posts
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.
__________________
- Ash

Last edited by AshDigg; 09-11-2007 at 08:02 PM..
Reply With Quote
  #7 (permalink)  
Old 09-11-2007, 07:49 PM
Constant Pligger
 
Join Date: Jan 2007
Posts: 314
Thanks: 0
Thanked 8 Times in 6 Posts
this is for 'config' table, how about 'message' table? I have 'config' table in my db...
__________________
http://www.blogmyway.org
Reply With Quote
  #8 (permalink)  
Old 09-11-2007, 08:03 PM
AshDigg's Avatar
Coder
 
Join Date: Dec 2005
Posts: 1,574
Thanks: 235
Thanked 345 Times in 206 Posts
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.
__________________
- Ash
Reply With Quote
  #9 (permalink)  
Old 09-12-2007, 05:13 AM
Constant Pligger
 
Join Date: Jan 2007
Posts: 314
Thanks: 0
Thanked 8 Times in 6 Posts
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... -----
__________________
http://www.blogmyway.org
Reply With Quote
  #10 (permalink)  
Old 09-12-2007, 10:37 PM
Constant Pligger
 
Join Date: Jan 2007
Posts: 314
Thanks: 0
Thanked 8 Times in 6 Posts
bump... bump...
__________________
http://www.blogmyway.org
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
Tell A Friend Stop Send Email Using Version 0.9.9.5 argh2xxx Bug Report 2 08-01-2008 01:50 PM
Send Announcement: Error Message bhatiacane Bug Report 2 10-09-2007 02:37 AM
[SOLVED] Tell a friend and message a friend bugs redwine General Help 5 09-22-2007 07:14 PM
Modify send to friend form and mail texts Peter General Help 3 08-16-2007 10:03 AM
[Fixed] Send a Message - clicking on send a message to friend broken? TrailofDead Bug Report 2 03-12-2007 09:23 PM


Search Engine Friendly URLs by vBSEO 3.2.0