Welcome Guest, Not a member yet? Register   Sign In
How to remove an installed Spark
#1

[eluser]phoenixg[/eluser]
as the title questioned

I also use this HMVC solution: https://bitbucket.org/wiredesignz/codeig.../downloads
#2

[eluser]Pedro Luz[/eluser]
if your trying to remove completely the spark

i think that when you install sparks it creates a folder in your root folder, next to application called 'tools'. i think that you just need to delete that folder.

and in your application/core/MY_Loader.php you have code just like in this file:
http://getsparks.org/static/install/MY_Loader.php.txt

you need to replace that code with:

Code:
<?php (defined('BASEPATH')) OR exit('No direct script access allowed');

/* load the MX_Loader class */
require APPPATH."third_party/MX/Loader.php";

class MY_Loader extends MX_Loader {}


im not sure if this is the correct way, or the best way to do it.


to remove a specific spark package
php tools/spark uninstall -v1.0.0 <package_name>
#3

[eluser]phoenixg[/eluser]
Thank you!
#4

[eluser]Unknown[/eluser]
Code:
spark remove -v1.0.0 foo

(or remove all with -f)




Theme © iAndrew 2016 - Forum software by © MyBB