Jump to content

download app and plugin


row209

Recommended Posts

4 hours ago, row209 said:
I have access to the ipsmarket but there is only the ability to install !!
You can not download this way either
Is there another way?

First, you are not allowed to download files anymore, you install them directly on your forum via ACP. Second, you have to link your marketplace account to able to this function.

Rmk6DOw.pngYou need dev files to download plugins, the second way is to recode them using the files on your forum host directory.

Edited by sebastiancgames
Link to comment
Share on other sites

  • 2 weeks later...
On 9/5/2020 at 6:48 PM, sebastiancgames said:

You need dev files to download plugins

Yes, I follow all the steps correctly

And enable development mode

But when I download the plugin, I get an error message

failed to open dir: No such file or directory

error line:

    $resourcesNode = $xml->addChild( "{$k}Files" );
            foreach ( new \DirectoryIterator( \IPS\ROOT_PATH . "/plugins/{$plugin->location}/dev/{$k}" ) as $file )

Link to comment
Share on other sites

5 minutes ago, row209 said:

Yes, I follow all the steps correctly

And enable development mode

But when I download the plugin, I get an error message

failed to open dir: No such file or directory

error line:

    $resourcesNode = $xml->addChild( "{$k}Files" );
            foreach ( new \DirectoryIterator( \IPS\ROOT_PATH . "/plugins/{$plugin->location}/dev/{$k}" ) as $file )

To download plugins from AdminCP, you need to edit the responsible controller (not recommended on production environments) or make a second one that doesn't assemble the .XML from dev files.

 

Please no more private messages, mentions or anything like that. I don't offer any support at the moment.

Link to comment
Share on other sites

  • 1 month later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...