[TH] Custom Fields [Deleted]

Awesome thanks. What effect will this have on the ratings field mod for this?
As long as you follow the upgrade instructions, everything should continue to work as normal.

Existing users of Custom Resource Fields in Resource Manager 1.0.0 using this add-on should upgrade this add-on first, then upgrade Resource Manager, then rebuild caches for Resources and Resource Categories (Admin CP -> Tools -> Rebuild Caches) to avoid losing any data.
 
I get undefined index server error logs.

library/Waindigo/CustomFields/Listener/ContainerAdminParams.php:11
 
Yesterday I installed your add-on. Today I replaced in install folder old ones with new version.
It told me that I can upgrade and I did and now I got like 9-10 errors.

All with library/Waindigo/CustomFields/Listener/ContainerAdminParams.php:11
 
Yesterday I installed your add-on. Today I replaced in install folder old ones with new version.
It told me that I can upgrade and I did and now I got like 9-10 errors.
Can you post the actual error?
 
Last error of 12:

Stacktrace
Code:
#0 /home/xxx/public_html/library/Waindigo/CustomFields/Listener/ContainerAdminParams.php(11): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/xxx/...', 11, Array)
#1 [internal function]: Waindigo_CustomFields_Listener_ContainerAdminParams::containerAdminParams(Array, Object(XenForo_Dependencies_Admin))
#2 /home/xxx/public_html/library/XenForo/CodeEvent.php(90): call_user_func_array(Array, Array)
#3 /home/xxx/public_html/library/XenForo/Dependencies/Admin.php(205): XenForo_CodeEvent::fire('container_admin...', Array)
#4 /home/xxx/public_html/library/XenForo/FrontController.php(602): XenForo_Dependencies_Admin->getEffectiveContainerParams(Array, Object(Zend_Controller_Request_Http))
#5 /home/xxx/public_html/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlAdmin), Array)
#6 /home/xxx/public_html/admin.php(13): XenForo_FrontController->run()
#7 {main}

Request state
Code:
array(3) {
  ["url"] => string(54) "http://www.xyz.com/admin.php?tools/run-deferred"
  ["_GET"] => array(1) {
    ["tools/run-deferred"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["redirect"] => string(44) "http://www.xyz.com/admin.php?add-ons/"
    ["execute"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
  }
}
 
Yep, I don't have ressource manager and I see now that it creates new server errors. Like in 15 mins cycle.
 
I created some custom thread fields. But how can I force the users to use them?
At the moment they can ignore while creating a thread these fields but I dont want this.
 
Back
Top Bottom