To save you the trouble of reading this whole thing it was a leading "/" in the modules path causing the issue.
Modx: 0.9.6.1p2
Template info:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="[(site_url)]">
</head><body>
[*#content*]
</body></html>
Log into modx manager then load page (/page) nothing shows up in head file.
-Looking at the System events QuickEditor is returning an error saying Module not found.
-Under plugin section the Quickedit does not have any configuration and is not disabled.
-Checked the config for module. Module path was /assets/modules/quick_edit changed to include from root /home/username/public_html/assets/modules/quick_edit
-I check the /assets/modules/ and quick_edit is there and has files.
-CHMOD on all directories up to file is 755, files in quick_edit are 644
I am at a loss.
This module was previously disabled before I was brought on the project. So I am assuming it worked previously but I could be wrong.