Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few mods #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Few mods #1

wants to merge 1 commit into from

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