Jump to content

mike62

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by mike62

  1. Interesting. I replaced some of those functions with their new counterparts, and now the page is loading without errors, but it is not loading properly... http://dev.delucaswpg.webfactional.com I may have to just "leave well enough alone" and stick with my 2.3 installation... and muddle my way through making the changes — with documentation that is not correct for the version I'm using. Fun times. I really do appreciate you guys taking the time to try to help me figure this out though! Definitely a big help. Thank you.
  2. 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?
  3. I updated Spex — from 0.2 (!) to 0.99 — and still get this error: Error: Exception: Method ProcessWire::getArray 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('getArray', 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(ProcessWire), 'callUnknown', Array) #3 /home/delucaswpg/webapps/delucas_dev/wire/core/ProcessWire.php(587): Wire->__call('callUnknown', Array) #4 /home/delucaswpg/webapps/delucas_dev/wire/core/Wire.php(445): ProcessWire->__call('callUnknown', Array) #5 /home/delucaswpg/webapps/delucas_dev/wire/core/Wire.php(445): ProcessWire->callUnknown('getArray', Array) #6 /home/delucaswpg/webapps/delucas_dev/wire/core/ProcessWire.php(590): Wire->__call('getArray', Array) #7 /home/delucaswpg/webapps/delucas_dev/site/modules/Spex/Spex.module(250): ProcessWire->_ This error message was shown because: you are logged in as a Superuser. Error has been logged. When I removed Spex I got loads of "function doesn't exist" errors for the page templates, so it looks like this template is relying on it pretty heavily.
  4. Thanks Dave! I've attached a screenshot of the Site modules. I installed Tracy Debugger, but I'm not sure how to get any useful info out of it. After I installed it, the error message changed to this (see second attachment).
  5. I am new to ProcessWire; I'm a WordPress developer coming into an existing PW site. I noticed that the site I'm working on is version 2.3 and wanted to upgrade it to the latest version so that I could be sure that the documentation was relevant to me. I downloaded v2.8.62 Legacy today and followed the upgrade steps. The backend works fine, but the frontend gives me this error message: Error: Exception: Method ProcessWire::getArray 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('getArray', 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(ProcessWire), 'callUnknown', Array) #3 /home/delucaswpg/webapps/delucas_dev/wire/core/ProcessWire.php(587): Wire->__call('callUnknown', Array) #4 /home/delucaswpg/webapps/delucas_dev/wire/core/Wire.php(445): ProcessWire->__call('callUnknown', Array) #5 /home/delucaswpg/webapps/delucas_dev/wire/core/Wire.php(445): ProcessWire->callUnknown('getArray', Array) #6 /home/delucaswpg/webapps/delucas_dev/wire/core/ProcessWire.php(590): Wire->__call('getArray', Array) #7 /home/delucaswpg/webapps/delucas_dev/site/modules/Spex/Spex.module(163): ProcessWire->_ This error message was shown because: you are logged in as a Superuser. Error has been logged. The site is hosted on WebFaction and can be found here: http://dev.delucaswpg.webfactional.com. Any help would be greatly appreciated. -Mike
×
×
  • Create New...