advanpix
Forum Replies Created
-
Forum: Plugins
In reply to: [WP QuickLaTeX] WP Themes and QuickLatexWordPress is based on PHP.
PHP functionality depends on hosting server settings (managed by BlueHost).
Few weeks ago BlueHost restricted PHP functionality to bare minimum, to the point when QuickLaTeX cannot work anymore.Support requests from other users were ignored by these hosting companies.
Forum: Plugins
In reply to: [WP QuickLaTeX] WP Themes and QuickLatexWhat kind of problems do you see (error message, etc.)?
It is very unlikely that theme is incompatible with QL.By chance, do you host your website on HostGator or BlueHost?
Recently they have severely restricted PHP capabilities for clients, causing issues with QuickLaTeX (cURL).See other messages on the forum for more details (no solution known at the moment).
I have been receiving similar reports from other HostGator users.
Requests from websites with HostGator & BlueHost simply do not reach QuickLaTeX server. Requests are being blocked on hoster side for some reason (e.g. they decreased memory limit for PHP, started to filter out POST requests or else).At the moment I don’t know if there is any chance to overcome this issue purely on WP-QuickLaTeX plugin side.
Here is brief overview on what questions can be asked to these companies support:
https://docs.presscustomizr.com/article/326-how-to-fix-a-curl-error-28-connection-timed-out-in-wordpressI see, thank you for clarification!
Then, unfortunately, this issue relates to hosting settings (stripped-off PHP, etc.).
This is not related with hosting (as in case of @thetangentspace).
I suppose you made some modifications to plugin code(?)
Because latex3.f needs POST requests, but older version latex3s.f relies on GET.
From our logs I see that you send GET requests to latex3.f which is not how plugin works.Just update your code to send POST requests.
Forum: Plugins
In reply to: [WP QuickLaTeX] Connection errorSorry for delay in reply.
I have no idea why this is happening on your website.
Looks like your hosting provider has tightened up security settings or similar (e.g. disabled cURL module in PHP, etc.).Have you done any changes to your PHP settings recently?
Forum: Plugins
In reply to: [WP QuickLaTeX] WP-QuickLaTeX stopped workingPlease ask your hosting company. It looks like they have tightened up PHP configuration.
Forum: Plugins
In reply to: [WP QuickLaTeX] WP-QuickLaTeX stopped workingWhat PHP version do you use?
Forum: Plugins
In reply to: [WP QuickLaTeX] Connection errorHi,
No, your website wasn’t blocked.If you are generating many formulas – then it is normal to see “connection timeout”.
Just re-load page few times until all formulas generated.Forum: Plugins
In reply to: [WP QuickLaTeX] WP-QuickLaTeX stopped workingYour website is not blocked – something on your side I suppose.
Forum: Plugins
In reply to: [WP QuickLaTeX] WP-QuickLaTeX stopped workingHave you deleted the QL cache recently?
It might take a while to re-generate all the formulas for the page if it has too many of them.
After initial re-generation page loading will become fast as before.
Forum: Plugins
In reply to: [WP QuickLaTeX] WP-QuickLaTeX stopped workingHi,
Are you sure this is related to QL?
What happens if you disable it?Forum: Plugins
In reply to: [WP QuickLaTeX] SI unit not working without $$See my reply to your other question.
Forum: Plugins
In reply to: [WP QuickLaTeX] Support for other/custom environmentsQuickLaTeX is intended to support only basic subset of LaTeX environments natively in the post without additional tags like [latex]...[/latex].
If you want to use other environments, commands, etc. – please wrap them with [latex] ..your latex code..[/latex] tags.
- This reply was modified 8 years, 2 months ago by advanpix.
Forum: Plugins
In reply to: [WP QuickLaTeX] Page loading speedYep, now it is working fine :).