Skip to content

Instantly share code, notes, and snippets.

@RaymondBenc
Created April 21, 2016 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RaymondBenc/4c9c9f7bf9e5ed034ff3dc3cffe7e73e to your computer and use it in GitHub Desktop.
Save RaymondBenc/4c9c9f7bf9e5ed034ff3dc3cffe7e73e to your computer and use it in GitHub Desktop.
Quick Fix
# Open file: PF.Base/module/admincp/include/service/module/module.class.php
# Look for and remove
switch ($aRow['module_id']) {
case 'im':
case 'music':
case 'shoutbox':
case 'subscribe':
case 'forum':
if (Phpfox::isPackage(['3'])) {
continue 2;
}
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment