Search Results for 'system status'

    No search results were found in Documentation!

Results from the Forum
Lucian
tagDiv Staff

Hi,

Not sure, it’s possible that this issue with saving settings appears because the server security module blocks the access to admin-ajax.php file or the file it’s not found. Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.

You should also check the max_input_vars directive from you php.ini file and make sure that it’s set above 2000, you can check this in system status section within theme’s panel: http://screencast.com/t/V8MumQISR

Let us know how it goes and check this wp codex article on changing file permissions: https://codex.wordpress.org/Changing_File_Permissions

Thanks

gregy1403
Participant
#0

Hi

In system status shows

Speed Booster v4.1 – Disabled – incompatible plugin detected: advanced-custom-fields/acf.php

Any idea? We are using Advanced Custom fields for important data of entry

Lucian
tagDiv Staff

Hi,

If you are positive that the xml file is the right one then check those two values from the php.ini file and make sure that you have theme set right. You can also check the post_max_size in the latest version of the newsmag theme under system status section: http://screencast.com/t/iLAUrN5Vo
Make sure that you don’t have the uploads disabled in your php.ini file or that you don’t have post_max_size directive defined as smaller than upload_max_filesize in php.ini then try again.

Thanks

Andrei L.
tagDiv Member

Hi

I found an javascript error on your site http://screencast.com/t/jUYsaPs5nX which may be caused by a plugin and it’s possible to affect the site functionality, so you can try to deactivate all plugins except
Visual Composer and also make sure you empty all caches then test again.

It’s possible that this issue with saving settings appears because the server security module blocks the access to admin-ajax.php file or the file it’s not found. Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.

You should also check the max_input_vars directive from you php.ini file and make sure that it’s set above 2000, you can check this in system status section within theme’s panel: http://screencast.com/t/V8MumQISR

Thanks!

Lucian
tagDiv Staff

Hi bbross,

Check your system status and make sure you have this directive set above 2000: http://screencast.com/t/y6spAsXHLYV

Also make sure you don’t have any special characters in sidebar’s name/title if do have remove those characters and test this again.

Thanks

rajesh
Participant
#0

installed default demo with content for newspaper theme

but site doesn’t load. it loads up to menu part only. sub menus are also not loaded. after that the page is blank.

i am using windows iis server

i tried many times but no hope

system status are all fine. no yellow or red marks

pls help me

Odufroehliche
Participant
#0

Hi TagDiv team,

I’ve been glad to see that with v6.2.1 the title problem when using Yoast SEO is fixed. Nevertheless the problem still happens with existing and new written articles: There is no separator between post title and site name in the title.

Questions:
1) Any hints that the title problem is still ongoing or is it just me and my website?
2) How can I find out which version I actually use? The “System status” information says just “6.2”.
3) Can I do kind of manual update to the absolutely newest version without losing any preferences, styles etc.?

Thanks a lot!

sidzzz
tagDiv Member

Hi There,

I have the same issue – my system status shows all good. Do I really need to check with my host or is there an alternative solutions that I can do myself?

Ajax error. Cannot connect to server, it may be due to a misconfiguration on the server.
textStatus: parsererror
td_ajax_request_name: full_demo_media_1
errorThrown: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

responseText: <br />
<b>Fatal error</b>: Call to a member function get_error_messages() on a non-object in <b>/home/fffffff/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_demo_util.php</b> on line <b>719</b><br />

Alin [tagDiv]
tagDiv Staff

Hi,

Did you get any errors? Please check system status and see if all values are set ok(green) – http://screencast.com/t/5pVg8FxyrY07 you should not have any issues. Let me know!

Thanks!

boyz
Participant
#0

Hi, i have a problem with speed booster after update
v4.1 – Disabled – incompatible plugin detected: CDN-Linker-master/wp-cdn-linker.php (it is written in Newsmag system status)

also i have incompatibles with other plugins,
how to solve this problem?

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Please check system status and see if all values are set ok(green) – http://screencast.com/t/5pVg8FxyrY07 you should not have any issues. Also you can contact your host seems to be related to the server configuration. Let me know how it goes.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check system status and see if all values are set ok(green) – http://screencast.com/t/5pVg8FxyrY07 you should not have any issues.

Thanks!

Bryson T
tagDiv Member

Additional attempts to resolve the issue:

1. Noticed the dev site was running php 5.3.29 stable while the main site was running php 5.5.21, so I switched the main site down to 5.3.29, but no change.

2. I upped the max input vars and memory limits to minimums specified by the system status tab of the theme. No changes detected.

3. I disabled all non-theme plugins and that didn’t make a difference.

Alin [tagDiv]
tagDiv Staff

Hi,

Do you get any error? Please check system status and see if all values are set ok(green) – http://screencast.com/t/5pVg8FxyrY07 you should not have any issues.
Also if you get any errors or provide error log. Let me know!

Thanks!

visividea
Participant
#0

Sorry, I’m new here… I don’t understand why, installing demo, i receive this error message:

Ajax error. Cannot connect to server, it may be due to a misconfiguration on the server.
textStatus: parsererror
td_ajax_request_name: full_demo_remove_content_before_install
errorThrown: SyntaxError: JSON.parse: unexpected character at line 2 column 1 of the JSON data

responseText:
Warning: set_time_limit(): Cannot set max execution time limit due to system policy in /customers/4/8/4/sposiamo.net/httpd.www/sposiamo/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_demo_installer.php on line 23
0

Marius
tagDiv Staff

Hi,
Please can you try to increase the memory limit, check it in System status http://screencast.com/t/oqB5TmN3ZR then add this in wp-config.php file

define ('WP_MEMORY_LIMIT', '128M');

Marius
tagDiv Staff

Hi,
This is what the test give you: Your page has 8 blocking script resources and 16 blocking CSS resources. This causes a delay in rendering your page. http://screencast.com/t/mXT6tmcZCF

Please check the System status: http://screencast.com/t/SX1bsfhx

You use a lot of plugins. The speed booster move the js and css at the bottom of the page to Eliminate render-blocking, but not for all plugins. You need to modify the plugin(speed booster) if you want to work with other plugins, but nothing is guaranteed that will work.

Read here: The demo uses the tagDiv speed booster plugin – basically that plugin will make the theme use the compressed javascript file from the theme (instead of the regular one) and it also moves all the stylesheets and javascripts (codes) to the bottom of the page. This may break compatibility with some wordpress plugins (the ones that we recommend when you install the theme are well tested and work perfectly

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay, unfortunately we don’t work for weekends!
Please check max_input_var from System Statushttp://screencast.com/t/IeZ6KanCK and edit the php.ini file if you need to change the value.

Thanks!

yakir105
tagDiv Member

Thank you very much for your help!

i have the changes on the PHP.ini File:

; Allow ASP-style <% %> tags.
; http://php.net/asp-tags
asp_tags = Off
php_value = max_input_vars 5000

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

i tried to add: phpinfo(); to the category template but i don’t get this window – http://screencast.com/t/TUUKd1sLUw

i try to look at the “system status” and i’m still on 1000.
http://www.hayom.org.il/wp-content/uploads/2015/06/max_input_vars.jpg

also i tried to build a new menu but I’m still a limited amount of values that I can add to the menu..

if i replace them i can add more menu items without limit.

Thank you!

julingn
Participant
#0

Hi,

I just updated to version 6.1. – first, thanks a lot for the quick update. You are awesome.

I am just curious about the behavior of the speed booster. In the new system status panel it is telling me that spped booster has a problem with severall plugins. I already deactivated az glossary index, seo images, animated gif resize …. each time a new plugin pops up as the next source of problem for the speed booster.

What shall I do? Any idea might help. I can’t deactivate all of my plugins just to get speed booster running.

regards,
julingn

Marius
tagDiv Staff

Hi,

Please make sure you have the tagDiv Speed Booster plugin active in System status panel http://screencast.com/t/KR1QcvUzZMZL

I have the version 4.1 of the plugin, this version will be available in the next theme version 6.1 that is in themeforest queued.

12familyde
Participant
#0

Hello tagDiv Team,

some questions about the “Speed Booster Plugin”…

Of course speed of a site is a big thing. So it’s for me. But I must admit, that I am a bit confused on how to use it! The new version included into the new theme version seems to be incompatible with nearly every single plugin I use on my site.

Starting with a very popular add-on for visual composer, a faster version of disqus, a very helpful (and popular) security plugin, and so on … If I would disable these plugins, I can stop serving my site!

The thing is, that the system status tool tells me, that the “Speed Booster” is disabled, because these plugins are installed.

So what should I do now? I just can’t stop using visual tables on my site (for example), as they are a very important piece of our content. We are an informative magazine into parenting and family. So we need these visual extras …

But of course we also need a running and stable site! So what are our alternatives? Deleting the Speed Booster, and using a caching Plugin?

I really love the newspaper theme. But it is very annoying, that some parts seems to be so deeply hardcoded, that you cannot replace them with alternatives. For example the Speed Booster component, or the header menu. I have tried to use the uber-menu in the past. And I am quite sure, that the is still no chance to use it with version 6 of the theme …

Best regards
Torsten

neakriti
tagDiv Member

Go to “Newspaper”->”System Status”.

What is the value you have on “max_input_vars”?

Is it 1000 or generally lower than 2000? If so, try making it 3000 (edit your php.ini and restart your server to read new settings) and check if the problem is resolved.

Also check your “WP Memory Limit”. It should be at least 64M. If its not, at your “wp-config.php” file at the root of your site add this

define( ‘WP_MEMORY_LIMIT’, ’64M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ’96M’ );

before the line
/* That’s all, stop editing! Happy blogging. */

and if you have enough memory, make it even higher.

so are these two values (both of them) green or yellow?

  • This reply was modified 11 years by neakriti.
  • This reply was modified 11 years by neakriti.
  • This reply was modified 11 years by neakriti.
jonybigude
tagDiv Member

Have you tried to change the max_input_vars both on the .htaccess and php.ini? Also, check if your server has good specs, they may suck and blame it on the theme instead. Last but not least what do the System Status on the theme panel say?

jonybigude
tagDiv Member

Alright, issue solved!! 😀

The issue was max_input_vars being lower then 2000. I did in deed change the value on the php.ini file to 3000 but it still didn’t work. after some google search I found out that the same value can also be modified on the .htaccess. After changing the value on the .htaccess file all issues disappeared!

Please authors, change the English on the Newspaper system status. Instead of saying to change the value on the php.ini, say that it can be needed to change the value both on php.ini and .htaccess file.

Hope it helps others! Cheers!

Viewing 25 results - 4,301 through 4,325 (of 4,331 total)