CYSTEME
Forum Replies Created
-
Forum: Plugins
In reply to: [CYSTEME Finder, the admin files explorer] The data is not in JSON format.Hi,
Well if you cannot control all of your files on your website, it’ll be hard for you to solve ..
This error happens when ‘something’ sends data before the plugin.
‘something’ can be debug informations, log displayed, another plugin or theme output … I cannot guess ..Forum: Plugins
In reply to: [CYSTEME Finder, the admin files explorer] The data is not in JSON format.Hi,
Another user had this, but he told me WP_DEBUG was enabled. That debug mode cannot work with that plugin since it makes WP sending data !
In that case, you must change debug mode to output debug informations into a log file rather than display them. As so :define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
define(‘WP_DEBUG_LOG’, true);This will output debug infos inside wp-content folder.
Hope this will help you.
Forum: Plugins
In reply to: [CYSTEME Finder, the admin files explorer] The data is not in JSON format.Hi,
This is certainly because you have modify something which inserts or modify JSON data outputted by the plugin.
Impossible to help you if you’ve changed original file(s), this is always the risk when you do such things.
We are an IT company selling our skill, this plugin is completely free, please understand that we cannot debug others problems for free. If you are interested for support please contact us at [email protected]Thanks.
Forum: Plugins
In reply to: [CYSTEME Finder, the admin files explorer] Password and sortAlso, thanks to give a (good) rating before asking question ! ?? This is the less you can do, thanks for understanding.
Forum: Plugins
In reply to: [CYSTEME Finder, the admin files explorer] Password and sortHi,
The last version is available to admin users only. No additional password will be used, you have to manage access rights with your users.
But nobody will prevent you to change yourself the plugin code, always possible.That plugin is free and won’t change, our company cannot live with peanuts .. ??
About the sort there may be a problem, we’ll check this, but the pro version works fine, only that one is supposed to evolve, anyway thanks for feedback.
Forum: Reviews
In reply to: [CYSTEME Finder, the admin files explorer] Modifies core css with its ownCorrected in new 2.1 just available now ??
Forum: Reviews
In reply to: [CYSTEME Finder, the admin files explorer] Modifies core css with its ownHi,
Well I even did not notice this myself, maybe too deep in my php code …. ??
But you are competely right, html and body will be removed from CSS in next version.Sorry for answering so late, and thank you for improvement help.
Hi,
So if I understand well you have edited a CSS file by right clicking on the icon inside CYSTEME Finder and you cannot save it ?
Might be a right access problem on that file or in its parent folder.. I can assure you it works fine all the way.Forum: Plugins
In reply to: [CYSTEME Finder, the admin files explorer] What happened to this pluginHi,
A security hole has been found in September 2016. We did not have time enough to solve it before, the update 2.0 is online for few days.
I suggest to everyone to quickly update to that new 2.0 version since the security hole can be a huge problem if a hacker may find it..:(
Thanks for your support ??
- This reply was modified 7 years, 11 months ago by CYSTEME.
Forum: Plugins
In reply to: [CYSTEME Finder, the admin files explorer] error messageHi,
get_the_date() is a standard WordPress function. You might have an installation problem, or a theme problem.
Sorry we cannot bring you any help, your bug comes from your installation, not from the plugin.Forum: Plugins
In reply to: [CYSTEME Finder, the admin files explorer] white title in my backend?Hi,
You have to do CSS tuning by yourself, sorry, this is bot a plugin problem.
Forum: Reviews
In reply to: [CYSTEME Finder, the admin files explorer] Rubbish@aamirafridi when such a user posts a such stupid comment, without reading anything, without spending the 2 necessary minutes to understand EVERYTHING – 2 minutes is the necessary time to understand how that plugin works, no more, unless you never used a file explorer … – , many weeks of work to finally read that, well I’m just disgusted and I just want to delete my plugin from WP store..
Man, managing a WordPress web site is not like installing an iPhone app, you need a bit skill – I said a bit -, so please when you don’t understand how a software works, ask yourself first if you missed something before publishing such stupid post that would block many others people to test it. That plugin is very useful, the free version is really complete, without any ads, without any boring messages proposing you non stop to buy the pro version. The only problems that comes are always because of users theme (CSS).
You are that kind of person [Personal remarks redacted]
Thank you. we appreciate such a comment.
Hi,
Well, we are not supposed to handle hotline for WordPress users, we are a company and we need to pay our bills. I know many people are used to get anything for free, but economic life does not work that way, our customers pay us to solve such problems.
That plugin is free, many weeks of work to provide a free tools like Finder just to show to the whole planet our company CYSTEME has an expert knowledge in development. And to introduce the pro version which is really more comfortable to use and offers cloud files service to your web site, only for 15€, but here again 15€ is tooooo expensive for users that are used to get their daily bread for free…:(
Now to come back to your problem, check ui-widget-header class. 99% of problems with that plugin come from themes, we cannot handle all problems that can happen, this plugin works fine with standards theme provided in WordPress installation, if you change something, well you have to tune everything by yourself.Thanks for understanding.
Forum: Plugins
In reply to: [CYSTEME Finder, the admin files explorer] WYSIWYG editor for html files?Hi,
Well, maybe a wysiwyg editor will come a day, but obviously not on the free version..;)