Namely
Forum Replies Created
-
Thank you. Have a nice weekend.
And feel free to contact us via Name.ly directly.
First of all, pardon somewhat late reply. WP still does not notify the developers about new posts and Google RSS Reader being phased out does not help.
We never heard about this bug before. Please send us the strings you are adding to info.at.name.removethisdot.ly so that our technical guys can investigate and come up with the solution if we can reproduce it.
Thank you.
Forum: Plugins
In reply to: [Quick Localization (Quick Localisation)] Lots of errorsThank you Jan for the clarification.
WP.org needs to improve. Not every one is using RSS. Emails are so much better (for some people).
Forum: Plugins
In reply to: [Quick Localization (Quick Localisation)] Lots of errorsP.S. please also set on WP.org that the plugin works, else it will mislead other users. Thank you.
Forum: Plugins
In reply to: [Quick Localization (Quick Localisation)] Lots of errorsHello Abdussamad,
WP.org didn’t notify us about the new ticket, so hence one week late reply.
To produce the problem have added this line into
wp-config.php
:define('WP_DEBUG', true);
Had a looked in the code and found no place were the plugin generates any input during the activation.
Indeed, with
WP_DEBUG
set totrue
, on activation, WP shows the message:The plugin generated 314 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Though the plugin is properly activated. And it is working good. Pay attention, QL menu is accessible and the plugin is set to active. You can deactivate it and activate it.
The issue you actually run into is that with
WP_DEBUG
on you ask WP to tell you about all PHP warnings etc…One of those can be:
Notice: Undefined index: footer_textarea in /srv/www/clients/client1/web1/web/wp-content/plugins/quick-localization/index.php on line 61
Notice: Undefined index: only_unknown in /srv/www/clients/client1/web1/web/wp-content/plugins/quick-localization/index.php on line 65
…These are not errors just warnings. All works well though.
With
WP_DEBUG
set toon
you probably also get tonnes of other debug messages.Once you set
WP_DEBUG
tofalse
, the warning on activation disappears.Let us know if you have any other issue with the plugin.
It now works on thousand of sites with no issue.
Forum: Plugins
In reply to: [WP Vanity Email] Why don't you create actual emails?Looking forward to it Ian. As I understood you decided to take the plugin off the net for the moment. Will the trial still work?
Forum: Plugins
In reply to: [Quick Post Management] [Plugin: Quick Post Management] I see nothingThere are several quick links. The last quick link is indeed for the settings page. You can hide that link, and/or show other quick links.
Forum: Plugins
In reply to: [Quick Post Management] [Plugin: Quick Post Management] I see nothingApparently
current_user_can ( "editor" )
is returningfalse
on your blog, even for site admins.It may have to do with the site localisation. Would need to debug it deeper in your WP, but have no access.
I any case, had added an extra check in QPM and now all works fine.
Version 0.0.3 of the plugin now handles your case correctly as well.
Let me know if you want to be credited in the changelog. Will have your name and link, if you don’t mind.
Forum: Plugins
In reply to: [Quick Post Management] [Plugin: Quick Post Management] I see nothingThen it is strange. Is there any errors on plugin activation?
Can you see the settings page?
Forum: Plugins
In reply to: [Quick Post Management] [Plugin: Quick Post Management] I see nothingNo problem. Will be glad to help.
In your case, it may be another plugin that changes
the_content
.Forum: Plugins
In reply to: [Quick Post Management] [Plugin: Quick Post Management] I see nothingAlso, the links are added in this block:
<div class="qpm"> ... </div>
Thus check, that class qpm is not “hidden” or something. Again, unlikely.
Forum: Plugins
In reply to: [Quick Post Management] [Plugin: Quick Post Management] I see nothingLet’s check your theme version. If not, then it is only the PHP version. Though unlikely. Have the plugin running on other servers, other themes, etc. All work okay.
Are there any other plugins potentially interfering with
the_content
/the_excerpt
filters?Forum: Plugins
In reply to: [Quick Post Management] [Plugin: Quick Post Management] I see nothingJust checked it on Twenty Ten. WP 3.4.2. PHP 5.3.9 all works perfectly. The quick managing links are below every post and page.
Twenty Ten version is 1.4.
Forum: Plugins
In reply to: [Quick Post Management] [Plugin: Quick Post Management] I see nothingHello Li An, what theme do you use? Have you checked the plugin settings? What WP do you run and what version of PHP?
Forum: Plugins
In reply to: [.html on PAGES] [Plugin: .html on PAGES] Not WorkingNot really working on the front-end. Using WP.3.4.2.