forked from hubzero/hubzero-cms
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
M. Drew LaMar edited this page Mar 2, 2024
·
6 revisions
HubZero CMS Version: 2.2
ETA: February 1, 2018
- NEW: [COM_TAGS] Focus areas implemented for Publications.
- NEW: [COM_PARTNERS] Added Partners component.
- NEW: [COM_PUBLICATIONS] Group owner added as organization in publication citation (displays with link to group).
Sometimes you will run into a permissions issue (e.g. files having the wrong owner). All CMS files should have owner hubadmin, while all project files in /srv/<hubname>/projects should have owner apache. To fix any permissions issue you maybe be having, ssh into the hub and run the following:
sudo su - hubadmin
sudo /usr/share/adm/scripts/check_group_access_php.py
// Component params
$params = Component::params('com_publications');
$address = $params->get('curatorreplyto');This log stores all CMS debug messages, but in particular when an email is sent successfully or not:
/var/log/hubzero/cmsdebug.log
$this->js('https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js')
// ->js('MathJax/MathJax.js', 'system') // Should work?
This code mimics a page call by setting request variables, instantiating a controller, executes the controller, and then loads the resulting view.
Useful for getting a readable stacktrace/backtrace.
throw new \Exception("Sup");