HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Problems at addons page
Upload Screen link redirect me (yes, I'm sure that is my addon ) to /garden/home/permission
You do not have permission to access the requested resource.
Tagged:
0
Comments
Looks like a bug.
2. Upload New Version - Popup (JS) window not closing after file is uploaded, but without js - everything is ok.
currently for me, all addons i attempt to enable are giving fatal errors
Warning: main(/home/content/w/e/e/weedshack/html/MedicalMarijuana_DispensaryLocator/extensions/IPBlocker/default.php) [function.main]: failed to open stream: No such file or directory in /home/content/w/e/e/weedshack/html/MedicalMarijuana_DispensaryLocator/conf/extensions.php on line 21
Warning: main() [function.include]: Failed opening '/home/content/w/e/e/weedshack/html/MedicalMarijuana_DispensaryLocator/extensions/IPBlocker/default.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/w/e/e/weedshack/html/MedicalMarijuana_DispensaryLocator/conf/extensions.php on line 21
PLEASE HELP - How do I Fix this?
@weedshack This is a problem with the IPBlocker addon itself, not Vanilla. Please contact the addon author.
Vanilla Forums COO [GitHub, Twitter, About.me]
Even a simple Skeleton does not accept =(
Vanilla Forums COO [GitHub, Twitter, About.me]
Some on the previous page too.
UpdateModel() $Zip->extractTo($FolderPath, $Entry['name']);
Throws error Unable to create directory. Wtf?
@Tim
Try it yourself. Test zip plugin
If as default.php - all is ok
Fix the problem please. K?
$InfoPaths = array(
'/settings/about.php', // application
'/default.php', // plugin
'/class.*.plugin.php', // plugin // <-- [!]
'/about.php', // theme
'/definitions.php', // locale
'/index.php', // vanilla core
'vanilla2export.php' // porter
);</code>
https://github.com/vanillaforums/Garden/blob/master/library/core/class.pluginmanager.php#L469
$PluginPaths = SafeGlob(PATH_PLUGINS . DS . $Item . DS . '*plugin.php'); // <-- [!!] $PluginPaths[] = PATH_PLUGINS . DS . $Item . DS . 'default.php';</code> @Todd 'updatemodel' I think this is for you.