Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,
    I also think the problem can be in the .htaccess file. If it’s generated automatically by WordPress and you haven’t edited it, that may be the problem.
    Here is how it should looks like:

    # 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]
    </IfModule>
    # END WordPress
    	# WP Maximum Execution Time Exceeded
    	<IfModule mod_php5.c>
    	
        php_value upload_max_filesize 1024M
    	php_value post_max_size 2048M
    	php_value max_input_time 3000
    
    	php_value max_execution_time 3000
    
    	</IfModule>

    Hope that will help!

    Forum: Fixing WordPress
    In reply to: HTAccess issue

    Hi,
    I also think the problem can be in the .htaccess file. If it’s generated automatically by WordPress and you haven’t edited it, that may be the problem.
    Here is how it should looks like:

    # 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]
    </IfModule>
    # END WordPress
    	# WP Maximum Execution Time Exceeded
    	<IfModule mod_php5.c>
    	
        php_value upload_max_filesize 1024M
    	php_value post_max_size 2048M
    	php_value max_input_time 3000
    
    	php_value max_execution_time 3000
    
    	</IfModule>

    Hope that will help!

    Hi,
    I also think the problem can be in the .htaccess file. If it’s generated automatically by WordPress and you haven’t edited it, that may be the problem.
    Here is how it should looks like:

    # 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]
    </IfModule>
    # END WordPress
    	# WP Maximum Execution Time Exceeded
    	<IfModule mod_php5.c>
    	
        php_value upload_max_filesize 1024M
    	php_value post_max_size 2048M
    	php_value max_input_time 3000
    
    	php_value max_execution_time 3000
    
    	</IfModule>

    Hope that will help!

    Hi,
    I also think the problem can be in the .htaccess file. If it’s generated automatically by WordPress and you haven’t edited it, that may be the problem.
    Here is how it should looks like:

    # 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]
    </IfModule>
    # END WordPress
    	# WP Maximum Execution Time Exceeded
    	<IfModule mod_php5.c>
    	
        php_value upload_max_filesize 1024M
    	php_value post_max_size 2048M
    	php_value max_input_time 3000
    
    	php_value max_execution_time 3000
    
    	</IfModule>

    It can also be a plugin. The most common plugin to do such errors is the “Slider Revolution” plugin. If you have it too, simply deactivate it and check if the website works in the correct way.

    Hope that will help!

    • This reply was modified 6 years, 11 months ago by atanas1223. Reason: Added some more details

    @shashohag
    @aijazahmad
    @ccpn

    I just share my work with all of you for I’m not the only happy. I love to hear that it helped you! <3

    The previous I want to be reply to @metallicarosetail, so I think the upload_max_filesize plugin should be edited by someone.

    • This reply was modified 7 years, 12 months ago by atanas1223.
    • This reply was modified 7 years, 12 months ago by atanas1223.
    • This reply was modified 7 years, 12 months ago by atanas1223.
    • This reply was modified 7 years, 12 months ago by atanas1223.

    Hi,
    I delete my php.ini file, and edit htaccess file! Before that, I have the same problem. Now all works perfect. Caution, I also delete my upload_max_filesize plugin. This is my htacess:

    
    # 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]
    </IfModule>
    
    # END WordPress
    	# WP Maximum Execution Time Exceeded
    	<IfModule mod_php5.c>
    	php_value max_execution_time 300
    	
        php_value upload_max_filesize 20M
    	php_value post_max_size 20M
    	php_value max_input_time 300
    
    	</IfModule>
    • This reply was modified 7 years, 12 months ago by atanas1223.
    Thread Starter atanas1223

    (@atanas1223)

    I have changed the review. Thank for plugin much!

    Thread Starter atanas1223

    (@atanas1223)

    Oh, sorry, now the plugin work!!! May be the plugin wants a time to start?

    Now I can’t delete the first review which I made!

    • This reply was modified 8 years, 1 month ago by atanas1223.
Viewing 9 replies - 1 through 9 (of 9 total)