- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Ok I have set an email to support with the info you requested.
here is abridged version of email:
***************
Hello TagDiv Support
As per exchange of support messages with Bettina, I have set you up as a user so you can try and fix the terribly frustrating problems I am having setting up my ipad horizontal and vertical front page on https://onlineinvestmentconference.com . It is obvious I must be really missing something about how to use your theme because I have just added an additional image link and now somehow the front page sliders have duplicated themselves above and below the ipad image. And while on desktop the image is above the slider as it should be, on iphone the image has gone below the slider and I have no idea why.
On other themes you can duplicate elements and have them selectively display on desktop/tablet and phone. I don’t see that capability on your theme. Does it exist somewhere?
(Login info for WP in email)
We don’t use cpanel. We manage our own server. If we need to adjust anything we go through our OVH server panel or filezilla ftp. But I don’t think this a server related issue. Its something to do with your theme and how I’ve set it up.
I have attached some screen shot samples from my ipad as a zip file.
If you need any more information, don’t hesitate to contact me.
Peter Norman
Hi Calin,
Thanks for your reply and understanding on this, however the issue is still persisting, I’ve checked the pre-requisites completely and everything seems perfect and right for us. Please review the following system status and detailed status in the link
If you wish we can create you a sample user name/pass for you to login and check into our system.
I’ve also increased the WP Memory limit to 512M in wordpress.cnfg file.
Still we see the error.
How do we resolve this?
-
This reply was modified 4 years by
tnbc.
Hello,
We encountered something strange while using a bulleted list in our theme.
For example we can look at an old post (all posts and or pages got the same issue)
https://www.racesport.nl/grande-premio-brembo-do-algarve-tijdschema-en-waar-te-volgen-op-tv/
You can see on this published post that the last line within each bulleted list is incorrect and is not showing a bullet.
In screenshot 1 you can see the published post.
In screenshot 2 you can see the visual view within the post
In screenshot 3 you can see the code within the post.



Thanks
Hello!
You can control the space between your items in the menu from here: https://prnt.sc/pKdgLVt2pcul For example you can write: 0 10px and set 0 for elements space.
Just delete the elements you do not need. There is actually a recycle bin basket for every element https://www.screencast.com/t/wFYdqgpo6pT or drag-drop the entire row: https://www.screencast.com/t/pxuOzYIIpcG
Set the row like this: https://prnt.sc/-SAV6yHpckUp and place the elements in different columns.
Thank you!
Hello!
This is the AMP version. Probably, you use the Mobile Theme plugin too. So, please set the logo for your mobile version in the theme panel -> Mobile theme.
We have 3 options of mobile versions that you can use:
1. Responsive version: A responsive version of your website is looking similar like on desktop, edit the page with TagDiv Composer, click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB ; there you can see your mobile version and you can edit the elements there or adjust them to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
3. Mobile theme plugin: The Mobile Theme is a performance optimized theme included in the Newspaper main theme and it loads only for mobile devices. It comes with its own templates/design for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout. For more details, please take a look here: https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/
A full explanation you can find here: https://www.youtube.com/watch?v=SpGkOnJeNZY
You can choose to use which one is more affordable and useful for you.
Note: If you want to use version 1 or 2, then you need to deactivate the Mobile theme plugin and see the results.
Thank you!
Hello!
You place it here: https://prnt.sc/sAM-Qg8UlxQ5
You can drag & drop the element where you need by editing the homepage for example with the TagDiv Composer: https://www.screencast.com/t/XDQJedlggSB or the mobile page that you use. Save it, clear your cache and see the results.
Thank you!
Hi,
So you want to make your on bloc, for this you can check our documentation from here:
-> https://forum.tagdiv.com/api-blocks-introduction/
-> https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
I hope this will help you!
Hi,
This is because post template 1 is a standard template from standard pack and cannot be edited with the tagDiv Composer, only cloud templates can be edited.
For example, if you give a damn about tagDiv Standard Pack, only the options for cloud templates will remain.
Also, it is possible to have a individual header set on that single post template. Please check in the theme panel to see the global header that you have set.
Thank you!
Hi,
Yes these demos are stored in the cloud. If you want, only the items you want can be imported from the cloud.
All the changes you mention can be made using the tagDiv Composer, edit the pages and cloud templates with the theme editor to make them look the way you need them.
For example the logo on NewsWeek is a text -> https://i.imgur.com/7U303RG.jpg -> https://i.imgur.com/K8HhS77.jpg -> https://forum.tagdiv.com/add-logo-newspaper/
The same options can be apply on the amsonia demo.
Thank you!
Hi,
Normally, the table is bigger -> https://i.imgur.com/6iWUZmS.png that it is the space that the audio files are taking.
Thant button for download can be removed only with extra custom css, or better you can remove it from code, here are some more example about this -> https://wordpress.org/support/topic/remove-wordpress-audio-player-download-button-added-by-chrome/
Do you see any errors in console when you access the column text to see/set the files -> https://snipboard.io/OnGu7c.jpg
Please make a test using only tagDiv plugins. The problem should no longer be thre.
This https://snipboard.io/B3Nw9c.jpg is not an error, it is a recommendation to avoid using important.
Thank you!
I want to add a simple single line html code to (literally a div that has a number in it) a block. I looked at the td composer’s source code and found the files that needed modification. However, if do these modifications in the plugins folder, everything will be erased after an official update. So I went ahead and started to write a simple plugin. (I must admit this is my first time writing a plugin). I copied 3 files I needed to modify to plugin’s folder. Than add the td_api– codes to the plugins file as you suggested in the documentation. But it doesn’t work because there are missing classes and functions. I said okay, first copied the functions. Then I realized there are missing CLASSES. Complete php files.
td_util,
td_config_helper and basically other inter connected helper classes of “common” folder with, of course, parent classes of the modules and the blocks. So of course I went ahead and copied the common folder from td composer, which is highly unefficient since it’s basically code duplication. You say you provide customization service however this not an acceptable solution ALL I NEEDED WAS TO ADD A SINGLE LINE OF HTML TO CURRENT FLEX BLOCK 4 MODULES AND STYLE IT and I, like many others, don’t want and need to pay for this.
I had to figure this out on my own. Your documentation shows NOTHING. There should be more explanations, more examples, detailed articles on this theme’s customization.
You have 121,018 purchases on theme forest as I am writing this now and I don’t think that I am the only one that thinks this way. We all appreciate the support team’s effort to help us and honestly I purchased this theme because I saw it was very thorough so when I, nah, we need to update or customize something, that’s because we absolutely have to do it.
After this I was finally able to upload the plugin to add my new block and style it but now, controls are not working properly and images are not displayed on the block even though I did not modify anything about these.
Hello, I want to limit the number of posts that appear in my categories. For example, more than 30 news items appear on this page and I want to leave only 10: https://www.clubtech.es/category/tutoriales/
Hi There,
I have added a block to show the most popular posts on the post detail template’s sidebar:
Example: https://jornaldoalgarve.pt/psd-quer-saber-o-que-se-passa-no-bloco-de-partos-em-portimao/
The same block is also on the homepage and other pages.
I immediately started noticing a very high CPU server usage, and it got confirmation that the cause is the query blocks, mainly the popular posts.
https://drive.google.com/file/d/1cPzMqjT9NeCaHfi88XqVoWFvqJ7HBEkQ/view?usp=sharing
https://drive.google.com/file/d/1cYa48GSzxGpHf_lG8n_1xJeyCcfGFFH-/view?usp=sharing
We are currently running:
– Object cache (Redis)
– Database cache (Memcached)
– Page cache
– Cloudflare
Server:
VPS with 8GB of ram and 4 cores
The issue is every time a non-cached page gets served, the CPU usage increases immensely.
Is there any issue with this block? If not, is there any way to make it use fewer resources?
Thanks
Why is there no ability to attach Images to this site? HOW do I get help?? Your recent update broke my site, and I need to get it fixed right away please…..
My header has this text showing, it is very bizarre:
[tds_menu_login inline=”yes” guest_tdicon=”td-icon-profile” toggle_txt=”My account” logout_tdicon=”td-icon-log-out” menu_gh_txt=”Get into your account.” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19″ f_uh_font_family=”653″ f_links_font_family=”653″ f_uf_font_family=”653″ f_uh_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_links_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_uf_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_uh_font_weight=”500″ f_links_font_weight=”500″ f_uf_font_weight=”500″ f_toggle_font_family=”653″ f_toggle_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_toggle_font_weight=”500″ ia_space=”8″ menu_offset_top=”15″ show_version=”” f_gh_font_family=”653″ f_btn1_font_family=”653″ f_btn2_font_family=”653″ f_gh_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_btn1_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_btn2_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_gh_font_weight=”500″ f_btn1_font_weight=”500″ f_btn2_font_weight=”500″ menu_gc_btn1_bg_color=”#ec3535″ menu_gc_btn1_bg_color_h=”#000000″ menu_gc_btn2_color=”#000000″ menu_gc_btn2_color_h=”#ec3535″ menu_gc_btn1_radius=”4″ menu_ul_link_color=”#000000″ menu_ul_link_color_h=”#ec3535″ menu_uf_txt_color=”#000000″ menu_uf_txt_color_h=”#ec3535″ show_menu=”yes”]
See screenshot here:
https://www.dropbox.com/s/z08sp13220na17u/Screenshot%202022-04-18%2007.37.21.png?dl=0
Where is the real support forum for the Developers?
Hello!
Please check in the CSS tab for that row. Example here: https://prnt.sc/NkaOE7fWzB2e
Thank you!
Hello Victor!
Please check in the CSS tab for that row. Example here: https://prnt.sc/NkaOE7fWzB2e
Thank you!
Hello!
You can not customize AMP so much, because it comes with its own design: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
There are some settings in the Theme panel -> Mobile Theme and Dashboard -> AMP.
Please check our documentation to know how you can control the excerpt length: https://forum.tagdiv.com/excerpts-introduction/
Thank you!
Hy guys,
I really need your assistance to pass Core Web Vitals. For the last few months, I changed the hosting, a lot of cache plugins, and finally the theme to Newspaper. But I still can’t pass desktop Core Web Vitals. Please help me. I’m using WP Rocket plugin and the GTmetrix score is excellent.
https://pagespeed.web.dev/report?url=https%3A%2F%2Fappscharger.com%2Fkuma-sushi-bar%2F&form_factor=desktop
https://gtmetrix.com/reports/appscharger.com/7pInh4AF/
https://ibb.co/HY8rGc4
https://ibb.co/3sbpZGn
https://ibb.co/XVQK6qW
Hello, I have taken a great surprise when trying to personalize the subject to make it lighter.
In the first place, the idea is but poorly developed by failure failures of dependencies of the different modules separately from the subject.
Example If loading a header that does not have the dependencies in the Tagdiv editor will error and there is no way to fix it, because the subject does not load all the dependencies in the serial editor, if not that each topic brings its own dependencies and these are loaded In the editor, but if you delete the issue, the dependencies is also deleted, so it is more complicated to modify or use ideas from other topics at a different one because of that problem.
The solution would be that Editor will charge all the dependences of the demos that are for each one can use them on the subject as better Paesca and BO mode to abide a subject ENSI, nor does it apply to load cloud modules if it does not load the dependencies.
Attached capture of failures and missing dependencies.
In this example, charge the Header of the Demo (Header Template – Crypto Gaming Pro) and the position in the Cloud Templete (photo1)
When loading the header, the list of codigos is output if option to edit since the dependencies are not in the editor. (Foto2)
When loading the subject if you load the missing dependencies to be able to modify them on the Ditor (Foto3).
This says that the series theme does not bring everything or is not updated with new blocks of the demos that there is more complicated to adapt and create or improve the subject that one already has, I hope in the next update can solve that or create A new section in Cloud Template dependencies separately and loaded into the editor.
Greetings.
On my site, discovermuscatine.com, the category archive pages aren’t rendering out any css or using the cloud template assigned to them. Any troubleshooting help would be great!
Example: https://discovermuscatine.com/category/muscatine-area-news/
Hi. When I changed the AMP mode to Transitional instead of Standard, it worked.
Is there a way to tell mobile which specific blocks to load in a certain order? I have a css person, we just need an example.
Hello,
I’m using the NFT templates for my blog. How do I edit the post page template, so that the sidebar content appears after the main post content and not before, when scrolling down the page on a mobile phone? Currently, the sidebar which contains the recent posts & ads appears above the content and not after it.
Thanks,
Estelle
Thanks,
Estelle
Well, after a lot of reading and trying, in Contre the solution In this link, it is to enhance the credentials of ID Palicacion and key of the application that I believe with this tutorial and enable it in CloudFlare in New Home Session Facebook.
capture zero trust
Name dominio-1
name dominio-2
-
This reply was modified 4 years by
ludyma.
Hi,
After update recent version of Newspaper 11.4.3 i got an PHP 500 errors.
My site is working but got errors.
Kindly help me what can i do for that.
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #25 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/slim-seo/src/MetaTags/Helper.php(50): do_shortcode(‘[tdc_zone type=…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #26 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/slim-seo/src/MetaTags/Description.php(37): SlimSEO\\MetaTags\\Helper::normalize(‘[tdc_zone type=…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #27 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/slim-seo/src/MetaTags/Description.php(31): SlimSEO\\MetaTags\\Description->normalize(‘[tdc_zone type=…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #28 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/slim-seo/src/MetaTags/Description.php(22): SlimSEO\\MetaTags\\Description->get_description()
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #29 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/amp/includes/validation/class-amp-validation-callback-wrapper.php(144): SlimSEO\\MetaTags\\Description->output(”)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #30 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/class-wp-hook.php(307): AMP_Validation_Callback_Wrapper->__invoke(”)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #31 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #32 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #33 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/general-template.php(3042): do_action(‘wp_head’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #34 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/mobile/header-amp.php(7): wp_head()
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #35 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/template.php(770): require_once(‘/home/sites/21b…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #36 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/template.php(716): load_template(‘/home/sites/21b…’, true, Array)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #37 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #38 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/mobile/single.php(10): get_header(‘amp’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #39 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/template-loader.php(106): include(‘/home/sites/21b…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #40 /home/sites/21b/b/b2dd22ed10/public_html/wp-blog-header.php(19): require_once(‘/home/sites/21b…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #41 /home/sites/21b/b/b2dd22ed10/public_html/index.php(17): require(‘/home/sites/21b…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #42 {main}
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] thrown in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social3.php on line 9
ahmedabadexpress.com [Fri Apr 15 13:57:51 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 13:57:59 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 13:58:17 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:13:42 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:20:57 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “exclude_pages” in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php on line 455PHP message: PHP Warning: Undefined array key “exclude_posts” in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php on line 458’
ahmedabadexpress.com [Fri Apr 15 14:26:31 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “exclude_pages” in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php on line 455PHP message: PHP Warning: Undefined array key “exclude_posts” in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php on line 458’
ahmedabadexpress.com [Fri Apr 15 14:36:21 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:36:40 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:37:00 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:37:23 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:37:37 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:39:05 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:39:23 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:39:38 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:41:17 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:41:35 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:41:43 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 16:04:34 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 17:09:40 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 17:36:47 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 17:42:04 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 20:34:24 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 20:36:09 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 20:36:16 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Class “td_style” not found in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social3.php:9\nStack trace:\n#0 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/template.php(770): require_once()\n#1 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php(42): load_template(‘/home/sites/21b…’, true)\n#2 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_socials.php(138): td_autoload_classes->loading_classes(‘tds_social3’)\n#3 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdm_block_socials->render(Array, ”)\n#4 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/shortcodes.php(356): td_
ahmedabadexpress.com [Fri Apr 15 20:36:41 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:27:58 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:28:05 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:29:28 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:35:09 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:35:18 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:59:29 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 22:01:33 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 22:04:02 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 22:06:00 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 22:09:48 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 22:17:19 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 02:33:38 2022] [error] [client 208.109.36.200:0] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Undefined constant “ABSPATH” in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/blocks/index.php:9\nStack trace:\n#0 {main}\n thrown in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/blocks/index.php on line 9’
ahmedabadexpress.com [Sat Apr 16 04:52:00 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 04:52:32 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 05:04:40 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 05:04:47 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 05:05:23 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 05:21:04 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 05:21:13 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:02:31 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:03:29 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:04:06 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:04:41 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:04:55 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:38:44 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 07:21:12 2022] [error] [client 103.238.106.246:0] PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1
ahmedabadexpress.com [Sat Apr 16 07:21:17 2022] [error] [client 103.238.106.246:0] PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1
ahmedabadexpress.com [Sat Apr 16 07:21:46 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:21:47 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:22:06 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:22:07 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:20 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:20 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:24 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:24 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:40 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:43 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:43 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:23:36 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:23:44 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:23:45 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:25:34 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 07:25:43 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 07:50:31 2022] [error] [client 103.238.106.246:0] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93
ahmedabadexpress.com [Sat Apr 16 07:59:07 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 07:59:52 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 10:19:26 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 10:50:53 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 10:51:30 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 12:31:33 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 12:31:37 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 13:09:17 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 13:12:33 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 13:14:01 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 13:21:45 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 14:48:18 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’