Remove record from database using SQL client (see table ThanksLog), than run www.yoursite.com/dashboard/utility/structure/vanilla
Enable 'Take back' option (see readme)
Check it out http://vanillaforums.org/docs/advancedconfig
$Configuration['Garden']['Profile']['EditUsernames'] = TRUE; // Allows users to change their own usernames.
But I'm not sure that this helps.
There is no 'garden' folder anymore, it was renamed to 'dashboard' about 2 years ago (2010-04-14) https://github.com/vanillaforums/Garden/commit/6a3c21365e98024ab9c42f0d0d7f59f9212fb0f4
I see that you run vanilla in directory, maybe that is problem. But I tested plugin for directory but it was a long time ago.
Also, I know that PHP in safe mode cant create files. Your PHP in safe mode?
I dont know what to do, enable debug mode, f…
What page speed settings are you using?
Provide content what you have in tag
Enable DebugMode $Configuration['Debug'] = TRUE;
There some trigger_error() in plugin, maybe it helps to determine an error.
Is this localhost or remote server?
Plugin PageSpeed requires internet connection to add jQuery/jQueryUI from Google CDN and to compress JavaScript.
Dou you have it?
I suppose that error happened while enabling application.
Line 45: $PageModel = new PageModel($this);
Application not yet enabled, and autoloader cant find PageModel class.
If you are using models or other plugins in structure.php (or Setup()) m…
Plugin can do this. But it cannot handle with dependent inline scripts (*), they will be broken.
* dependent inline scripts, I meant such as jQuery().ready(){...};
It should appear in /dashboard/settings/plugins. But note that this PLUGIN DO NOTHING. This plugin is used by other plugins and applications.
*/5 * * * * /usr/local/bin/php -q /home/www/htdocs/plugins/UsefulFunctions/bin/tick.php
This need to emula…
Plugin has custom UserAnchor() function.
On page http://localhost/dashboard/log/edits
To UserAnchor() passes following object.
This is totally unexpected.