Categories

How to remove the “Fatal error: SOAP-ERROR: Parsing Schema: unexpected in sequence” error?

Share

If you use the eBay API in any way on your website related to your products or orders then you may have come across an issue which happened last week probably around Jan 26 2012. If you call any eBay API method you will encounter the following error message:

Fatal error: SOAP-ERROR: Parsing [...]

How to parse large sized XML files using PHP XML Parser

Share

I was recently provided a Google Base XML file by a client to load on one of his websites. The size of the XML file was over 20MB.  The format of the XML file was as follows:

<?xml version=”1.0″?> <rss version=”2.0″ xmlns:g=”http://base.google.com/ns/1.0″ xmlns:c=”http://base.google.com/cns/1.0″> <channel> <title>Company Name</title> <description>Company Name Description</description> <link>www.companyname.com</link> <item> <g:id>TEST</g:id> <title>Test Product [...]

Never disregard old pages on your website

Share

We recently updated a WordPress website to a new theme as well as changed the sitemap. The client was maintaining the website for the past 2 years on the same sitemap and wanted everything new on a new theme.

However after we completed the theme implementation on the new website the client then added [...]