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

SS ✭✭
edited September 2011 in Feedback
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.
«1

Comments

  • I posted a whole load of permissions thing in my whos online thread, mark realizes there is a lot of work to do. I hope he does outsource the addons site. I think it would be good to be able to add features, even basic ones like highlighting your comment on your addon.
  • MarkMark Vanilla Staff
    I'm all for it!
  • SS ✭✭
    edited September 2009
    If I upload new version of addon (plugin for Vanilla 2) it's label becomes Vanilla 1.
    Looks like a bug.
  • MarkMark Vanilla Staff
    Definitely a bug. Adding it to the list.
  • MarkMark Vanilla Staff
    Fixed in development. Will be uploaded this week.
  • SS ✭✭
    1. "Approved" label is gone after plugin update. Dont sure.
    2. Upload New Version - Popup (JS) window not closing after file is uploaded, but without js - everything is ok.
  • outsourcing the addons site? please expand

    currently for me, all addons i attempt to enable are giving fatal errors
  • I installed "IPblocker" extention, and know I get the following Error: 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(/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?
  • oliverraduneroliverraduner Contributing to Vanilla since 2010 Switzerland ✭✭
    There are additional issues with the addons: when uploading a Screen or Icon, the modal window does not close automatically after the file has been uploaded. Actually it does not recognize the 100% finished upload of the file.
  • TimTim Operations Vanilla Staff
    @oliverraduner The addon site is getting a revamp soon and a lot of these things will change completely. For now, i'll try to find some time to see why this is happened

    @weedshack This is a problem with the IPBlocker addon itself, not Vanilla. Please contact the addon author.

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • SS ✭✭
    Trying to upload PNG image (Upload Screen) - BONK!
  • SS ✭✭
    edited January 2011
    I cant upload addon. Error: Could not analyze the addon file.
    Even a simple Skeleton does not accept =(
  • SS ✭✭
    Add some more info about error. Cant figure out the problem.
  • TimTim Operations Vanilla Staff
    K

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • @Tim you may also want to remove all these: http://vanillaforums.org/addon/browse/plugins/recent/2/p7?Form/Keywords=
    Some on the previous page too.
  • SS ✭✭
    edited January 2011
    :( F*cking PclZip. It doesn't want unpack my archive.
    UpdateModel() $Zip->extractTo($FolderPath, $Entry['name']);
    Throws error Unable to create directory. Wtf?
  • SS ✭✭
    edited January 2011
    Could not analyze the addon file.

    @Tim
    Try it yourself. Test zip plugin
  • SS ✭✭
    edited January 2011
    If main plugin file is named as [Name].plugin.php - error.
    If as default.php - all is ok

    Fix the problem please. K?
  • SS ✭✭
    edited January 2011
    https://github.com/vanillaforums/Garden/blob/master/applications/dashboard/models/class.updatemodel.php#L35
    $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.
Sign In or Register to comment.