I also made major changes to the 8.2 install base with my template changes. I'm in the midst of upgrading (using a sandboxed copy of my site) and I'm getting an error with the lang.conf file. Is this what you had a problem with?
The error reads:
Quote:
"Warning: file_get_contents(./../libs/lang.conf) [function.file-get-contents]: failed to open stream: No such file or directory in /home/bizzbites/site/www/class.config.php on line 49
Could not open ./../libs/lang.conf"
|
I'm trying to upgrade from 8.2 to 9.1. I applied chmod 777 to all files, so it's not a permission issue.
Did you search and replace all occurrences of ../lang.conf in all the pligg files with lang.conf? I guess I could do that. But why should that be necessary?
UPDATE:
I replaced all references to "../libs/lang.conf" in my template files with "libs/lang.conf". That worked, but my template needs other tweaks to work fully with 9.1's new features.