Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Ervin108
tagDiv Member

Hello Anamaria,

thank you for your answer. I realized that I included memory_limit line only in wp-config that was located in public_html folder, but not in wp-config of my actual website database folder. Now it works and system status says I have 256M.

There is however one more thing in system status that I am trying to figure it out. That is “max_execution_time” which is 30 but it should be at least 60.

To fix this I am looking at my “.htaccess” file, according to your guidelines. (It seems I dont have php.ini ).

My .htaccess looks like this:

# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Please advise me where should I include “php_value max_execution_time 300” line that should be done according to your guidelines for fixing this.

thank you

Ervin108
tagDiv Member

I appreciate your help, but as you might noticed from my question I am quite a beginner, so this one sentence answer doesn’t really help me.

I dont see anything about “changing memory allocation in hosting platform” in the offical guidlines from tagdiv. I only see that for this problem one should change wp-config.

https://forum.tagdiv.com/requirements-for-newspaper/

Viewing 2 posts - 1 through 2 (of 2 total)