Presslabs
Forum Replies Created
-
Forum: Plugins
In reply to: [Gitium] Status connectionHello,
Can you please post here a screen shot with the error, or just copy/paste its content, without the actual link to your repo?
When did the message appeared? Has it worked without a message at all?
We’re trying to see if there’s a plugin or your current host blocking the connection to the repo, as otherwise I can’t see why this would happen.
Thanks!
Pedro/Presslabs teamForum: Plugins
In reply to: [Gitium] Gitium forces nginx and Apache restartHello @cfern87,
We received your email but we didn’t have a chance to have a look yet.
We’ll have a look the following hours and we’ll hit you up on your email with the follow-up.Best regards,
~PresslabsForum: Plugins
In reply to: [Gitium] Gitium forces nginx and Apache restartHello @cfern87,
We’ll continue to debug these issues on a newly provisioned server we prepared with Apache. In the meantime, please email us at [email protected] with the account details for the test site.
Best regards,
~PresslabsForum: Plugins
In reply to: [Gitium] Gitium forces nginx and Apache restartHi Chris,
Thanks for giving us the error you get. We’ll try to check if we discover what is causing this error and come up with a fix for it. In case we can’t figure it out, would it be possible to privately send us an administrator account on a test site where we can check this further?
And I need to clarify one thing: in case you have a blank WordPress installation, with the default theme, the same things happen (blank screen + Apache/ngnix freezes)?
Thanks,
Pedro Dobrescu
PresslabsForum: Plugins
In reply to: [Toplytics] Display custom post typeHello @qvidard,
I am sorry for the delayed response to your message.
If you want to display only the quote post type, you can try to overwrite the $allowed_post_types var all together instead of appending it to the array like so:
$allowed_post_types = ['quote'];
Please let us know if this works for you.
Best regards,
~PresslabsForum: Plugins
In reply to: [Toplytics] Post views columnHello Qvidard,
It’s not possible in the current version.
If you would like to contribute to this plugin, our official repository is kept on github for ease of access and maintenance here: https://github.com/PressLabs/toplytics
Feel free to also open a new issue there if you have feature requests or you find any bug. Also, PR’s are welcome.
Best regards,
~Presslabs Engineering TeamForum: Plugins
In reply to: [Gitium] Configuration attempts return error pageThank you for reporting this issue.
We will get this fixed as soon as possible.
Best regards,
~PresslabsForum: Plugins
In reply to: [Toplytics] Failed Get Analytics ProfileHello Yadoy,
We are unable to reproduce this problem in-house. We have tested on PHP 7.2 with Nginx and everything works as expected even in Production.
It looks more like a connection issue between your server and Google none-the-less.
Could you try removing and recreating the Project and re-upload the JSON?If you would like our engineers to take a look at your wp-admin area and logs, please contact us over our private support email: [email protected]
Best regards,
Presslabs Engineering TeamForum: Plugins
In reply to: [Toplytics] Failed Get Analytics ProfileHello Yadoy,
What version of WordPress and PHP are you using? Are you using Apache or Nginx? Hosting on VPS or shared hosting plan?
At first, this looks like a network issue, maybe because of IPv6? We will debug further but we need to know your environment better to test and reproduce the problem on our end as well.
Best regards,
Presslabs Engineering TeamForum: Plugins
In reply to: [Theme per user] I can’t add theme Per User RoleIs it happening just after the plugin activation?
Have you tried reverting to the twenty seventeen theme, disabling plugins?Did you set the theme in the user profile and then got the infinite refresh?
Did you logout and back in?What is the link of the site. What theme are you using? Is it a child theme (Not currently supported)?
Forum: Plugins
In reply to: [Utf8ize] Empty SQL statements fieldHello Marius,
Unforcenetlly this plugin is no longer maintained by out Team. We are sorry for the confusion.
We will remove it from www.ads-software.com as well in the following days.
Kind regards,
Presslabs Engineering TeamForum: Plugins
In reply to: [Gitium] Gitium causes “sql server has gone away”Hello there,
Thank you for reporting this issue. We highly appreciate your feedback.
It is a very unusual issue since Gitium does not interact with the database and should not affect its stability.
Can you enable WP Debug and set the PHP error log level to debug also so you can submit us the error log here or by opening an issue on our GitHub plugin page here: https://github.com/PressLabs/gitium/issues
Also, this can be a compatibility issue between this plugin and another one. Can you try disabling your plugins or at least the ones you think might cause this incompatibility like Wordfence and try again?
Best regards,
Cristi Uibar
Presslabs Engineering TeamForum: Plugins
In reply to: [Gitium] wp-load.php won’t load on webhookOn a first note the url should be a simple nginx / apache -> php-fpm without passing through WordPress itself. Gitium will load all it needs as soon as it needs it.
This is to make the request as fast / light as possible without having to bother about plugins running and obstructing its logic.The problem here is that because WordPress is not loaded we can’t use
ABSPATH
to determine the proper path-ings for files, to circumvent that we use$_SERVER["DOCUMENT_ROOT"]
which I suspect in your case is not set thus we can’t load a part of WordPress in short init mode.
We would not want to use relative imports with respect to the file as people can change the plugin dir through WordPress, thus making it hard to detect if we are loading the proper WordPress files, for shared / multi install architectures.Make sure the server variable is set in nginx similar to the
fastcgi.conf
found here
https://serverfault.com/q/317641As for apache I’m certain there is something similar but I’m lacking experience in that domain.
You can follow progress here https://github.com/PressLabs/gitium/issues/148
as we could definitely find some more ways to pick up the proper path, at least doing it from more than one place..- This reply was modified 7 years, 7 months ago by Presslabs.
Forum: Plugins
In reply to: [Mapping of image posts] Multi-SiteHi there please DO NOT activate this plugin on multisite because it is not safe to use on multisite yet. We will handle this in a future https://github.com/PressLabs/mapping-of-image-posts/issues/4
Thanks ??
Forum: Plugins
In reply to: [Mapping of image posts] Purpose of pluginUse this plugin if you want to redirect your visitors from viewing image to the corresponding post/page. See a file example here: https://pastebin.com/raw/0yiQPcnm
So you can use this map file in order to setup your web server to redirect your visitors from viewing an image to the corresponding post/page. It is working also with pages. Thanks for your feedback, an issue is made here in order to take it care if this. https://github.com/PressLabs/mapping-of-image-posts/issues/3
DO NOT activate this plugin on multisite because it is not safe to use on multisite yet.
Thanks ??