← Back to team overview

phpdevshell team mailing list archive

[Bug 906556] [NEW] Class alias declaration fails on rank="first"

 

Public bug reported:

When trying to add a class alias I get the following error:

REPLACE INTO
			_db_core_plugin_classes (class_id, class_name, alias, plugin_folder, enable, rank)
		VALUES
			('', 'IMM_mods', 'themeMods', 'HTV-imm', 1, first)


first should be quoted


Note also nothing happens when "reloading" the plugin, I had to uninstall then install

** Affects: phpdevshell
     Importance: Undecided
         Status: New

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

Title:
  Class alias declaration fails on rank="first"

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

Bug description:
  When trying to add a class alias I get the following error:

  REPLACE INTO
  			_db_core_plugin_classes (class_id, class_name, alias, plugin_folder, enable, rank)
  		VALUES
  			('', 'IMM_mods', 'themeMods', 'HTV-imm', 1, first)

  
  first should be quoted

  
  Note also nothing happens when "reloading" the plugin, I had to uninstall then install

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/906556/+subscriptions


Follow ups

References