Welcome Guest, Not a member yet? Register   Sign In
Multiple Sites with Modular Extensions - HMVC and Packages
#4

[eluser]Unknown[/eluser]
Helpful post, thanks! Wanted to point out a couple of miskeys:

Code:
<?php
define(', dirname(__FILE__));

should be

<?php
define('CUSTOM_PATH', dirname(__FILE__));

....
<?php
config['modules] = array(
  APPPATH.'modules/' => '../modules/',
  CUSTOM_PATH .'/modules/'  => '../../../custom/modules/'
);

should be

<?php
config['modules_locations'] = array(
  APPPATH.'modules/' => '../modules/',
  CUSTOM_PATH .'/modules/'  => '../../../custom/modules/'
);


Messages In This Thread
Multiple Sites with Modular Extensions - HMVC and Packages - by El Forum - 06-04-2012, 03:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB