Newspaper system status

Posted in: Newspaper
Post count: 6

Newspaper system status showing:
max_execution_time
30 – the execution time should be bigger than 60 if you plan to use the demos. To see how you can change this please check our guide here.
max_input_vars
1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress. To see how you can change this please check our guide here.

However, php.ini was modified:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 300

; Maximum amount of time each script may spend parsing request data. It’s a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; long running scripts.
; Note: This directive is hardcoded to -1 for the CLI SAPI
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://php.net/max-input-time
max_input_time = 120

; Maximum input variable nesting level
; http://php.net/max-input-nesting-level
;max_input_nesting_level = 64

; How many GET/POST/COOKIE input variables may be accepted
; max_input_vars = 1000
max_input_vars = 5000

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

Thanks

Post count: 22421

Hello,

Please use this guide:
https://forum.tagdiv.com/search/requirements/

Thank you!

Post count: 6

Hi,

I was implying in my previous post that I have already made all necessary changes based on requirements.
However, the ‘Newspaper system status’ still shows that max_execution_time & max_input_vars are not set to the recommended values.

Post count: 22421

This means your host has limitations in this regard. Please contact your host and let them know about this issue.

Thank you!

Post count: 6

OK, will do

Post count: 6

What needs to be done is the following:
in the root of subdomain name – edit the .htaccess file and add the following: suPHP_ConfigPath /home/yourdomainname/public_html
your subdomain will read php.ini from that location

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.