Quote:
Originally Posted by Cloudrunner
Try this then (again, I'm at work so bear with me...)
Go into the file: ./admincp/donation_install/donation_install_phrases.php and find near the bottom:
PHP Code:
if (isset($test_language['phrasegroup_ppdonations']) AND !empty($test_language['phrasegroup_ppdonations'])){
And replace with:
PHP Code:
if (isset($test_language['phrasegroup_ppdonations'])){
Let me know if this helps, if it does I'll get it in the next update if not then I'll have to look into it abit more when I get home.
|
bingo! thank you!
while i haven't tried out the actual mod functionality yet, i was now able to get past that point in the install, so it worked.