Osclass forums

Support forums => Plugins => Sitemap generator => Topic started by: sri56143 on September 09, 2014, 12:55:17 am

Title: Showing error - error on line 1087 at column 11: Extra content at the end of the
Post by: sri56143 on September 09, 2014, 12:55:17 am
Hi,

I am using default sitemap plugin from osclass to generate sitemap.xml. Its showing an error message like "error on line 1087 at column 11: Extra content at the end of the document".  Below is the rendering of the page to the error.

http://www.yournear.com/sitemap.xml (http://www.yournear.com/sitemap.xml)

Please help me on this.
Title: Re: Showing error - error on line 1087 at column 11: Extra content at the end of the
Post by: lukaszo86 on January 07, 2015, 05:51:52 pm
I also have a problem with sitemap.

In my admin panel, when I wanto to configure plugin Sitemap generator I get a blank page with note:
Fatal error: Maximum execution time of 10 seconds exceeded in /virtual/server_address/oc-includes/osclass/classes/database/DBCommandClass.php on line 1626

Everytime, when I click on Sitemap generator i get whis notification, but everytime on line xxx is different.

I have no Idea what's going on. Can anyone help?
I need to update sitemap.xml to my google webadmin panel
Title: Re: Showing error - error on line 1087 at column 11: Extra content at the end of the
Post by: teseo on January 08, 2015, 06:45:12 pm
Hi,

Fatal error: Maximum execution time of 10 seconds exceeded in /virtual/server_address/oc-includes/osclass/classes/database/

10 seconds is too low a value for demanding operations such as this. 60 seconds is the usual value here.

php.ini:
max_execution_time = 60

Regards
Title: Re: Showing error - error on line 1087 at column 11: Extra content at the end of the
Post by: lukaszo86 on January 09, 2015, 02:19:50 pm
Hi,


10 seconds is too low a value for demanding operations such as this. 60 seconds is the usual value here.

php.ini:
max_execution_time = 60


As I understand you, I schould change this value in php.ini file? Could you tell me in where direction is it?
Thanks for advise.

Regards
Title: Re: Showing error - error on line 1087 at column 11: Extra content at the end of the
Post by: teseo on January 09, 2015, 02:45:07 pm
Well, that depends on your hosting circumstances, are you on shared hosting or you have full control over the server (VPS, dedicated...)?

Regards
Title: Re: Showing error - error on line 1087 at column 11: Extra content at the end of the
Post by: lukaszo86 on January 22, 2015, 07:02:37 pm
I pay for hosting in one of Polish hosting companies. But I have server and mysql for my own.
Title: Re: Showing error - error on line 1087 at column 11: Extra content at the end of the
Post by: teseo on January 22, 2015, 07:40:06 pm
Hi,

If you don't know where your php.ini is located, or couldn't change it through your Web Panel, better ask your hosting to do this for you.

Regards