Resource icon

[SurreyForum] XenKingDir: Link / Business Directory (Directory) 1.2.0.8

No permission to download
@tenants - just installed this for someone.

For some reason, everything is working apart from the actual directory page, it's just white:

upload_2013-10-21_15-1-21.webp

Everything else below that works, and you can add listings etc.

upload_2013-10-21_15-2-1.webp

Any idea what might be going wrong here?

XF 1.2.2 and 1.2.0.8 installed. Thanks.
 
It might be a cache issue, templates might need rebuilding or something? I've not seen that before, try reinstalling the add-on (upgrade to the same version), this will rebuild many of the caches.

- a blank page is quite strange (especially if there are no errors shown in the ACP) and normally implies something didn't go to completion on installing
 
It might be a cache issue, templates might need rebuilding or something? I've not seen that before, try reinstalling the add-on (upgrade to the same version), this will rebuild many of the caches.
Done that as well already. Still the same. Can see 33 templates in the ACP.
 
Actually, I think it's a server issue. Using Chrome Developer, I can see a 500 internal server error being generated. I've tried it on the test version of the site I set up, and it's working fine.
 
A 500 internal server could be anything, there might be more about the error on the server it's self (if error reporting is switched on)

Have you tried a fresh install (un-install / reinstall the plugin) ?
 
A 500 internal server could be anything, there might be more about the error on the server it's self (if error reporting is switched on)

Have you tried a fresh install (un-install / reinstall the plugin) ?
I haven't. I'll give it a go. I've referred the site owner to speak with the host to see if there is anything preventing that route etc.
 
Managed to get around this by changing the route from directory to businesses and it's working now
 
Okay, there is something related to the route going on here then

Maybe another add-on that is using this route prefix already, or something in the htaccess?
 
Just had this error pop into the ACP

Code:
ErrorException: Undefined variable: breadCrumbs - library/XenKingDir/ControllerPublic/Reviews.php:275
Generated By: barryhynd, Tuesday at 12:21 PM
Stack Trace
#0 /home/sbf/public_html/library/XenKingDir/ControllerPublic/Reviews.php(275): XenForo_Application::handlePhpError(8, 'Undefined varia...', '/home/sbf/publi...', 275, Array)
#1 /home/sbf/public_html/library/XenForo/FrontController.php(337): XenKingDir_ControllerPublic_Reviews->actionDelete()
#2 /home/sbf/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/sbf/public_html/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
  ["url"] => string(209) "http://www.scottishbusinessforums.co.uk/reviews/test.3233/delete?&_xfRequestUri=%2Freviews%2Ftest.3233%2F&_xfNoRedirect=1&_xfToken=2%2C1382440894%2Cf82dce9ff8e2568301b7e720128bec155edfc813&_xfResponseType=json"
  ["_GET"] => array(4) {
    ["_xfRequestUri"] => string(19) "/reviews/test.3233/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(53) "2,1382440894,f82dce9ff8e2568301b7e720128bec155edfc813"
    ["_xfResponseType"] => string(4) "json"
  }
  ["_POST"] => array(0) {
  }
}

Seems to be related to deleting a listing.
 
I've seen it, it's in the ACP but not seen from the front end and only happen when deleting.

I'll look into it an fix it, but it's not a priority since it doesn't cause any issues (just logged in the errors)
 
Back
Top Bottom