====Podcast Generator==== === Problem === The order of the mp3 is backwards (newest to oldest). === Cause === Feature of the software. === Solution === Change from using arsort line to using asort in all *.php files in /core. === Problem === When the website was moved to Atlantis.aero.und.edu the index.php would not work (do anything). === Cause === The cause of the problem was that the website was configured for a different webserver which had different absolute paths. === Solution === Create a link for the necessary path and the run the setup/index.php script to reconfigure the website.