Evil Posted November 16, 2018 Share Posted November 16, 2018 (edited) Can't access solders directly via admincp, any theme changes we did I reverted back to test if it was that. OutOfRangeException: (0) #0 /home/******/public_html/forums/applications/perscom/sources/Personnel/Soldier.php(570): IPS\Patterns\_ActiveRecord::load(Object(IPS\perscom\Personnel\Uniform)) #1 /home/******/public_html/forums/system/Node/Controller.php(489): IPS\perscom\Personnel\_Soldier->form(Object(IPS\Helpers\Form)) #2 /home/******/public_html/forums/system/Node/Controller.php(388): IPS\Node\_Controller->_addEditForm(Object(IPS\perscom\Personnel\Soldier)) #3 /home/******/public_html/forums/system/Dispatcher/Controller.php(85): IPS\Node\_Controller->form() #4 /home/******/public_html/forums/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute() #5 /home/******/public_html/forums/applications/perscom/sources/Node/Controller.php(29): IPS\Node\_Controller->execute() #6 /home/******/public_html/forums/applications/perscom/modules/admin/personnel/soldier.php(33): IPS\perscom\Node\_Controller->execute() #7 /home/******/public_html/forums/system/Dispatcher/Dispatcher.php(146): IPS\perscom\modules\admin\personnel\_soldier->execute() #8 /home/******/public_html/forums/admin/index.php(14): IPS\_Dispatcher->run() #9 {main} Edited November 16, 2018 by Evil Quote Link to comment Share on other sites More sharing options...
Administrators Jon Erickson Posted November 16, 2018 Administrators Share Posted November 16, 2018 We found one little bug still left and squashed it. Please download 1.1.3 and install at your earliest convenience. Quote Owner Deschutes Design Group LLC email | jon@deschutesdesigngroup.com Link to comment Share on other sites More sharing options...
Evil Posted November 16, 2018 Author Share Posted November 16, 2018 That did fix that issue, but another issue is the uniforms and the ipsbadge is missing ie.: http://4thmrb.net/forums/index.php?/perscom/personnel/soldier/1-matt-childs/ Uniform was working, and another blank img Quote Link to comment Share on other sites More sharing options...
Arthur Cantu Posted November 16, 2018 Share Posted November 16, 2018 (edited) Did you edit the template file directly in that theme? If you switch to your default theme, you can see that it is working correctly. The way a majority of template functions are called was changed with this last update. For example the uniform (I don't remember the old) is now: {file='$soldier->uniform->url' extension='perscom_Uniform'} and status is: // 1.1.1 {template="status" params="$soldier" group="personnel" location="global" app="perscom"} // changed to in 1.1.2 {template="status" params="$soldier->status" group="personnel" location="global" app="perscom"} Edited November 16, 2018 by Arthur Cantu Quote Link to comment Share on other sites More sharing options...
Evil Posted November 16, 2018 Author Share Posted November 16, 2018 That fixed it... apparently Revert only works on by file changes... lol thanks Arthur and Jon Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.