#26754
 Model
Participant

I have set php memory limit to 512MB

; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 512M

I have also added GZIP compression on my .htaccess file:

# Begin GZIP Compression
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/plain text/html application/x-httpd-php-source
AddOutputFilterByType DEFLATE text/xml application/xml application/xhtml+xml application/xml-dtd
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml image/svg+xml
AddOutputFilterByType DEFLATE text/css text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE font/truetype application/x-font-ttf font/opentype application/x-font-otf
</IfModule>
</IfModule>
# END GZIP Compression

I have also attached php error log.

Please help me as this is only happening with this theme. I cannot even switch to the next page in the members page it loads and loads and never changes the page.

Log in with your credentials

Forgot your details?