AzuCloud - Search keyword cloud

AzuCloud - Search keyword cloud 0.1.2

No permission to download
I used CuteFTP Pro but i'll try what you suggest and let you know. Thanks for the help however.
You also need to create a default Xenforo style, but make it unavailable to members, as a test style. If this addon works on your default xenforo style then it's not the addon that's giving you problems, it's the customized skin your using.
 
Got a lot of this error today:



ErrorException: parse_url(file://C:\Downloads\index(7).html) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL - library/Dark/AzuCloud/EventListener/FrontControllerPreView.php:42
Generated By: Unknown Account, 34 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError('file://C:\Downl...')
#1 /public_html/library/Dark/AzuCloud/EventListener/FrontControllerPreView.php(42): parse_url(Object(XenForo_FrontController), Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#2 [internal function]: Dark_AzuCloud_EventListener_FrontControllerPreView::listen(Array, Array)
#3 /public_html/library/XenForo/CodeEvent.php(54): call_user_func_array('front_controlle...', Array)
#4 /public_html/library/XenForo/FrontController.php(154): XenForo_CodeEvent::fire()
#5 /public_html/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
["url"] => string(40) "http://www.phcorner.net/members/draft.1/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}


ErrorException: parse_url(file://C:\Downloads\index(7).html) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL - library/Dark/AzuCloud/EventListener/FrontControllerPreView.php:42
Generated By: Unknown Account, 40 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError('file://C:\Downl...')
#1 /public_html/library/Dark/AzuCloud/EventListener/FrontControllerPreView.php(42): parse_url(Object(XenForo_FrontController), Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#2 [internal function]: Dark_AzuCloud_EventListener_FrontControllerPreView::listen(Array, Array)
#3 /public_html/library/XenForo/CodeEvent.php(54): call_user_func_array('front_controlle...', Array)
#4 /public_html/library/XenForo/FrontController.php(154): XenForo_CodeEvent::fire()
#5 /public_html/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
["url"] => string(24) "http://www.phcorner.net/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
A lot of error log this day:

ErrorException: parse_url(file://C:\Downloads\index(7).html) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL - library/Dark/AzuCloud/EventListener/FrontControllerPreView.php:42
 
Since my host changed their provider this has started to work. How weird :)

EDIT: Well it's kind of working. All it shows is http://www.mmozone.co.uk/forum/ and not the other search terms on the main page. However viewing a forum thread shows what people searched for to find that thread if people have searched and found it.
 
7 pages of this error today:

ErrorException: parse_url(file://C:\Downloads\index(7).html) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL - library/Dark/AzuCloud/EventListener/FrontControllerPreView.php:42
Generated By: Unknown Account, 8 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError('file://C:\Downl...')
#1 /home/site/public_html/library/Dark/AzuCloud/EventListener/FrontControllerPreView.php(42): parse_url(Object(XenForo_FrontController), Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#2 [internal function]: Dark_AzuCloud_EventListener_FrontControllerPreView::listen(Array, Array)
#3 /home/site/public_html/library/XenForo/CodeEvent.php(54): call_user_func_array('front_controlle...', Array)
#4 /home/site/public_html/library/XenForo/FrontController.php(154): XenForo_CodeEvent::fire()
#5 /home/site/public_html/index.php(21): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
["url"] => string(52) "http://www.site.net/*"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
Hi Luke,

To get keywords to display on my portal index page, would this be the appropriate code?:

Code:
EWRporta_ControllerPublic_Portal:index
 
May I know what are the Active controllers for:
User Albums
XenMedio
Resource Manager
 
To import the old forum list page terms to new 'forums/' route in XF1.2, run the following query:

Code:
update ignore dark_azucloud_terms_pages set route='forums/' where route='index'

If you're using any kind of portal or other non-default home page, this may break things or generally not have the desired effect
 
To import the old forum list page terms to new 'forums/' route in XF1.2, run the following query:

Code:
update ignore dark_azucloud_terms_pages set route='forums/' where route='index'

If you're using any kind of portal or other non-default home page, this may break things or generally not have the desired effect

What if in 1.2 I'm using this route as home > recent-activity/ ?
 
Code:
update ignore dark_azucloud_terms_pages set route='recent-activity/' where route='index'
?
 
Removing the forum homepage Active controller does not prevent the keywords from showing up in 1.2 Beta
 
Top Bottom