Thread: mp3submit error
View Single Post
  #10 (permalink)  
Old 11-23-2008, 08:56 AM
miller22 miller22 is offline
New Pligger
 
Join Date: Nov 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Here's what I did to fix it:

create a file in your libs directory called "lang.conf"

In that file, paste the following:

<?php
include_once ('./languages/lang_english.conf');
?>


That should make it reverse compatible, but I still found some incompatibilities in the templates. This gave me about 95% compatibility with 9.5. Enough to change the template back, anyway.
Reply With Quote