Hello,
I just bought your theme and installed it on my dev site to build my site.
Unfortunately, the demo data import doesn’t work. As it seems to be the case for many.
Can you help here? There are some “Failed to import” in the log.
Either log in with the user data I provided and see what’s going on, or, of course, solve the problem, which seems to be more common. :)
Hi,
When I look at the system health, I see that it is far below the recommended values.
For example, while the max input time should be 1500, it appears as -1 in you. Values that can make the website functional need to be checked. You can do this from your hosting control panel or you can contact hosting. https://www.pixelwars.org/forums/topic/system-requirements-for-wordpress-themes/
Thanks
Are there more values wrong?
Because a -1 at max_input_time means it uses the same setting as max_execution_time, which is 1800 here. So 300 above the requirement.
Quote from php.net:
max_input_time int
This sets the maximum time in seconds a script is allowed to parse input data, like POST and GET. Timing begins at the moment PHP is invoked at the server and ends when execution begins. The default setting is -1, which means that max_execution_time is used instead. Set to 0 to allow unlimited time.