How to fix Quix Pages loading problem on your website?

Sometimes, Quix Pages don't load on website front-end because of the of theHTTPS API Protocol. By default, it is set HTTP. To fix this problem,

  • Go to Quix > Pages
  • Click Options on the top right side of the module

You can see an options named API Protocol

  • Select HTTPS in default mode

  • Click Save & Close button and you are done with.

Maximum Execution Time

By default, The maximum execution time is set 30 seconds for loading PHP scripts from the server. If a script runs for longer than 30 seconds, PHP stops the script. For this reason, the Quix builder does not load. To avoid the builder loading problem you have to increase the max_execution_time, set the time 300 from the php.ini of the server.

Maximum Length of Apache

The problem can be experienced sometimes if the server apache maximum line length is limited. If you try to create or edit a page on your website that time you might be face the builder loading problem.

The cause of the problem is that the Quix page builder is reaching a certain limit applied to the Apache service. In order to resolve the issue that particular limit needs to be raised. To do that you should add the following lines in the website's .htaccess file:

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Joomla SEO Service

Grow rapidly with our Joomla SEO service done by the veterans

With over 12 years of business and a vast array of Joomla templates and extensions, we know Joomla SEO better than anyone you could possiblly hire.

Improve my ranking
On This Page