← Back to team overview

phpdevshell team mailing list archive

[Bug 688980] Re: v3beta4 plugin dependancy not met for PHPDevShell

 

Plugin dependency is not according to plugin anymore but class, this
makes for a more reliable method for checking dependency. Look at the
ExamplePlugin for an example (plugin name can appear multiple times):

		<dependencies>
			<dependence class="controlPanel" plugin="ControlPanel" />
			<dependence class="views" plugin="Smarty"  />
			<dependence class="fileManager" plugin="FileMan" />
			<dependence class="imaging" plugin="PHPThumbs" />
			<!-- <dependence class="someOtherCall" plugin="Smarty" /> -->
		</dependencies>

** Changed in: phpdevshell
       Status: New => Invalid

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/688980

Title:
  v3beta4 plugin dependancy not met for PHPDevShell

Status in Open Source PHP RAD Framework with UI.:
  Invalid

Bug description:
  I have this in my plugin.config.xml file:
<dependencies>
  <dependence plugin="PHPDevShell" version="0" />
</dependencies>

This worked in v3beta3 but I just upgrade to beta4 and I get the following on the plugin manager page for my plugin:
Dependency not met!
Missing class call -> () from plugin -> (PHPDevShell)





References