• Welcome to Sitemap Generator Forum.
 

How to upgrade Sitemap Generator

Started by XML-Sitemaps Support, November 23, 2005, 08:58:39 PM

Previous topic - Next topic

XML-Sitemaps Support

If you have previous version of Sitemap Generator already installed...

Unpack the contents of distribution archive and upload all the files to the target folder on your server, make sure to overwrite existing file.

Existing customers can download the latest version using the original download link sent to you when you purchased.

fcdutoit

But if you use a custom template file "sitemap_tpl.html" it must not be overwritten by the update.

Is it maybe not a good idea to move the "sitemap_tpl.html" and "style.css" files from the /pages/* to /data/* folder to prevent this file from being overwritten when doing upgrades?


info235

Thanks for the simplified instructions. I bought the stand alone version yesterday and had it up and running in about 10 minutes.

As my site has 650 pages, this has been a massive help.

Having previously having built manually, an html sitemap, I cannot tell you how reovieved I was to find this package. Well done!

website

#4
Hello,

I upgraded the sitemap and well as usual did not read all the instructions...so When I upgraded it I just uploaded all the files in the original folder...when I tried to execute the sitemap now by going to http://my url/sitemap,  all that happens is it opens the folder...also when I would excute the sitemap.php file and run the generator...nothing happens it seems to hang there with no information scrolling on the screen with the pages scanned..

So I completely deleted all the files in the sitemap folder as well as the sitemap.xml files off the server started all over and I get the same issue...all my permissions are correct and the configuration page is set up...am I missing something???? ??? ??? ???
Thanks
Chad

XML-Sitemaps Support

Hello,

please try to increase  memory_limit and max_execution_time settings in php configuration at your host (php.ini file) .

website

max_execution_time = 30     ; Maximum execution time of each script, in seconds
max_input_time = 60   ; Maximum amount of time each script may spend parsing request data
memory_limit = 32M      ; Maximum amount of memory a script may consume (8MB)

These are the current settings...any suggestions as to what the generator will require above this?

Thanks

website

Well I have increased the setting in php.ini file to what is listed below and still no change....all it does it sits there with the header saying "Please wait. Sitemap Generation in progress"  nothing is happening within the window...does not show pages scanned or anything...is there any other information that could be the problem????

max_execution_time = 300     ; Maximum execution time of each script, in seconds
max_input_time = 120   ; Maximum amount of time each script may spend parsing request data
memory_limit = 32M      ; Maximum amount of memory a script may consume (8MB)


nickm

No doubt its a dumb questions but from where do I download the Sitemap Generator upgrades?

XML-Sitemaps Support

You should use the same link sent to you in automated email (the link doesn't change and always points to the most recent version).

sgsmorgan

Quote from: admin on November 23, 2005, 08:58:39 PM

If you have previous version of Sitemap Generator already installed...

Unpack the contents of distribution archive and upload the following files to the target folder on your server:
          * index.php
          * all pages/* files


And the download link is where? I can't find it - this might be me, haven't had enough coffee yet today  :-\


caroline

I never received the download link, is there any way to re-send?

Al Guevara

Sorry for dumb question, but what does this
  * all pages/* files
mean?

Does it mean upload the two subdirs /pages and /data ???