• Hi,

    I have 100 feeds, but not all of them make updates every day. I’m using shortcode.

    The page where I put the shortcode is too slow, and since yesterday I get this message:

    Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 5791361 bytes) in /home/biologia/public_html/wp-includes/wp-db.php on line 880 (this line sometimes change).

    In another wordpress blog I tryed to test the beta version, I did what you post about maintenence of the data, but it didn’t. So, I’m affraid to use the beta version and need to put all of the feeds again.

    Thanks!

    http://ww.wp.xz.cn/plugins/wp-rss-multi-importer/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter rpazza

    (@rpazza)

    Well, I have installed the beta version you linked in other thread and I solve this problem.

    However, I get another one, with the exported feed:

    http://www.biologianaweb.com.br/?feed=blogs

    I’m getting this: Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 1403463 bytes) in /home/biologia/public_html/wp-includes/SimplePie/File.php on line 116

    Plugin Author Allen

    (@amweiss98)

    that means your server doesn’t have enough memory for simplepie (which handles the input of the rss feeds) to work. Do you know how much memory you have on the server? Another user wrote in this

    i added this line of code to my wp-config.php ” define( ‘WP_MEMORY_LIMIT’, ’64M’ ); ” and now the plugin works great. hope it helps!

    so you might try that.

    Thread Starter rpazza

    (@rpazza)

    Hi,

    I talk to my server support and he said that I have 96Mb. I’ve tried this code, but doesn’t works, even with 96.

    I cannot understand, because now the page with the shortcode is working fine, but the exported feed file doesn’t. With the 2.67.1 version was the opposit.

    Well, I will try to install everything again.

    Thread Starter rpazza

    (@rpazza)

    Hi again,

    Now it is working fine. I installed everything and put again the hundred feeds. It still is very slow to run the exported feed file.

    There is any way to fast it? I mean, you did a very good job with the shortcode problem, but now the exported feed is too slow. This is one of the best feature of the plugin.

    Thanks!
    Rubens.

    Thread Starter rpazza

    (@rpazza)

    Hi Mr. Allen, I need a little help yet. I hope you can tell me something.

    Feedburner doesn’t update the feed exported because it give “time out”. It is the same if I try to see the filesize in the http://web-sniffer.net/.

    There is any way to correct it? What have changed since the stable version, where the exported rss was fine (but doesn’t update with the shortcode only) and the beta version?

    Plugin Author Allen

    (@amweiss98)

    if the problem is with feedburner, there is nothing my plugin (or anybody else’s plugin) can do about that.

    Thread Starter rpazza

    (@rpazza)

    Dear Allen,

    The problem is not with feedburner. The exported feed file is very slow. Because of this Feedburner and other servicers cannot read it! The feed validator websit also cannot read it! Web-sniffer cannot read it. Dlvr.it cannot read it.

    There is any way to make this exported feed file light?

    Plugin Author Allen

    (@amweiss98)

    i’m not sure what you mean…are you talking about the export feed feature in my plugin?

    Thread Starter rpazza

    (@rpazza)

    Dear Allen,

    Yes! Sorry about my bad english…

    Your plugin have this feature, export RSS, that is excelent for my purposes. I use this exported rss in other services as Feedburner, Dlvr.it and RSS Graffiti, aiming to deliver the updates to Facebook.

    These services needs a valid and light rss file. It’s recommended to validate the RSS file in http://validator.w3.org/feed, for example. Feedburner doesn’t work with non valid feeds. The RSS file exported by your plugin must be corrected in some lines to be valid. This correction was no problem, I get it (pubdate to pubDate, for example). I did it even in the stable version.

    Now, with the beta version, the shortcode page it’s running well, but the exported RSS file by your plugin it’s too heavy. You can see in the validator that always get the message: “Server returned timed out”. If you try to open this exported feed file you will see that it takes a long time to be retrived. And it’s only retrieving because I changed the description size to 150 (it is 500 in original file). Without this change, the file is not retrieved.

    Anyway, everything was ok until yesterday. RSS Graffiti was getting the updates, but yesterday it stopped.

    I need something more stable. Do you know if there is a way to export a lighter RSS file?

    The RSS file exported with your plugin is here, if you want to see it:

    http://www.biologianaweb.com.br/?feed=blogs

    Thanks.

    Plugin Author Allen

    (@amweiss98)

    if you are getting a server timeout error from your rss feed, that has to do with your server..the beta plugin simply takes the data from the database and makes an rss xml feed…if it is running slow or timing out, then as I said, it’s likely your server that is running slow or there is not enough memory on your server.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Slow and error message’ is closed to new replies.