xzoom
Forum Replies Created
-
Hi wpsmort,
Sorry I don’t know if I understand what you ask… I wanted to say that I tried to all permanlinks possibilities ?? I it is the same, the error appears in all options.Hello,
Go to Settings -> Permalinks and make sure you have selected a permalink structure for your site; then try this again.
I have a permanlink structured selected as Peter requested., but it still notices error.
If it still doesn’t work, consider using static sitemaps instead of dynamically generated ones.
I can’t, because this option is forced to enabled, I can’t change the option state.
Thank you
Hi RoshanWeb,
Go to Settings -> Permalinks and make sure you have selected a permalink structure for your site;
—> I did
Hello,
I have a permanlink structure selected. The sitemap works correctly, but I still have the error note.
What does it mean? What mistake are the note referring?
Anyway, the option “Dynamically Generate Sitemap” is enabled and it is not possible disable.
Thanks.
Forum: Plugins
In reply to: [Inpsyde Multisite Feed] RSS Error: WP HTTP ErrorHello,
This problem only appears in a test environment… so probably is not a critical problem.
I will tell you if I can get more details that helps to find out the cause.
ThanksForum: Networking WordPress
In reply to: log error since last updateThanks,
I have reinstalled WP core files and disabling all plugins… but the error continues appearing, without any clue and randomly.1st error)) I thinks wordpress tries to get updates from dashboardl, but can’t stablish connection.. why? I don’t know.
2nd error) Sorry, It is a plugin error.
3rd error) It seems a server problem. But it appears after worpdress update, NOT server update.Forum: Plugins
In reply to: [Inpsyde Multisite Feed] Error database – Latest post doesn't showHello Frank,
I have tested it and now it works correctly. The log error dissapeared.
Thanks a lot for your work!
Forum: Plugins
In reply to: [Inpsyde Multisite Feed] Error database – Latest post doesn't showHello Frank,
When will you update your plugin in order to solve this bug?
thanks!!!!
Forum: Plugins
In reply to: [Inpsyde Multisite Feed] Error database – Latest post doesn't showOkay, I didn’t know that other multisite installations there is no id = 1 (my wp multisite is older than 4 years)
In fact, there are some constants, where you can define the default.
define (‘SITE_ID_CURRENT_SITE’, 1);
define (‘BLOGID_CURRENT_SITE’, ‘1 ‘);From what I’ve seen, the majority is 1.
I don’t quite understand, but the fact is that you can not omit the id 1, whether or not the main blog.
Don’t you think?
Thanks a lot,
Forum: Plugins
In reply to: [Inpsyde Multisite Feed] Error database – Latest post doesn't showHi Frank,
$wpdb->base_prefix . ($blog_id > 1 ? $blog_id . ‘_’ : ”)
in my case, the main blog is: baseprefixtable_1_posts
So, as blog_id = 1, the result is: baseprefixtable_ posts (which doesn’t exist), and then it is threw the following database error:
WordPress database error Table ‘database.baseprefixtable_posts’ doesn’t exist for query
Thank you,
Forum: Plugins
In reply to: [Inpsyde Multisite Feed] Error database – Latest post doesn't showHello,
I’m back with the same issue ??
I’m checking your plugin code and try to understand why is appearing a database error in the log.
$results = $wpdb->get_results( “
SELECT
posts.ID
, posts.post_date_gmt
AS date
FROM
" . $wpdb->base_prefix . ($blog_id > 1 ? $blog_id . '_' : '') . "posts
AS posts
$only_podcasts_sql_from
WHERE
posts.post_type
= ‘post’
$only_podcasts_sql_where
AND posts.post_status
= ‘publish’
AND posts.post_password
= ”
AND posts.post_date_gmt
< ‘” . gmdate( “Y-m-d H:i:s” ) . “‘
$only_podcasts_sql
ORDER BY
posts.post_date_gmt DESC
LIMIT 0,”
. (int) $max_entries_per_site
);This line (at plugin.php), $wpdb->base_prefix . ($blog_id > 1 ? $blog_id . ‘_’ : ”) , throw the error, because for the main blog (id = 1) id is ommited . But id 1 does exist, and wp_posts doesn’t exist for multisite, it must be prefixtable_1_posts
Now, moreover, when I publish a post in network: it is showed at feed page, but not at widget.
If I try to disable cache, also the last post published doens’t appear.
Can you help me, please?
It is a good plugin, but doesn’t work well yet.
Forum: Fixing WordPress
In reply to: How to link widget html to one or more authorsHello lettergrade,
Yes, I’m editing my own themes, particulary I use a twenty twelve child theme.
The widget must appear at single post page and the content is html.
I’m talking about so many authors as the multisite network can support.I would like to manage different “html content boxes” and each author will can associate one from his profile.
The rest is easy, template sidebar will show each html content linked with author.
I don’t know if there is a plugin that works in a similar way…. and save lot of time ?? or if I have to program it.
Thanks!
Forum: Networking WordPress
In reply to: Debug Multisite WPI dind’t know that plugin. It’s perfect. Thanks ??
Forum: Networking WordPress
In reply to: Error 502 (Bad Gateway)Simple and very clear explanation ?? I will continue investigating.
Thank you.
Forum: Networking WordPress
In reply to: Error 502 (Bad Gateway)You are right… But what I don’t understand is why it is working correctly in a test environment (An exact copy of the server alive)