Winner of the Best WordPress Business Website - WP Honors 2011
Since 2004
 

Forums

 

Manuals

 

Videos

 

Live Support

 

WPMU.org

Autoblog won't "add new"

Inactive

Something weird is happening with autoblog. I set up my first feed and it works fine.
The next day, I went to add a new feed and the menu started acting up.
I click "add new" and the menu opens for about 1-2 seconds, then disappears.

Any thoughts?

WPMU version 2.8.4 and buddypress 1.1.3

http://housingstorm.com

Thanks!
Greg Fielding

Everyday at WPMU DEV we help hundreds of WP Users. Become a member today to:

  • Download 250+ Premium Plugins and Themes
  • Get unlimited support from WordPress Experts
  • Get help with your WordPress or BuddyPress projects

Help & Support from WPMU DEV members and staff

Staff

greg, can you try the beta 2 version and let me know if that has the same problems.

http://premium.wpmudev.org/forums/topic/autoblog-20-beta

Thanks
Barry

Inactive

Barry,

I tried the beta version and couldn't get beyond trying to add the first feed. The "add posts to" menu us blank (and I've got a couple hundred blogs)

[attachments are only viewable by logged in members]

Get personal, comprehensive and timely support and assistance
from WordPress Experts

Staff

Daft question, but have you tried in any diff browsers? Or hitting stop when the menu comes up (of course it shouldn't do that, but I'm interested if this might get round it).

Inactive

Nice call...I just tried in IE and it works fine!

Just doesn't work in firefox...

Inactive

Except now I get an error message after I've filled everything out and try to save the feed:

"Your feed could not be added."

Staff

Hi greg

That's a PHP version issue, what version are you running on? I have a fix (which I thought I'd added to the beta), I'll track it down now and post back.

Rgds
Barry

Get personal, comprehensive and timely support and assistance
from WordPress Experts

Inactive

PHP 5

Staff

Hi greg
When the page stops like that - with an empty drop-down, can you view the source of the page and scroll down to the bottom.

The last thing that should be on that page is the error that is causing it to stop.

Can you let me know what that says.

Thanks
Barry

Inactive

</div><script type='text/javascript'>
/* <![CDATA[ */
var commonL10n = {
warnDelete: "You are about to delete the selected items.\n \'Cancel\' to stop, \'OK\' to delete."
};
try{convertEntities(commonL10n);}catch(e){};
/* ]]> */
</script>
<script type='text/javascript' src='http://housingstorm.com/wp-admin/load-scripts.php?c=1&load=jquery-ui-core,jquery-ui-sortable,hoverIntent,common,jquery-color&ver=7e4b55b0b5b57a535319112505c5dbb3'></script>

<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
</body>

</html>

Staff

I was looking for something along the lines of:
<select name='abtble[blog]' class='field blog'>

with the error message next, strange that the html is continuing though, but the form isn't.

Get personal, comprehensive and timely support and assistance
from WordPress Experts

Inactive

For some reason the dropdown box does work now...I have no clue as to why...

The error I'm getting now is this:

see attachment

[attachments are only viewable by logged in members]

Staff

Can you check that the table has been created correctly. You are looking for one called wp_autoblog - if it doesn't exist, you can create it using the sql contained in the instructions in the zip file.

If you are running multi-db, then you'll need to add this table to your global tables list.

Get personal, comprehensive and timely support and assistance
from WordPress Experts

Inactive

Forgive my noobness...

I don't see the table, but I'm not sure how to to "create it"

Where do I actually apply the

CREATE TABLE wp_autoblog

Inactive

Staff

Have you used phpmyadmin before?

http://php.about.com/od/learnmysql/ss/create_tables.htm
http://www.smartwebby.com/PHP/database_table_create.asp

You should have that on your hosting plan... does the download come with an .sql file too? You can apply that too I think.

Staff

I think the sql for the beta in is the install.txt file. You should be able to cut and paste that into phpmyadmin and it will create the table for you.

Get personal, comprehensive and timely support and assistance
from WordPress Experts

Inactive

I'm getting an "error in my SOQ syntax"

Here's what I put in (copied from the install.txt)

CREATE TABLE wp_autoblog (
feed_id bigint(20) NOT NULL auto_increment,
site_id bigint(20) default NULL,
blog_id bigint(20) default NULL,
feed_meta text,
active int(11) default NULL,
nextcheck bigint(20) default NULL,
lastupdated bigint(20) default NULL,
PRIMARY KEY (feed_id),
KEY site_id (site_id),
KEY blog_id (blog_id)

Inactive

I'm getting an "error in my SQL syntax"

Here's what I put in (copied from the install.txt)

CREATE TABLE wp_autoblog (
feed_id bigint(20) NOT NULL auto_increment,
site_id bigint(20) default NULL,
blog_id bigint(20) default NULL,
feed_meta text,
active int(11) default NULL,
nextcheck bigint(20) default NULL,
lastupdated bigint(20) default NULL,
PRIMARY KEY (feed_id),
KEY site_id (site_id),
KEY blog_id (blog_id)

Staff

You're missing the last bracket:

CREATE TABLE
wp_autoblog (
feed_id bigint(20) NOT NULL auto_increment,
site_id bigint(20) default NULL,
blog_id bigint(20) default NULL,
feed_meta text,
active int(11) default NULL,
nextcheck bigint(20) default NULL,
lastupdated bigint(20) default NULL,
PRIMARY KEY (feed_id),
KEY site_id (site_id),
KEY blog_id (blog_id),
KEY nextcheck (nextcheck)
)

Inactive

It works now!

Thanks y'all!

Monthly

Hello,

I meet same problem, the dropdown box does work. Pages ends with:

<select name='abtble[blog]' class='field blog'>

What could I do? I'm using also multidb and did everinthing: databse created and set to global in multidb file.

Thankyou

We can help you out. Become a member today to:

  • Let our team help you out today and access to over 250+ Premium Plugins and Themes
  • Find out why people saying "it's like having your own developer"
  • WPMU DEV - The WordPress Experts