Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #007322

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (0)No (0)
Photo

About plugins.conf

Posted by thanna on 03 June 2013 - 02:53 AM

I have two plugin and when I run them, theres a error prompting on my mapserver and then I check the plugins.conf


plugins_list:[
	//"sample"
	//"other"
  ]

and I realize that if you have 2 or more plugin you must add a ",(coma)"
plugins_list:[
    //"sample",
    //"other"
  ]
sorry that I posted this here, somehow it would be helpful to others if the plugins.conf is corrected so that they will not be confuse

Ind 
changed status to: Confirmed

no need to sorry, its highly appreciated :D thank you

please don't thank me, we should thank you for this great community

Fixed in 3e413d7. Follow up in https://github.com/H...comment-3379861 since I forgot to comment the lines out, thanks streusel<3

changed status to: Fixed