Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1
    Casual Pligger fujipadam's Avatar
    Joined
    Apr 2007
    Posts
    41
    Thanks
    Received:0
    Given: 0

    Exclamation RSS Importer - Pligg Field Name is blank

    I am using 9.5 and when I try to configure an RSS feed using RSS importer, I am unable to get anything to show up in the "pligg field name"

    Please see image below:







    can you please tell me what I am doing wrong

    Use 9.5
    Linux hosting
    new installation and not an upgrade

  2. #2
    New Pligger seopro's Avatar
    Joined
    May 2007
    Posts
    24
    Thanks
    Received:0
    Given: 0
    I agree. I have the same problem right now too. Someone shd please help us out here.

  3. #3
    Pligg Developer/Admin kbeeveer46's Avatar
    Joined
    Jun 2006
    Posts
    3,215
    Thanks
    Received:1
    Given: 0
    There is a fix somewhere on the forum. Please try and search.

  4. #4
    Donor argh2xxx's Avatar
    Joined
    Jan 2007
    Posts
    376
    Thanks
    Received:0
    Given: 0
    I found the thread for this but it don't have the fix... Status discard?.

    I see that the very bottom threads suddenly say I got it fix, but how?

  5. #5
    Donor argh2xxx's Avatar
    Joined
    Jan 2007
    Posts
    376
    Thanks
    Received:0
    Given: 0
    bump bump (I'm desperate)

  6. #6
    Mayor of PliggVille/Coder AshDigg's Avatar
    Joined
    Dec 2005
    Posts
    1,515
    Thanks
    Received:0
    Given: 0
    Try to disable then remove (via the module manager) the rss importer and then install again. Then check the table 'feed_import_fields' and make sure they records in it. If there isn't, and remove/install doesn't fix it, then there is some weird problem that I'll need to have FTP access to your Pligg so I can troubleshoot it.

  7. #7
    Casual Pligger fujipadam's Avatar
    Joined
    Apr 2007
    Posts
    41
    Thanks
    Received:0
    Given: 0
    Quote Originally Posted by AshDigg View Post
    Try to disable then remove (via the module manager) the rss importer and then install again. Then check the table 'feed_import_fields' and make sure they records in it. If there isn't, and remove/install doesn't fix it, then there is some weird problem that I'll need to have FTP access to your Pligg so I can troubleshoot it.

    1. I removed and readded module - no change
      The table is still empty
    2. Then I removed the module, Dropped the table, and then readded the module
      This recreated the table but did not add any values. So the error is still open.
    3. So I tried doing a Print_r ($module_info) from rss_import_install.php.. the array does have the values... so it must be where the sqlscripts are run from teh array.


    As an Aside --> I found out that rss_import_install.php is called everytime you go to http://pliggsite.com/admin_modules.php irrespective if it was already isntalled or not... might need to remove the redundancy.. but I digress.

    I will try to see where the issue is, or might just do a fresh install of the latest nightly to see if it fixes it

  8. #8
    Casual Pligger fujipadam's Avatar
    Joined
    Apr 2007
    Posts
    41
    Thanks
    Received:0
    Given: 0
    Ok here is what I did. I ran the sql scripts in phpMyAdmin(mySQL interface) directly after installing RSS Importer. Its a hack but seems to work.

    You might want to make sure you have the right table name (incase you chose a differect table prefix instead of "pligg"

    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('1','link_url') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('2','link_title') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('3','link_content') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('4','link_tags') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('5','link_field1') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('6','link_field2');
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('7','link_field3') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('8','link_field4') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('9','link_field5') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('10','link_field6') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('11','link_field7') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('12','link_field8') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('13','link_field9') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('14','link_field10') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('15','link_field11') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('16','link_field12') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('17','link_field13') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('18','link_field14') ;
    Insert into `pligg_feed_import_fields` (`id`,`field_name`) values ('19','link_field15') ;

  9. #9
    Donor argh2xxx's Avatar
    Joined
    Jan 2007
    Posts
    376
    Thanks
    Received:0
    Given: 0
    I fear if you hack a not working pligg to make it work, but when a newer version working pligg comes out, when you do the upgrade, pligg will become a total mess, and probably you will lose your database also. Meaning all of your users will be unregister.

  10. #10
    Casual Pligger fujipadam's Avatar
    Joined
    Apr 2007
    Posts
    41
    Thanks
    Received:0
    Given: 0
    Quote Originally Posted by argh2xxx View Post
    I fear if you hack a not working pligg to make it work, but when a newer version working pligg comes out, when you do the upgrade, pligg will become a total mess, and probably you will lose your database also. Meaning all of your users will be unregister.
    I agree... my site is in early alpha stages so I can afford to try it out. If its a production machine I might not do this... But again this is a simple update the data the database and not the structure. I dont see much of a side effect (especially I manually did what the code was supposed to do anyway).
    If we have a newer version I am hoping that it will fix it anyways and we dont have to redo the hack.

    But I totally agree that we should go for a better fix than a hack, but unfortunately I am not well versed enough in pligg to do that. The experts might comeup with a way though. Meanwhile I will try meddling with it to see if I can make it work in someother way

Page 1 of 3 123 LastLast

Similar Threads

  1. Stop Pligg blank@blank.com Spammers. A possible solution.
    By oriolhernan in forum Questions & Comments
    Replies: 2
    Last Post: 05-21-2008, 09:25 PM
  2. RSS Importer draws a blank
    By Abhinav in forum Questions & Comments
    Replies: 1
    Last Post: 03-04-2008, 11:37 PM
  3. [SOLVED] Blank Page on RSS Importer
    By modeling22 in forum Questions & Comments
    Replies: 2
    Last Post: 02-20-2008, 06:52 AM
  4. RSS Importer problem - add a new field link
    By fjcaceres in forum Questions & Comments
    Replies: 2
    Last Post: 05-03-2007, 05:14 AM
  5. Open Field Rss Importer
    By puffyz in forum Questions & Comments
    Replies: 0
    Last Post: 01-17-2007, 11:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg