Cornerstone not working after cloudflare setup

Hi, After i set up cloudflare cornerstone does not load properly anymore. the sections are not displayed. see here: https://screencast.com/t/qlqDSE2qa

I also included the special rules that are recommend when using PRO with cloudflare.
see here: https://screencast.com/t/oQpPTOdkcka0

However it still not working. can you please help?

Hi There,

Thanks for writing in! Can you try increasing your PHP Max Script Execute Time to 120 or a higher value like 300. You should be able to do that by editing PHP.INI file or by contacting hosting support.

Meanwhile, ​we recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

Let us know how it goes.
Thank you.

Hi. I tried adding php_value max_execution_time 300 to my htaccess file according to instructions by hosteurope.

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
php_value max_execution_time 300
</IfModule>

# END WordPress

I am not sure if it worked.

Additionally, i found out that my host only allows 256M max. Is there any other way to reduce the required memory? Do you know if PRO + cloudflare always require more than 256M?

Any ideas how to solve it?

Hi There,

Actually 256M should also should be enough to run Cornerstone. However when you have more plugins, those plugins may require additional memory. For example, a plugin like slider revolution (https://www.themepunch.com/revslider-doc/requirements-and-recommendations/).

Is it possible to provide us with your CloudFlare account credentials to check the possible cause.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.