Trying to get YAGA running on fresh 2.6 install.
Hello!
I'm on a fresh install of 2.6.4. The only extra plugin or application I've added is YAGA, and (of course) that's not working, or I wouldn't be posting.
Pretty URLs are set up. @pioc34's fork of YAGA is in the Application folder. I see YAGA in the application panel, and it will enable it when I ask it to.
Enabling it in the dashboard adds one line to config.php:
$Configuration['EnabledApplications']['Yaga'] = 'yaga';
That didn't seem to be enough to activate functionality.
I then added some additional lines to config, per instructions pioc34 shared in a 2.5 thread:
// Yaga
$Configuration['Yaga']['Version'] = '1.1';
$Configuration['Yaga']['Reactions']['Enabled'] = '1';
$Configuration['Yaga']['Badges']['Enabled'] = '1';
$Configuration['Yaga']['Ranks']['Enabled'] = '';
$Configuration['Yaga']['MenuLinks']['Show'] = '1';
$Configuration['Yaga']['LeaderBoard']['Enabled'] = '1';
$Configuration['Yaga']['LeaderBoard']['Limit'] = '10';
Which didn't seem to have any affect either.
And... at that point, I brought the problem here, since I'm not sure what to try.
Comments
Do you have yaga enabled in applications menu? Can you go to the settings ?
It is enabled. I cannot go to the settings. When I click on the settings, I get the following:
What is the settings url? http://yourforum.com/yaga/settings ?
Http://randomaverage.com/vanilla/yaga/settings
Do you have rewrite url enabled?
I have
$Configuration['Garden']['RewriteUrls'] = true;
... in conf/config.php
Sorry, i don't know. Try to put $Configuration['Debug'] = true; in your config.php and check if error messages appears...
Try to open the settings in a new page. That helps revealing a potential error message.
This is what I got from the debug. I hope it's helpful:
Yaga is an application not a plugin. You must put it in the application folder
Ugh. Sorry. Markdown did weird things with that.
It's in the application folder.
I can see why, from the debug, you think I have it in the plugins folder, but it's not in there. It's in applications.
Is there, perhaps, some file that would by default assume yaga was running out of /plugins/ ?
Do you have the file boostrap.php in yaga/settings?
All of the above is called "Notice" which means that it is not an error which means that this is not the reason for your problems.
Have you tried opening the settings page in anther window? What is the url, what is the error message?
Url displayed is http://randomaverage.com/vanilla/yaga/settings
hum i configure a fresh install of vanilla and tried to install my yaga installation. I have a page not found!
In conf/config.php, replace $Configuration['EnabledApplications']['Yaga'] = 'applications/yaga'; by $Configuration['EnabledApplications']['Yaga'] = 'yaga';
In your application folder, be sure that yaga files are in yaga folder and not Application-Yaga-Master folder
I don't know why all applications are in conf.php like that $Configuration['EnabledApplications']['xxx']= 'applications/xxx';
Hi, did you guys solved the issue, I have exactly the same situation, yaga not working after installing it on 2.6.4
Bests!!