Conversation:
Notices
-
@tomascw You can almost just drop postActiv on top of a GNU social instance and not really notice except it will probably be faster. Some things to do though: 1] Some plugins that are non optional were moved to /modules/ - make sure they're not duplicated or you'll get weird errors from PHP getting confused about the duplicate classes. 2] You'll probably want to u…
-
@tomascw In a worse case, you can temporarialy set it to checkschema on page loads by uncommenting the relevant line in config.php - it has that behaviour specifically for hosting situations without ssh access. It's an inelegant solution that slows things down, but it's only neccesary for a single page load every time.