advanpix
Forum Replies Created
-
Forum: Plugins
In reply to: [WP QuickLaTeX] Unknown Error in tikz images after WP updateNo, the cause was on our side/server. Module responsible for tikz compilation was not responding for some reason. Let us know if you see something like this in future.
Forum: Plugins
In reply to: [WP QuickLaTeX] Unknown Error in tikz images after WP updatePlease check now.
Forum: Plugins
In reply to: [WP QuickLaTeX] Cannot connect to QL serverError message includes all the details:
“Please make sure your server/PHP settings allow HTTP requests to external resources (“allow_url_fopen”, etc.)”Also check with your hosting (if you use any).
Forum: Plugins
In reply to: [WP QuickLaTeX] Cannot connect to QL serverWe didn’t block you. Check your server settings.
Forum: Reviews
In reply to: [WP QuickLaTeX] Latest Version is Broken“PHP Notice: Undefined variable: eqlabel”.
PHP has three types of diagnostic messages: notices, warnings and errors. Notices are the lowest priority advising messages from interpreter for the code. Notice is not even a warning (not speaking of “errors”). PHP usually emits tons of notices, which have very little relation to functionality of code. Exactly as in our case – “Notice: Undefined variable: eqlabel” had no any influence on plugin functionality.
Good summary on this: https://softwareengineering.stackexchange.com/a/104835
Moreover, notices are shown by PHP interpreter only if people switch them ON in PHP configuration on purpose – to put website in debug, under development state. This situation cannot be called as “broken” to any extent.
To sum up, you put the lowest rating to the plugin just for “notice” message from PHP interpreter. Not for error/bug, not even for warning – just for “notice” having no any influence on plugin functionality. To the plugin with 9+ years of development history and thousands of users.
Are you kidding me? Do you consider this as normal / ethical behavior of fellow developer? Have you ever contributed/participated in any open-source project bigger than one-liner “Hello World”?
Forum: Reviews
In reply to: [WP QuickLaTeX] Latest Version is BrokenThis is a lie, bug has no any implications on functionality, see my prev response for the proof. Check your servers and your code first.
But I realized you are just a troll who can barely read few sentences.
In this situation, let this thread be a source of information about you for your future customers and employers:
John Campbell
http://johncampbell.ninja/
https://github.com/JohnnyBashAnd you can safely remove this phrase from your page:
“First and foremost, I believe in creating a positive response with these skills.”Open source community deserves to know its heroes….
Have a good day.
Forum: Reviews
In reply to: [WP QuickLaTeX] Latest Version is BrokenI am developer, I saw this review right away and have been thinking about it since then.
First of all, thank you for the finding and reporting minor bug in our software.
It is indeed minor since the software have been working on 10K+ websites daily. Also it passed our tests before deployment. In fact I am using the plugin constantly on 3 different websites and still this bug didn’t reveal itself up to the moment. PHP also doesn’t report this as an error (unless you set it to treat warnings as errors).
In any case, this bug has been fixed few minutes ago – it took just few minutes.One important note. QuickLaTeX is part of open source universe, which gives you the opportunity to be member of community and participate in development. You can send bug reports to developers using support forum, create the fixes yourself (especially for trivial bugs like this) and/or provide patches for the bugs.
This is how open source works. But, instead, you did something absolutely unethical and in-respectful – you just downgraded the overall rating of the whole project because of one bug you found.
FYI, in total 49 bugs were fixed in latest WordPress release 4.9.8. I guess you did everything to downgrade the WordPress in all accessible ways for you. And surely you abandoned such buggy framework because of so many bugs in it.
@”Also, this plugin was last updated 2 years ago.”
Even more, first version of QuickLaTeX was released 9 years ago. And some code is still in use. Many thousands on people have been using it over the years. We provide upgrades, Support our server-side to make sure everything works smoothly, etc.Forum: Plugins
In reply to: [WP QuickLaTeX] It WORKSYou can disable site-wide usage of QuickLaTeX.
And enable it on particular page by putting [latexpage] in the page text.Forum: Plugins
In reply to: [WP QuickLaTeX] WORKS?We didn’t touch anything on our side.
I think they finally found some bug in config files on their servers.Well, this is basic dummy reply from them.
They should have checked settings of their server, not WP settings!After seen reports from other users of HostGator, it seems like cURL is not properly configured on their servers.
The only (and way better) solution so far is to switch to another hosting, e.g.:
https://wordpress.org/support/topic/wp-quicklatex-stopped-working/Forum: Plugins
In reply to: [WP QuickLaTeX] WP-QuickLaTeX stopped workingThank you very much for your support and donation!
Forum: Plugins
In reply to: [WP QuickLaTeX] Still can’t get QuickLatex to workLooks like cURL might not be properly configured.
Could you remove cURL module completely (e.g. using cPANEL)?Also please remove/hide phpinfo page – it can be used for hacking.
Let me know if disabling cURL helps.
Forum: Plugins
In reply to: [WP QuickLaTeX] Still can’t get QuickLatex to workFollow this guide to generate information with phpinfo():
https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-pageDon’t delete QL cache, it will push QL to re-generate all the formulas, which is not working on your site right now.
Forum: Plugins
In reply to: [WP QuickLaTeX] Still can’t get QuickLatex to work1. Include allow_url_fopen = On into php.ini.
2. Enable cURL in php.ini and restart apache.
3. Make sure cURL is working by checking the phpinfo().Please google for detailed instructions, e.g.:
http://www.tomjepson.co.uk/enabling-curl-in-php-php-ini-wamp-xamp-ubuntu/Forum: Plugins
In reply to: [WP QuickLaTeX] PHP.ini (was WP Themes and QuickLatex)I guess there is some bug in “consulting” theme code, it seems to be unrelated to QL.
Try to open that image.php and fix syntax error at line 27.