- NewspaperWhen tagDiv Composer is Not Working
- TutorialsSystem status parameters guide
- NewspaperCache plugin – install and configure
- NewsmagRequirements for Newsmag
- NewspaperRequirements for Newspaper
The theme’s system status are showing all green lights, so the edit content loading issue is not because the memory limit or other settings.
WP Memory Limit 1 GB/request
post_max_size i 48M – You cannot upload images, themes and plugins that have a size bigger than this value. To see how you can change this please check our guide here.
max_execution_time 60
max_input_vars 6500
SUHOSIN installed false
HI Invalid reply from server endpoint. issue.
Plenty of memory on a dedicated server with a separate db server
Here is my config
Registration key i 26943bcf – **** – **** – **** – ed8833175b9d Reset key
Theme name i Newspaper
Theme version i 9.6.1
Theme database version i 9.6.1
HTTP channel test wordpress
php.ini configuration
Server software i Apache
PHP Version i 7.2.27
post_max_size i 50M – You cannot upload images, themes and plugins that have a size bigger than this value. To see how you can change this please check our guide here.
max_execution_time 14400
max_input_vars 5000
SUHOSIN installed false
PHP extensions
mbstring available
GD library available
WordPress and plugins
WP Home URL i https://www.rep-am.com
WP Site URL i https://www.rep-am.com
WP version i 5.3.2
WP multisite enabled i Yes
WP Language i en_US
WP Memory Limit 1 GB/request
WP_DEBUG False
Caching plugin No caching plugin detected – for best performance we recommend using WP Super Cache
NOte: this is false, I have WP super cache installed. We also use engitron on the entire server.
define(‘WP_MEMORY_LIMIT’, ‘1024M’);
define(‘WP_MEMORY_MAX_LIMIT’, ‘2048M’);
What is even more strange is that on the same WP network we have another subdomain site that uses the same version of Newspaper (different license) and it works fine.
Hi,
Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, I’ve set it to 256M, now it should work -> https://i.imgur.com/Hjpd1Qk.png
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Thank you!
I am using Apache with its theme and I have noticed that my instances in AWS are overloaded.
My configuration is with PHP7.3 and I have 256Mb of memory configured, I previously had 512M for php.
My web server is constantly falling despite having a load balancer with 5 instances of 8GB each.
-------------------------------------
/var/log/httpd/error_log
-------------------------------------
mmap() failed: [12] Cannot allocate memory
mmap() failed: [12] Cannot allocate memory
[Mon Feb 17 21:48:21.902158 2020] [php7:error] [pid 3913] [client 172.31.73.248:35628] PHP Fatal error: Out of memory (allocated 18874368) (tried to allocate 40960 bytes) in /var/app/current/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 1670, referer: https://lpderecho.pe/
mmap() failed: [12] Cannot allocate memory
mmap() failed: [12] Cannot allocate memory
[Mon Feb 17 21:48:22.037790 2020] [php7:error] [pid 3913] [client 172.31.84.215:56100] PHP Fatal error: Out of memory (allocated 35651584) (tried to allocate 40960 bytes) in /var/app/current/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 1670
mmap() failed: [12] Cannot allocate memory
mmap() failed: [12] Cannot allocate memory
mmap() failed: [12] Cannot allocate memory
mmap() failed: [12] Cannot allocate memory
My htacces
# BEGIN W3TC Page Cache core
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} =on
RewriteRule .* - [E=W3TC_SSL:_ssl]
RewriteCond %{SERVER_PORT} =443
RewriteRule .* - [E=W3TC_SSL:_ssl]
RewriteCond %{HTTP:X-Forwarded-Proto} =https [NC]
RewriteRule .* - [E=W3TC_SSL:_ssl]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteRule .* - [E=W3TC_ENC:_gzip]
RewriteCond %{HTTP_COOKIE} w3tc_preview [NC]
RewriteRule .* - [E=W3TC_PREVIEW:_preview]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} =""
RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
RewriteCond %{REQUEST_URI} \/$
RewriteCond "%{ENV:PHP_DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}" -f
RewriteRule .* "/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}" [L]
</IfModule>
# END W3TC Page Cache core
# BEGIN W3TC Browser Cache
<IfModule mod_mime.c>
AddType text/css .css
AddType text/x-component .htc
AddType application/x-javascript .js
AddType application/javascript .js2
AddType text/javascript .js3
AddType text/x-js .js4
AddType video/asf .asf .asx .wax .wmv .wmx
AddType video/avi .avi
AddType image/bmp .bmp
AddType application/java .class
AddType video/divx .divx
AddType application/msword .doc .docx
AddType application/vnd.ms-fontobject .eot
AddType application/x-msdownload .exe
AddType image/gif .gif
AddType application/x-gzip .gz .gzip
AddType image/x-icon .ico
AddType image/jpeg .jpg .jpeg .jpe
AddType image/webp .webp
AddType application/json .json
AddType application/vnd.ms-access .mdb
AddType audio/midi .mid .midi
AddType video/quicktime .mov .qt
AddType audio/mpeg .mp3 .m4a
AddType video/mp4 .mp4 .m4v
AddType video/mpeg .mpeg .mpg .mpe
AddType video/webm .webm
AddType application/vnd.ms-project .mpp
AddType application/x-font-otf .otf
AddType application/vnd.ms-opentype ._otf
AddType application/vnd.oasis.opendocument.database .odb
AddType application/vnd.oasis.opendocument.chart .odc
AddType application/vnd.oasis.opendocument.formula .odf
AddType application/vnd.oasis.opendocument.graphics .odg
AddType application/vnd.oasis.opendocument.presentation .odp
AddType application/vnd.oasis.opendocument.spreadsheet .ods
AddType application/vnd.oasis.opendocument.text .odt
AddType audio/ogg .ogg
AddType application/pdf .pdf
AddType image/png .png
AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
AddType audio/x-realaudio .ra .ram
AddType image/svg+xml .svg .svgz
AddType application/x-shockwave-flash .swf
AddType application/x-tar .tar
AddType image/tiff .tif .tiff
AddType application/x-font-ttf .ttf .ttc
AddType application/vnd.ms-opentype ._ttf
AddType audio/wav .wav
AddType audio/wma .wma
AddType application/vnd.ms-write .wri
AddType application/font-woff .woff
AddType application/font-woff2 .woff2
AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
AddType application/zip .zip
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css A31536000
ExpiresByType text/x-component A31536000
ExpiresByType application/x-javascript A31536000
ExpiresByType application/javascript A31536000
ExpiresByType text/javascript A31536000
ExpiresByType text/x-js A31536000
ExpiresByType video/asf A31536000
ExpiresByType video/avi A31536000
ExpiresByType image/bmp A31536000
ExpiresByType application/java A31536000
ExpiresByType video/divx A31536000
ExpiresByType application/msword A31536000
ExpiresByType application/vnd.ms-fontobject A31536000
ExpiresByType application/x-msdownload A31536000
ExpiresByType image/gif A31536000
ExpiresByType application/x-gzip A31536000
ExpiresByType image/x-icon A31536000
ExpiresByType image/jpeg A31536000
ExpiresByType image/webp A31536000
ExpiresByType application/json A31536000
ExpiresByType application/vnd.ms-access A31536000
ExpiresByType audio/midi A31536000
ExpiresByType video/quicktime A31536000
ExpiresByType audio/mpeg A31536000
ExpiresByType video/mp4 A31536000
ExpiresByType video/mpeg A31536000
ExpiresByType video/webm A31536000
ExpiresByType application/vnd.ms-project A31536000
ExpiresByType application/x-font-otf A31536000
ExpiresByType application/vnd.ms-opentype A31536000
ExpiresByType application/vnd.oasis.opendocument.database A31536000
ExpiresByType application/vnd.oasis.opendocument.chart A31536000
ExpiresByType application/vnd.oasis.opendocument.formula A31536000
ExpiresByType application/vnd.oasis.opendocument.graphics A31536000
ExpiresByType application/vnd.oasis.opendocument.presentation A31536000
ExpiresByType application/vnd.oasis.opendocument.spreadsheet A31536000
ExpiresByType application/vnd.oasis.opendocument.text A31536000
ExpiresByType audio/ogg A31536000
ExpiresByType application/pdf A31536000
ExpiresByType image/png A31536000
ExpiresByType application/vnd.ms-powerpoint A31536000
ExpiresByType audio/x-realaudio A31536000
ExpiresByType image/svg+xml A31536000
ExpiresByType application/x-shockwave-flash A31536000
ExpiresByType application/x-tar A31536000
ExpiresByType image/tiff A31536000
ExpiresByType application/x-font-ttf A31536000
ExpiresByType application/vnd.ms-opentype A31536000
ExpiresByType audio/wav A31536000
ExpiresByType audio/wma A31536000
ExpiresByType application/vnd.ms-write A31536000
ExpiresByType application/font-woff A31536000
ExpiresByType application/font-woff2 A31536000
ExpiresByType application/vnd.ms-excel A31536000
ExpiresByType application/zip A31536000
</IfModule>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/richtext text/plain text/xsd text/xsl text/xml image/bmp application/java application/msword application/vnd.ms-fontobject application/x-msdownload image/x-icon application/json application/vnd.ms-access video/webm application/vnd.ms-project application/x-font-otf application/vnd.ms-opentype application/vnd.oasis.opendocument.database application/vnd.oasis.opendocument.chart application/vnd.oasis.opendocument.formula application/vnd.oasis.opendocument.graphics application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.spreadsheet application/vnd.oasis.opendocument.text audio/ogg application/pdf application/vnd.ms-powerpoint image/svg+xml application/x-shockwave-flash image/tiff application/x-font-ttf application/vnd.ms-opentype audio/wav application/vnd.ms-write application/font-woff application/font-woff2 application/vnd.ms-excel
<IfModule mod_mime.c>
# DEFLATE by extension
AddOutputFilter DEFLATE js css htm html xml
</IfModule>
</IfModule>
<FilesMatch "\.(css|htc|less|js|js2|js3|js4|CSS|HTC|LESS|JS|JS2|JS3|JS4)$">
FileETag MTime Size
<IfModule mod_headers.c>
Header unset Set-Cookie
</IfModule>
</FilesMatch>
<FilesMatch "\.(html|htm|rtf|rtx|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|TXT|XSD|XSL|XML)$">
FileETag MTime Size
</FilesMatch>
<FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|webm|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|WEBP|JSON|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|WEBM|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|_TTF|WAV|WMA|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
FileETag MTime Size
<IfModule mod_headers.c>
Header unset Set-Cookie
</IfModule>
</FilesMatch>
<FilesMatch "\.(bmp|class|doc|docx|eot|exe|ico|json|mdb|webm|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|pot|pps|ppt|pptx|svg|svgz|swf|tif|tiff|ttf|ttc|_ttf|wav|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|BMP|CLASS|DOC|DOCX|EOT|EXE|ICO|JSON|MDB|WEBM|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|POT|PPS|PPT|PPTX|SVG|SVGZ|SWF|TIF|TIFF|TTF|TTC|_TTF|WAV|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW)$">
<IfModule mod_headers.c>
Header unset Last-Modified
</IfModule>
</FilesMatch>
<IfModule mod_headers.c>
Header set Referrer-Policy "no-referrer-when-downgrade"
</IfModule>
# END W3TC Browser Cache
# BEGIN W3TC CDN
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
# END W3TC CDN
# 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
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
I have the same issue here…
I tried to disable most plugins.
Cache cleared
WP Memory = 800MB/request
etc..
Server side issue?
Let’s hope monday will bring up solutions 🙂
Hi,
Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, I’ve set it to 256M, now it should work -> https://i.imgur.com/Hjpd1Qk.png
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Let me know the results!
Thank you!
Hi HTD2,
Please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Hi prudentreviews, please provide some more details about the error you get, these were 403 error in console or something similar with “Fatal error: Allowed memory size “??
Thank you!
Hi,
Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, I’ve set it to 256M, now it should work -> https://i.imgur.com/Hjpd1Qk.png
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Let me know the results!
Thank you!
Thanks Vlad. I had to many problems upgrading to News 10 and I need to get this done. So here is my new plan.
-Restore Newspaper 9.x version (done)
-Upgrade my server plan to Business VPS, 4Gig memory, etc.. (in process)
-Complete site, SEO, Monetizing in Newspaper 9 (in process)
-Set up new test server
-Update to News 10 on test server (absolutely hoping for performance gain)
Hi Calin,
Thanks for the response. Again to clarify:
* No changes have been made to environment other than update to 10.3
* Traffic is same (or less) than before installing 10.3
* Server was restarted by hosting provider after first crash, yet issues continued
* I have seen other support requests (like this one: https://forum.tagdiv.com/topic/td-composer-problems/) that talk about similar out-of-memory issues after this update
My site was performing quite well prior to the 10.3 update, now, less so. I’m curious as to if a bug fix is in the works to optimize for memory or other issues.
I will dig through my log files to see if I can find anything relevant.
Thanks,
Michael
However I could not save tagDiv Composer after edit.
I could open and edit but could not save it.
I did WP_MEMORY_LIMIT try to increase it at least to 256mb.
Also I did following set.
php_value memory_limit 999M
php_value upload_max_filesize 400M
php_value post_max_size 400M
Recently installed the update (10.3) on my production site (www.hightechdad.com), and ever since then, I have been experiencing server crashes requiring my hosting provider to restart my virtual machine. I have plenty of RAM allocated (2 GB). This only started after installing the theme update. No other variables have changed nor have there been any updates other than that.
And this morning, I received the following automated email from my WordPress instance:
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.3.2
Current theme: Newspaper (version 10.3)
Current plugin: tagDiv Composer (version 2.5 | built on 05.02.2020 7:28)
PHP version 7.3.11Error Details
=============
An error of type E_ERROR was caused in line 7884 of the file /home/wp_dxswyn/hightechdad.com/wp-content/plugins/td-composer/td-multi-purpose/td-multi-purpose.php. Error message: Out of memory (allocated 4194304) (tried to allocate 32768 bytes)
Is there another update coming that may correct these issues?
While I love the Newspaper theme, my hosting provider support says that Newspaper is resource intensive. But I didn’t have this issue prior to the 10.3 update.
I have multiple licenses for Newspaper (my own and clients) but I’m reluctant to upgrade other instances until this issue is resolved.
Thank you,
HTD
Hello,
Since some days I have a problem with my website, I got a lot of “403 and 404 Forbidden/Not Found The requested URL was not found on this server.” error message.
I contacted the hosting company they said that the TD Composer causing the problem, they give me this error log:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /home/o0842418033888/html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 167
Can you help me to fix the problem?
Hi,
I have done some tests on my website but I cannot replicate this error. The importing of this cloud template seems to work as expected. I suspect this problem comes from your hosting provider which might do not have enough memory and that’s why that error appears on the frontend when you try to import a demo. I suggest you consult your hosting provider and request to them to increase your system status parameters to be according to our documentation from here -> https://forum.tagdiv.com/requirements-for-newspaper/ Also, if the problem persists, try to change the hosting provider to another one. You can send us an email at contact@tagdiv.com with your log-in information (wp-admin) and Cpanel access so we can take a closer look at your setup configuration page.
Thank you for your understanding!
Hello,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Make sure that the php version is 7.1 or 7.2 not 7.3 also make sure that the wp-memory is at list 256MB.
After us made all those settings, please try again!
Thank you!
Hi,
Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, I’ve set it to 256M, now it should work -> https://i.imgur.com/Hjpd1Qk.png
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Thank you!
Thank you here is a full description:
It seems like when somebody from our reporters (ours is a news website) is writing a new post the Ajax service starts hanging , then when they upload the image and send a post everything looks OK for a few seconds, after that the website starts hanging up to 30 seconds before responding talking about this matter with the support team of our hosts (inmotion.com) they can see an increase in PHP-FPM service until it starts creating to many “max_children” at the point that they start using all vps memory.
We have a VPS 6GB memory with 6TB Bandwith and we use WP Fast Cache as recommended
After these the support team (inmotion) suggested to increase the Apache workers and for a day it worked fine but then it started again when we added new posts.
Funny thing is that when we restart the apache and PHP server with the posts already there it can hold up a lot of visitors and a lot of hits at the same time with no problem for days, The problem comes back as soon as we enter a new post.
This has made us believe the problem is somehow related to the editor after installing the News theme the editor changed and it’s now showing the right bar on the right side of the editor window we tried changing the editor for the classic editor but is the same thing, the moment reporters start finishing their post and uploading the image or selecting the preview image its when it starts slowing down, after finishing and sending the post we already are about 30secs delay to respond.
What we have been doing so far is writting the post sending it and right after that restarting Apache service and FPM. that’s how we have been surviving so far.
Suspects are: Ajax , PHP-FPM , Editor , and ofcourse the Theme
Thank You !
Daniel
Hello, I have the same problem
already excludes all unnecessary plugins
increased memory and time
it seems that nothing resolves and gets stuck on that screen https://ibb.co/bRS7NyK
Hi.
My Cloud Library was working fine until last week. I went for a download today and this message appears, “Invalid reply from server endpoint”.
I did some changes (I read here at the forum) as required at WP-Memory-Limit at config.php but still not working.
Hi,
Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, I’ve set it to 256M, now it should work -> https://i.imgur.com/Hjpd1Qk.png
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Thank you!
I’m not able to edit pages via “Tag Div Composer” due to the infinite loading screen. Please have a look at the following screenshots:
https://prnt.sc/qslj74
https://prnt.sc/qslk3l
I would like to inform you that I have followed the following ways to deal with the “Tag div composer infinite loading screen” issue but it’s not enough to resolve the issue.
1) Solving the PHP Settings
1.1) max_execution_time – Solved
1.2) WP Memory Limit – Solved
1.3) Caching plugin – WP Super Cache Plugin Installed. (Required for Newsletter theme)
2) I have found some deprecated functions which are used by some other plugins (Insert Headers and Footers, MyMail – Email Newsletter Plugin for WordPress). I have tried to disable, enabled them. Sometimes other plugins are responsible for such an issue.
3) I have found the exact solution after a long search. The solution is to “Resetting The Theme Options”. I have taken a backup of the theme option and tried to reset them. but it’s not working too.
https://stackoverflow.com/questions/48290611/tagdiv-composer-loads-to-infinity-wordpress-plugin
I have problems saving changes to settings in Theme Panel. The loading logo continues to spin even though it has been waiting for more than 40 minutes. I have increased WP Memory Limit and others. Currently all indicators in the System Status are green, but still I have the same problem. Any advice?
hello i have problem with memory usage can you help me ty
hosting//////Problem with my Physical Memory Usage 1 GB / 1 GB (100%) I/O Usage 969 KB/s / 1
HTTP channel test wordpress
Installed demo i Default PRO – demo ID: default_pro | install type: full
Theme Mobile Newspaper mobile version
php.ini configuration
Server software i Apache
max_execution_time 300
max_input_vars 5000
SUHOSIN installed false
PHP extensions
mbstring available
GD library available
WordPress and plugins
WP version i 5.3.2
WP multisite enabled i No
WP Language i en_US
WP Memory Limit 256 MB/request
WP_DEBUG False
Caching plugin WP super cache – for best performance please check the plugin configuration guide here.
Hello everybody. I got the same problem and I resolved this issue very easily. let me share my experience with you so that you can resolve on your own.
Step 1: talk to your hosting provider
Step 2: Send him this requirement to configure your WordPress php accordingly.
php.ini memory limit: 40MB (recommended: 96M)
max_input_vars = 5000
max_execution_time = 300
post_max_size = 50M
upload_max_filesize = 50M
I am sure this help you and save you from stress.
Regards
Yasir
from Pakistan
Hi divike,
1. Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, I’ve set it to 256M, now it should work -> https://i.imgur.com/Hjpd1Qk.png
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
2. You can try to use with our theme the Contact Form 7 plugin to create a contact forum, you can check the tutorial from here -> https://themeisle.com/blog/how-to-set-up-contact-form-7/ hope this will help you!
Hi DarylHeff,
Please make sure that you have the latest version of Newspaper theme ( v10.2 ), also make sure that tagDiv Composer and tagDiv Cloud Library are install and activate -> https://i.imgur.com/mXxH2dm.png
Hope this will help you!