Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter Be Dark

    (@b_dark)

    also , only on firefox show me this error

    Error loading stylesheet: A network error occurred loading an XSLT stylesheet: http://mydomain.com/main-sitemap.xsl

    If I am not wrong, the culprit for your error would be W3TC.

    1. First delete all cache generated by W3TC plugin.

    2. Next disable and delete w3tc plugin.

    3. Now delete cache folder present in public_html/wp-content(if wp-content prefix renamed, then find the file accordingly)

    4. Delete Advanced-cache.php and object-cache.php in your public_html/wp-content(if wp-content prefix renamed, then find the file accordingly)

    5. change the file permission for .htaccess to 644 in your FTP. If you are using cPanal goto Files>>File Manager>>public_html/.htaccess
    5(a). Delete any mode rewrite rules in .htaccess between # BEGIN W3TC Browser Cache and # END W3TC Browser Cache &
    5(b). Delete any mode rewrite rules in .htaccess between # BEGIN W3TC Page Cache core and # END W3TC Page Cache core

    Now you test your sitemaps one by one. I hope this works fine for you. Otherwise, you may find different error message. Then you can find root cause for that too.

    Note:
    If you are testing something then first step to initiate is to disable and delete Cache Plugin. When W3TC installed, just disabling this plugin doesn’t allow you to edit any part of your site.

    W3TC should not be suggested, unless until you fixed all errors and development of your site. Any single error might not be resolved unless it is totally removed. And the remains of this plugin also restrict you while finding root causes for site errors.

    I strongly suggest that W3TC is the best cache plugin, but it is not for sites under development or having errors.

    Hi! I am also experiencing the same problem as B_Dark. Tried all the options, but it didn’t work out except the one that you, BVRamanarao, described above.

    It works when to delete W3TC!

    I deleted W3TC acc to your instruction, created sitemap, then installed again W3TC and my sitemap stopped working again.

    I need W3TC for my web-site. Are there any other solutions?

    Hai asles!

    It works when to delete W3TC!

    I deleted W3TC acc to your instruction, created sitemap, then installed again W3TC and my sitemap stopped working again.

    I need W3TC for my web-site. Are there any other solutions?

    1. Again follow the above all instructions and
    2. Follow the 4th step explained at comprahensive-study-on-sitemap-errors
    I hope you found possible workaround for your sitemap errors. If still not working as you expected, then uncheck options one by one in W3TC. Then you get yourself at some option you get all sitemaps.

    All the best. Have a nice day

    Try disable the 404 Exceptions under browser cache in your W3TC plugin.

    thank you BVRamanarao and okeywriter

    still have a problem
    after all the steps that’s what I get
    http://www.ft-studio.com/sitemap_index.xml πŸ™

    thank you BVRamanarao and okeywriter

    still have a problem
    after all the steps that’s what I get
    http://www.ft-studio.com/sitemap_index.xml πŸ™

    guys! seems to be working! sorry for confusion.

    Now you provided
    http://www.ft-studio.com/sitemap_index.xml is working fine. No problem with it. But it has sub-sitemaps as follows:

    http://www.ft-studio.com/author-sitemap.xml
    http://www.ft-studio.com/category-sitemap.xml
    http://www.ft-studio.com/attachment-sitemap.xml
    http://www.ft-studio.com/page-sitemap.xml
    http://www.ft-studio.com/post-sitemap.xml

    Out of the above five attachment-sitemap.xml and page-sitemap.xml displaying the following error

    XML Parsing Error: not well-formed
    Location: http://www.ft-studio.com/www.ft-studio.com/main-sitemap.xsl
    Line Number 6, Column 58:xmlns=”http://www.w3.org/1999/xhtml”><head><script async type=”text/javascript” src=”http://www.ft-studio.com/wp-content/cache/minify/000000/NcrRCoAgDEDRH6oNn4L-Rm2Uos22RfX3UdTjvZzFrI2IPvsTZua5kG9JIXJ9H5YUFPO2k1zoYAD3BdS0QtbO4cEyNSHVXokx6s_BfCikLEby6Bs.js”></script><title>XML Sitemap</title><meta
    ———————————————————^

    And one more thing I found that your site was Created by Artisteer v4.1.0.59861

    Possible workaround for this issue is at
    1. Empty all caches created by W3TC
    2. Have a backup of all your data base. Change permalink structure at settings>>permalinks . Test your sitempas by change permalinks structures one by one. If don’t find any issue then go with step3.
    3. Now do not minify .js files. At the W3TC dashboard Performance>>General Settings and Performance>>Minify settings. Uncheck all minifycation.
    4.Empty all caches once again. Test your all sitemaps mentioned above. If works then test by checking each W3TC minify option one by one along with your sitemaps.
    5. Now you can find which minify option not working with your theme.
    6. If the issue not resolved, then the problem not with either WordPress SEO or W3TC plugins.
    7. The last option left with is to get all your data base uploaded to local server. Then you should verify your data base with Twenty Twelve theme. If it works with W3TC and WP SEO plugins then your theme which was actually Created by Artisteer v4.1.0.59861 making all these issues. Current version of the Artisteer is 4.2.

    I hope you identified the exact feature or option or theme that created all these issues.

    asles!
    attachment-sitemap.xml and page-sitemap.xml displaying the errors. Partially you succeeded to get sitemaps, but you have not yet getting all sitemaps. Just follow the above steps, then your issue will be resolved.
    Just getting http://www.ft-studio.com/sitemap_index.xml is not sufficient enough.

    Have a nice day, ASles. πŸ˜€

    :-(( this is not my day.
    tried options 1-5, but it didn’t help.

    the last option is left. but i am not good at this, can you plz advise me which local server is better to use for this. and how can I verify my database with twenty twelve?

    by the way my wordpress 3.8 and as far as I see there is Twenty Fourteen

    Better you go with wp super cache plugin for live site. I hope it will work for you.

    And then installing-a-local-server with XAMPP

    Install in other than C drive in your system. Maintain a separate drive completely for development purpose. Installing in C drive, where all our programs installed, might reduce the performance in your system. I always prefer to allocate separate drive (say D or F etc.) for development. So, if you like to format your system in future on various reasons, you need not worry about your previous installed directories or sites present in other than C drive. And install notepad++ along with XAMPP.

    Now test your database along with your current working theme. Do several tests on test site(s) at your local server. If you succeeded to resolve your present or future(likely to face) issues, then you can implement that in your live site. And you should keep your live site clone at your local server too, as a part of all other test sites in your local server.

    I always suggest install multiple sites in your local server for various development purposes. I do follow these steps before going to implement in live site.
    Test_Site1: A clone for your live site as a separate development site (do not test every thing here). It gives you greater control if your live site being hacked or facing zero day vulnerability.
    Test_site2: This is for testing the cloned site, after u resolve your issue here, implement in test site1.
    Test_Site3: This is for testing the compatibility, or to verify various plugins or themes functionality etc.. In this Test_Site3 you need not upload all your database. Just for testing various feature that are likely to be implemented in future.
    Test_Site4: If you would like to develop themes, plugins etc. then can do all that stuff here

    After every thing is in your way from Test_Site3 to Test_Site1, then you can, no doubt, implement the same to the live site.

    my wordpress 3.8 and as far as I see there is Twenty Fourteen

    No need to worry you can test with that too.
    I strongly recommend that don’t try to test on live sites. And W3TC cache plugin is not good for sites under development.

    If you want further information on local server installation, XAMPP etc. better create a new thread at relevant place, u get members support for that too.

    I hope only site_maps issues with WordPress SEO plugin will be discussed here, as it should serve the purpose of WordPress.Org support forum. Since your theme, most probably, having compatibility issues, unless until you confirm that Yoast SEO plugin is not compatible with other best themes available in wordpress.org, we can do nothing further. So first try your database along with wordpress.org popular themes, then you can get final root cause for all the issues.
    Have a nice day

    thank you! I changed to another cache plugin, everything seems to be working.
    but will try your recommendations to check my web-site.
    thank you!

    @hanna Sles!
    I verified your sitemaps generated by Yoast SEO.You did well. Working 100% perfect. Now you can do best after testing at your local server in your system. All the best.
    Better close the thread. As far as Yoast SEO concern, I hope, the issue was resolved. So that someone who is facing the same issue might find solution after reading this thread.

    With Regards,
    B.V.Ramanarao

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Sitemap 404 error or empty pages’ is closed to new replies.