Skip to content

Conversation

@cclaerhout
Copy link

  • On Windows OS the root path was not deleted
  • add an option to set extra extensions for files exportation (ie: font-awesome has several extensions that are not recognized by the default config)
  • I didn't check for the throw error problem... so I just commented the line ^^

@daohoangson
Copy link
Contributor

Hi Cedric,

Sorry for the throw error, you need to change the index.php and admin.php file to be something like this

require($fileDir . '/library/XenForo/Autoloader.php');
require($fileDir . '/library/DevHelper/Autoloader.php');
DevHelper_Autoloader::getDevHelperInstance()->setupAutoloader($fileDir . '/library');

This is required to use ShippableHelper magic classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants