Okay, I switched the PHP version to 7.0, and now instead of a blank page I get an error log:
Error: Call to undefined method IPS\cms\Records2::reputation() (0)
#0 /home/(user)/public_html/ipb/applications/cms/sources/Theme/Theme.php(610) : eval()'d code(779): IPS\Theme\class_cms_database_supergrid_listing->recordRow(Object(IPS\Helpers\Table\Content), Array, Array)
#1 [internal function]: IPS\Theme\class_cms_database_supergrid_listing->categoryTable(Object(IPS\Helpers\Table\Content), Array, Array, NULL, true)
#2 /home/(user)/public_html/ipb/system/Helpers/Table/Table.php(548): call_user_func(Array, Object(IPS\Helpers\Table\Content), Array, Array, NULL, true)
#3 /home/(user)/public_html/ipb/applications/cms/modules/front/database/category.php(533): IPS\Helpers\Table\_Table->__toString()
#4 /home/(user)/public_html/ipb/applications/cms/modules/front/database/category.php(40): IPS\cms\modules\front\database\_category->view()
#5 /home/(user)/public_html/ipb/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\database\_category->manage()
#6 /home/(user)/public_html/ipb/applications/cms/sources/Databases/Dispatcher.php(325): IPS\Dispatcher\_Controller->execute()
#7 /home/(user)/public_html/ipb/applications/cms/widgets/Database.php(130): IPS\cms\Databases\_Dispatcher->run()
#8 /home/(user)/public_html/ipb/applications/cms/sources/Pages/Page.php(1257): IPS\cms\widgets\_Database->render()
#9 /home/(user)/public_html/ipb/applications/cms/sources/Pages/Page.php(2191): IPS\cms\Pages\_Page->getWidgets()
#10 /home/(user)/public_html/ipb/applications/cms/modules/front/pages/page.php(73): IPS\cms\Pages\_Page->output()
#11 /home/(user)/public_html/ipb/applications/cms/modules/front/pages/page.php(43): IPS\cms\modules\front\pages\_page->view()
#12 /home/(user)/public_html/ipb/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\pages\_page->manage()
#13 /home/(user)/public_html/ipb/applications/cms/modules/front/pages/page.php(33): IPS\Dispatcher\_Controller->execute()
#14 /home/(user)/public_html/ipb/system/Dispatcher/Dispatcher.php(146): IPS\cms\modules\front\pages\_page->execute()
#15 /home/(user)/public_html/ipb/index.php(13): IPS\_Dispatcher->run()
#16 {main}
I edited the path to replace the username with (user) because, I dunno, paranoid? But otherwise that's just a copy-paste of the errorlog shown.
Here's the link to that website page: http://worldsmyths.com/ipb/index.php?/library/public/
I'm going to switch the Homepage Articles template back to the default, but when I switched it to frontpage I got a similar error message:
Error: Call to undefined method IPS\cms\Records2::reputation() (0)
#0 /home/(user)/public_html/ipb/applications/cms/sources/Theme/Theme.php(610) : eval()'d code(697): IPS\Theme\class_cms_database_Supergrid_FrontPage->entry(Object(IPS\cms\Records2), Object(IPS\cms\Databases))
#1 /home/(user)/public_html/ipb/applications/cms/modules/front/database/index.php(142): IPS\Theme\class_cms_database_Supergrid_FrontPage->index(Object(IPS\cms\Databases), Object(IPS\Patterns\ActiveRecordIterator), Object(IPS\Http\Url\Friendly), Array)
#2 /home/(user)/public_html/ipb/applications/cms/modules/front/database/index.php(51): IPS\cms\modules\front\database\_index->view()
#3 /home/(user)/public_html/ipb/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\database\_index->manage()
#4 /home/(user)/public_html/ipb/applications/cms/sources/Databases/Dispatcher.php(325): IPS\Dispatcher\_Controller->execute()
#5 /home/(user)/public_html/ipb/applications/cms/widgets/Database.php(130): IPS\cms\Databases\_Dispatcher->run()
#6 /home/(user)/public_html/ipb/applications/cms/sources/Pages/Page.php(1257): IPS\cms\widgets\_Database->render()
#7 /home/(user)/public_html/ipb/applications/cms/sources/Pages/Page.php(2191): IPS\cms\Pages\_Page->getWidgets()
#8 /home/(user)/public_html/ipb/applications/cms/modules/front/pages/page.php(73): IPS\cms\Pages\_Page->output()
#9 /home/(user)/public_html/ipb/applications/cms/modules/front/pages/page.php(43): IPS\cms\modules\front\pages\_page->view()
#10 /home/(user)/public_html/ipb/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\pages\_page->manage()
#11 /home/(user)/public_html/ipb/applications/cms/modules/front/pages/page.php(33): IPS\Dispatcher\_Controller->execute()
#12 /home/(user)/public_html/ipb/system/Dispatcher/Dispatcher.php(146): IPS\cms\modules\front\pages\_page->execute()
#13 /home/(user)/public_html/ipb/index.php(13): IPS\_Dispatcher->run()
#14 {main}
I could still try 7.1 or 7.2 for the PHP if that matters, or is there something else I should do to fix this?
I appreciate your help.