Getting somewhere! Now I have just this error:
Compile Error: require(): Failed opening required '/home/delucaswpg/webapps/delucas_dev/site/templates/layouts/portal.php' (include_path='.:/usr/local/share/pear54') (line 186 of /home/delucaswpg/webapps/delucas_dev/site/modules/Spex/Spex.module)
This error message was shown because: you are logged in as a Superuser. Error has been logged.
When I go to line 186 of that file, it reads like so:
require $config->paths->templates.'layouts/'.$this->layout.'.php';
That pear54 thing... does that have to do with my hosting environment?
EDIT: Actually I just noticed that I don't have a /site/templates/layouts/ folder, but rather a /site/templates/layout/ folder. I tried renaming it to /layouts/... but now I'm back to these errors:
Error: Exception: Method Spex::includeStyles does not exist or is not callable in this context (in /home/delucaswpg/webapps/delucas_dev/wire/core/Wire.php line 519)
#0 /home/delucaswpg/webapps/delucas_dev/wire/core/Wire.php(386): Wire->___callUnknown('includeStyles', Array)
#1 /home/delucaswpg/webapps/delucas_dev/wire/core/WireHooks.php(698): Wire->_callMethod('___callUnknown', Array)
#2 /home/delucaswpg/webapps/delucas_dev/wire/core/Wire.php(442): WireHooks->runHooks(Object(Spex), 'callUnknown', Array)
#3 /home/delucaswpg/webapps/delucas_dev/wire/core/Wire.php(445): Wire->__call('callUnknown', Array)
#4 /home/delucaswpg/webapps/delucas_dev/wire/core/Wire.php(445): Spex->callUnknown('includeStyles', Array)
#5 /home/delucaswpg/webapps/delucas_dev/site/templates/layouts/_base.php(27): Wire->__call('includeStyles', Array)
#6 /home/delucaswpg/webapps/delucas_dev/site/templates/layouts/_base.php(27): Spex->includeStyles()
#7 /home/delucaswpg/webapps/delucas_dev/site/modules/Spex/Spex.module(192): require('/home/delucasw
This error message was shown because: you are logged in as a Superuser. Error has been logged.
I see now it's referring to line 192 of Spex.module. Which is this:
require $config->paths->templates.'layouts/'.$this->baseLayout.'.php';
Does that move us forward at all?