warning shows up after 2.6.1 upgraded.

  • Posts: 49
  • Thank you received: 0
9 years 3 months ago #226142

-- url of the page with the problem -- : market.zaihaiwai.net/index.php/category/...bert-louis-stevenson
-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.5.9
-- Browser(s) name and version -- : chrome 47
-- Error-message(debug-mod must be tuned on) -- : a warning: JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING shows up after 2.6.1 upgraded

Hi
a warning: JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING shows up in products page after 2.6.1 upgraded.
market.zaihaiwai.net/index.php/category/...bert-louis-stevenson

and a warning: load component error: 914, could not find component in category page.
as show:
market.zaihaiwai.net/index.php/category.html

there is no these warning in 2.6.0. How to fix these issues?
thanks

Please Log in or Create an account to join the conversation.

  • Posts: 26222
  • Thank you received: 4035
  • MODERATOR
9 years 3 months ago #226190

Hi,

We already checked the HikaShop code and we re-checked it.
Few weeks ago ; we had a similar report in the forum :
www.hikashop.com/forum/install-update/88...r-update-to-2-6.html

But in HikaShop ; we did not have any code which can use the Joomla "JComponentHelper" with a dynamic value.
We do use that "JComponentHelper" in few places but only for the function "getParams" and always for the "com_hikashop" component.

That's why we think that it is a side effect coming from something else.
Like I just wrote, the message is from "JComponentHelper" which is a library from the Joomla core. That is something that any plugin can use.. That's right that the issue is on HikaShop page but it does not means that HikaShop is the source.

Now the best is to have the "debug trace" in order to understand from where the issue is coming from.
The best is to modify temporally the file "libraries/cms/component/helper.php" and replace

JLog::add(JText::sprintf('JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING', $option, $e->getMessage()), JLog::WARNING, 'jerror');
By
JLog::add(JText::sprintf('JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING', $option, $e->getMessage()), JLog::WARNING, 'jerror');
echo '<pre>'; var_dump(debug_backtrace()); echo '</pre>'; 

And also
JLog::add(JText::sprintf('JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING', $option, $error), JLog::WARNING, 'jerror');
By
JLog::add(JText::sprintf('JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING', $option, $error), JLog::WARNING, 'jerror');
echo '<pre>'; var_dump(debug_backtrace()); echo '</pre>'; 

And it will display in the page the debug trace which will help us to find the source.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 49
  • Thank you received: 0
9 years 3 months ago #226216

Hi
I changed the code in helper.php as you show, but the pages become HTTP 500 internal server error

Please Log in or Create an account to join the conversation.

  • Posts: 83604
  • Thank you received: 13535
  • MODERATOR
9 years 3 months ago #226220

Then, try like this:
replace

JLog::add(JText::sprintf('JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING', $option, $e->getMessage()), JLog::WARNING, 'jerror');
By
JLog::add(JText::sprintf('JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING', $option, $e->getMessage()), JLog::WARNING, 'jerror');
echo '<pre>'; var_dump(debug_backtrace()); echo '</pre>'; exit;

And also
JLog::add(JText::sprintf('JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING', $option, $error), JLog::WARNING, 'jerror');
By
JLog::add(JText::sprintf('JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING', $option, $error), JLog::WARNING, 'jerror');
echo '<pre>'; var_dump(debug_backtrace()); echo '</pre>'; exit;

That should display a blank page with only the debug data when the problem occurs.

Please Log in or Create an account to join the conversation.

  • Posts: 49
  • Thank you received: 0
9 years 3 months ago #226254

It still returns error 500 :pinch:

Please Log in or Create an account to join the conversation.

  • Posts: 26222
  • Thank you received: 4035
  • MODERATOR
9 years 3 months ago #226304

Hi,

So you can put the "echo" line just before the "JLog::add" line.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 49
  • Thank you received: 0
9 years 3 months ago #226391

It returns error 500 too... :pinch:

Please Log in or Create an account to join the conversation.

  • Posts: 83604
  • Thank you received: 13535
  • MODERATOR
9 years 3 months ago #226422

Hi,

We got the debug data from someone else with the same error:

array(6) { [0]=> array(6) { ["file"]=> string(61) "/home/hxumamcp/public_html/libraries/cms/component/helper.php" ["line"]=>



 int(43) ["function"]=> string(4) "load" ["class"]=> string(16) "JComponentHelper" ["type"]=> string(2) "::" ["args"]=> array(1) { [0]=> &string(9) "com_users" } } [1]=> array(6) { ["file"]=> string(61) "/home/hxumamcp/public_html/libraries/cms/component/helper.php" ["line"]=>



 int(120) ["function"]=> string(12) "getComponent" ["class"]=> string(16) "JComponentHelper" ["type"]=> string(2) "::" ["args"]=> array(2) { [0]=> &string(9) "com_users" [1]=> &bool(false) } } [2]=> array(6) { ["file"]=> string(61) "/home/hxumamcp/public_html/libraries/cms/application/site.php" ["line"]=>



 int(584) ["function"]=> string(9) "getParams" ["class"]=> string(16) "JComponentHelper" ["type"]=> string(2) "::" ["args"]=> array(1) { [0]=> &string(9) "com_users" } } [3]=> array(7) { ["file"]=> string(61) "/home/hxumamcp/public_html/libraries/cms/application/site.php" ["line"]=>



 int(209) ["function"]=> string(13) "initialiseApp" ["class"]=> string(16) "JApplicationSite" ["object"]=> object(JApplicationSite)#10 (23) { ["_language_filter":protected]=> bool(false) ["_detect_browser":protected]=> bool(false) ["docOptions":protected]=> array(0) { } ["scope"]=> NULL ["_clientId":protected]=> int(0) ["_messageQueue":protected]=> array(0) { } ["_name":protected]=> string(4) "site" ["profiler":protected]=> NULL ["template":protected]=> NULL ["charSet"]=> string(5) "utf-8" ["mimeType"]=> string(9) "text/html" ["modifiedDate"]=> NULL ["client"]=> object(JApplicationWebClient)#15 (12) { ["platform":protected]=> NULL ["mobile":protected]=> bool(false) ["engine":protected]=> NULL ["browser":protected]=> NULL ["browserVersion":protected]=> NULL ["languages":protected]=> array(0) { } ["encodings":protected]=> array(0) { } ["userAgent":protected]=> string(68) "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko" ["acceptEncoding":protected]=> string(13) "gzip, deflate" ["acceptLanguage":protected]=> string(5) "en-GB" ["robot":protected]=> bool(false) ["detection":protected]=> array(0) { } } ["document":protected]=> NULL ["language":protected]=> NULL ["session":protected]=> object(JSession)#25 (9) { ["_state":protected]=> string(6) "active" ["_expire":protected]=> int(900) ["_store":protected]=> object(JSessionStorageDatabase)#28 (0) { } ["_security":protected]=> array(1) { [0]=> string(11) "fix_browser" } ["_force_ssl":protected]=> bool(false) ["storeName":protected]=> string(8) "database" ["_input":"JSession":private]=> object(JInput)#11 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(1) { ["cookie"]=> object(JInputCookie)#29 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(0) { } } } } ["_dispatcher":"JSession":private]=> object(JEventDispatcher)#22 (4) { ["_observers":protected]=> array(1) { [0]=> array(2) { ["event"]=> string(19) "onAfterSessionStart" ["handler"]=> array(2) { [0]=> *RECURSION* [1]=> string(17) "afterSessionStart" } } } ["_state":protected]=> NULL ["_methods":protected]=> array(1) { ["onaftersessionstart"]=> array(1) { [0]=> int(0) } } ["_errors":protected]=> array(0) { } } ["data":protected]=> object(Joomla\Registry\Registry)#36 (2) { ["data":protected]=> object(stdClass)#37 (1) { ["__default"]=> object(stdClass)#38 (3) { ["session"]=> object(stdClass)#39 (3) { ["counter"]=> int(35) ["timer"]=> object(stdClass)#40 (3) { ["start"]=> int(1452763511) ["last"]=> int(1452763781) ["now"]=> int(1452763783) } ["token"]=> string(32) "7119fe01f7746da0078d9797a3f8236a" } ["registry"]=> object(Joomla\Registry\Registry)#41 (2) { ["data":protected]=> object(stdClass)#42 (1) { ["com_hikashop"]=> object(stdClass)#43 (2) { ["ssl_redirect"]=> int(0) ["zone_id"]=> string(3) "222" } } ["separator"]=> string(1) "." } ["user"]=> object(JUser)#44 (26) { ["isRoot":protected]=> bool(false) ["id"]=> int(0) ["name"]=> NULL ["username"]=> NULL ["email"]=> NULL ["password"]=> NULL ["password_clear"]=> string(0) "" ["block"]=> NULL ["sendEmail"]=> int(0) ["registerDate"]=> NULL ["lastvisitDate"]=> NULL ["activation"]=> NULL ["params"]=> NULL ["groups"]=> array(1) { [0]=> string(1) "9" } ["guest"]=> int(1) ["lastResetTime"]=> NULL ["resetCount"]=> NULL ["requireReset"]=> NULL ["_params":protected]=> object(Joomla\Registry\Registry)#45 (2) { ["data":protected]=> object(stdClass)#46 (0) { } ["separator"]=> string(1) "." } ["_authGroups":protected]=> array(2) { [0]=> int(1) [1]=> int(9) } ["_authLevels":protected]=> array(3) { [0]=> int(1) [1]=> int(1) [2]=> int(5) } ["_authActions":protected]=> NULL ["_errorMsg":protected]=> NULL ["userHelper":protected]=> object(JUserWrapperHelper)#47 (0) { } ["_errors":protected]=> array(0) { } ["aid"]=> int(0) } } } ["separator"]=> string(1) "." } } ["response":protected]=> object(stdClass)#17 (3) { ["cachable"]=> bool(false) ["headers"]=> array(0) { } ["body"]=> array(0) { } } ["responseMap":"JApplicationWeb":private]=> array(9) { [300]=> string(29) "HTTP/1.1 300 Multiple Choices" [301]=> string(30) "HTTP/1.1 301 Moved Permanently" [302]=> string(18) "HTTP/1.1 302 Found" [303]=> string(22) "HTTP/1.1 303 See other" [304]=> string(12) "Not Modified" [305]=> string(22) "HTTP/1.1 305 Use Proxy" [306]=> string(21) "HTTP/1.1 306 (Unused)" [307]=> string(31) "HTTP/1.1 307 Temporary Redirect" [308]=> string(18) "Permanent Redirect" } ["dispatcher":protected]=> object(JEventDispatcher)#22 (4) { ["_observers":protected]=> array(1) { [0]=> array(2) { ["event"]=> string(19) "onAfterSessionStart" ["handler"]=> array(2) { [0]=> *RECURSION* [1]=> string(17) "afterSessionStart" } } } ["_state":protected]=> NULL ["_methods":protected]=> array(1) { ["onaftersessionstart"]=> array(1) { [0]=> int(0) } } ["_errors":protected]=> array(0) { } } ["identity":protected]=> NULL ["config":protected]=> object(Joomla\Registry\Registry)#13 (2) { ["data":protected]=> object(stdClass)#14 (94) { ["MetaAuthor"]=> string(1) "1" ["MetaDesc"]=> string(25) "My Joomla Testing Account" ["MetaKeys"]=> string(0) "" ["MetaRights"]=> string(0) "" ["MetaTitle"]=> string(1) "1" ["MetaVersion"]=> string(1) "0" ["access"]=> string(1) "1" ["cache_handler"]=> string(4) "file" ["cachetime"]=> string(2) "15" ["caching"]=> string(1) "0" ["captcha"]=> string(1) "0" ["cookie_domain"]=> string(0) "" ["cookie_path"]=> string(0) "" ["db"]=> string(15) "hxumamcp_cupitt" ["dbprefix"]=> string(4) "ous_" ["dbtype"]=> string(6) "mysqli" ["debug"]=> string(1) "0" ["debug_lang"]=> string(1) "0" ["display_offline_message"]=> string(1) "1" ["editor"]=> string(7) "tinymce" ["error_reporting"]=> string(6) "simple" ["feed_email"]=> string(6) "author" ["feed_limit"]=> string(2) "10" ["force_ssl"]=> string(1) "0" ["fromname"]=> string(15) "Cupitt Jeweller" ["ftp_enable"]=> string(1) "0" ["ftp_host"]=> string(0) "" ["ftp_pass"]=> string(0) "" ["ftp_port"]=> string(2) "21" ["ftp_root"]=> string(0) "" ["ftp_user"]=> string(0) "" ["gzip"]=> string(1) "0" ["helpurl"]=> string(90) "https://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}" ["host"]=> string(9) "localhost" ["lifetime"]=> string(2) "15" ["list_limit"]=> string(2) "20" ["live_site"]=> string(0) "" ["log_path"]=> string(30) "/home/hxumamcp/public_html/log" ["mailer"]=> string(4) "mail" ["mailfrom"]=> string(25) "mikki@woofwebdesign.co.uk" ["memcache_compress"]=> string(1) "1" ["memcache_persist"]=> string(1) "1" ["memcache_server_host"]=> string(9) "localhost" ["memcache_server_port"]=> string(5) "11211" ["offline"]=> string(1) "0" ["offline_image"]=> string(0) "" ["offline_message"]=> string(70) "This site is down for maintenance.
Please check back again soon." ["offset"]=> string(3) "UTC" ["offset_user"]=> string(3) "UTC" ["password"]=> string(9) "5weden!21" ["robots"]=> string(0) "" ["secret"]=> string(32) "qyHO7W3clEYkTQNOVGPX1TfSb04TyPBM" ["sef"]=> string(1) "1" ["sef_rewrite"]=> string(1) "0" ["sef_suffix"]=> string(1) "0" ["sendmail"]=> string(18) "/usr/sbin/sendmail" ["session_handler"]=> string(8) "database" ["sitename"]=> string(15) "Cupitt Jeweller" ["sitename_pagetitles"]=> string(1) "1" ["smtpauth"]=> string(1) "0" ["smtphost"]=> string(9) "localhost" ["smtppass"]=> string(0) "" ["smtpport"]=> string(2) "25" ["smtpsecure"]=> string(4) "none" ["smtpuser"]=> string(0) "" ["tmp_path"]=> string(30) "/home/hxumamcp/public_html/tmp" ["unicodeslugs"]=> string(1) "0" ["user"]=> string(15) "hxumamcp_cupitt" ["mailonline"]=> string(1) "1" ["memcached_persist"]=> string(1) "1" ["memcached_compress"]=> string(1) "0" ["memcached_server_host"]=> string(9) "localhost" ["memcached_server_port"]=> string(5) "11211" ["redis_persist"]=> string(1) "1" ["redis_server_host"]=> string(9) "localhost" ["redis_server_port"]=> string(4) "6379" ["redis_server_auth"]=> string(0) "" ["redis_server_db"]=> string(1) "0" ["proxy_enable"]=> string(1) "0" ["proxy_host"]=> string(0) "" ["proxy_port"]=> string(0) "" ["proxy_user"]=> string(0) "" ["proxy_pass"]=> string(0) "" ["massmailoff"]=> string(1) "0" ["session_memcache_server_host"]=> string(9) "localhost" ["session_memcache_server_port"]=> string(5) "11211" ["session_memcached_server_host"]=> string(9) "localhost" ["session_memcached_server_port"]=> string(5) "11211" ["frontediting"]=> string(1) "1" ["asset_id"]=> string(1) "1" ["execution"]=> object(stdClass)#16 (2) { ["datetime"]=> string(19) "2016-01-14 09:29:43" ["timestamp"]=> int(1452763783) } ["uri"]=> object(stdClass)#18 (4) { ["request"]=> string(42) "http://uk601.directrouter.co.uk/~hxumamcp/" ["base"]=> object(stdClass)#20 (3) { ["full"]=> string(42) "http://uk601.directrouter.co.uk/~hxumamcp/" ["host"]=> string(31) "http://uk601.directrouter.co.uk" ["path"]=> string(11) "/~hxumamcp/" } ["route"]=> string(0) "" ["media"]=> object(stdClass)#21 (2) { ["full"]=> string(48) "http://uk601.directrouter.co.uk/~hxumamcp/media/" ["path"]=> string(17) "/~hxumamcp/media/" } } ["session"]=> bool(true) ["session_name"]=> string(4) "site" } ["separator"]=> string(1) "." } ["input"]=> object(JInput)#11 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(1) { ["cookie"]=> object(JInputCookie)#29 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(0) { } } } } ["logger":"Joomla\Application\AbstractApplication":private]=> NULL } ["type"]=> string(2) "->" ["args"]=> array(0) { } } [4]=> array(7) { ["file"]=> string(60) "/home/hxumamcp/public_html/libraries/cms/application/cms.php" ["line"]=>



 int(252) ["function"]=> string(9) "doExecute" ["class"]=> string(16) "JApplicationSite" ["object"]=> object(JApplicationSite)#10 (23) { ["_language_filter":protected]=> bool(false) ["_detect_browser":protected]=> bool(false) ["docOptions":protected]=> array(0) { } ["scope"]=> NULL ["_clientId":protected]=> int(0) ["_messageQueue":protected]=> array(0) { } ["_name":protected]=> string(4) "site" ["profiler":protected]=> NULL ["template":protected]=> NULL ["charSet"]=> string(5) "utf-8" ["mimeType"]=> string(9) "text/html" ["modifiedDate"]=> NULL ["client"]=> object(JApplicationWebClient)#15 (12) { ["platform":protected]=> NULL ["mobile":protected]=> bool(false) ["engine":protected]=> NULL ["browser":protected]=> NULL ["browserVersion":protected]=> NULL ["languages":protected]=> array(0) { } ["encodings":protected]=> array(0) { } ["userAgent":protected]=> string(68) "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko" ["acceptEncoding":protected]=> string(13) "gzip, deflate" ["acceptLanguage":protected]=> string(5) "en-GB" ["robot":protected]=> bool(false) ["detection":protected]=> array(0) { } } ["document":protected]=> NULL ["language":protected]=> NULL ["session":protected]=> object(JSession)#25 (9) { ["_state":protected]=> string(6) "active" ["_expire":protected]=> int(900) ["_store":protected]=> object(JSessionStorageDatabase)#28 (0) { } ["_security":protected]=> array(1) { [0]=> string(11) "fix_browser" } ["_force_ssl":protected]=> bool(false) ["storeName":protected]=> string(8) "database" ["_input":"JSession":private]=> object(JInput)#11 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(1) { ["cookie"]=> object(JInputCookie)#29 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(0) { } } } } ["_dispatcher":"JSession":private]=> object(JEventDispatcher)#22 (4) { ["_observers":protected]=> array(1) { [0]=> array(2) { ["event"]=> string(19) "onAfterSessionStart" ["handler"]=> array(2) { [0]=> *RECURSION* [1]=> string(17) "afterSessionStart" } } } ["_state":protected]=> NULL ["_methods":protected]=> array(1) { ["onaftersessionstart"]=> array(1) { [0]=> int(0) } } ["_errors":protected]=> array(0) { } } ["data":protected]=> object(Joomla\Registry\Registry)#36 (2) { ["data":protected]=> object(stdClass)#37 (1) { ["__default"]=> object(stdClass)#38 (3) { ["session"]=> object(stdClass)#39 (3) { ["counter"]=> int(35) ["timer"]=> object(stdClass)#40 (3) { ["start"]=> int(1452763511) ["last"]=> int(1452763781) ["now"]=> int(1452763783) } ["token"]=> string(32) "7119fe01f7746da0078d9797a3f8236a" } ["registry"]=> object(Joomla\Registry\Registry)#41 (2) { ["data":protected]=> object(stdClass)#42 (1) { ["com_hikashop"]=> object(stdClass)#43 (2) { ["ssl_redirect"]=> int(0) ["zone_id"]=> string(3) "222" } } ["separator"]=> string(1) "." } ["user"]=> object(JUser)#44 (26) { ["isRoot":protected]=> bool(false) ["id"]=> int(0) ["name"]=> NULL ["username"]=> NULL ["email"]=> NULL ["password"]=> NULL ["password_clear"]=> string(0) "" ["block"]=> NULL ["sendEmail"]=> int(0) ["registerDate"]=> NULL ["lastvisitDate"]=> NULL ["activation"]=> NULL ["params"]=> NULL ["groups"]=> array(1) { [0]=> string(1) "9" } ["guest"]=> int(1) ["lastResetTime"]=> NULL ["resetCount"]=> NULL ["requireReset"]=> NULL ["_params":protected]=> object(Joomla\Registry\Registry)#45 (2) { ["data":protected]=> object(stdClass)#46 (0) { } ["separator"]=> string(1) "." } ["_authGroups":protected]=> array(2) { [0]=> int(1) [1]=> int(9) } ["_authLevels":protected]=> array(3) { [0]=> int(1) [1]=> int(1) [2]=> int(5) } ["_authActions":protected]=> NULL ["_errorMsg":protected]=> NULL ["userHelper":protected]=> object(JUserWrapperHelper)#47 (0) { } ["_errors":protected]=> array(0) { } ["aid"]=> int(0) } } } ["separator"]=> string(1) "." } } ["response":protected]=> object(stdClass)#17 (3) { ["cachable"]=> bool(false) ["headers"]=> array(0) { } ["body"]=> array(0) { } } ["responseMap":"JApplicationWeb":private]=> array(9) { [300]=> string(29) "HTTP/1.1 300 Multiple Choices" [301]=> string(30) "HTTP/1.1 301 Moved Permanently" [302]=> string(18) "HTTP/1.1 302 Found" [303]=> string(22) "HTTP/1.1 303 See other" [304]=> string(12) "Not Modified" [305]=> string(22) "HTTP/1.1 305 Use Proxy" [306]=> string(21) "HTTP/1.1 306 (Unused)" [307]=> string(31) "HTTP/1.1 307 Temporary Redirect" [308]=> string(18) "Permanent Redirect" } ["dispatcher":protected]=> object(JEventDispatcher)#22 (4) { ["_observers":protected]=> array(1) { [0]=> array(2) { ["event"]=> string(19) "onAfterSessionStart" ["handler"]=> array(2) { [0]=> *RECURSION* [1]=> string(17) "afterSessionStart" } } } ["_state":protected]=> NULL ["_methods":protected]=> array(1) { ["onaftersessionstart"]=> array(1) { [0]=> int(0) } } ["_errors":protected]=> array(0) { } } ["identity":protected]=> NULL ["config":protected]=> object(Joomla\Registry\Registry)#13 (2) { ["data":protected]=> object(stdClass)#14 (94) { ["MetaAuthor"]=> string(1) "1" ["MetaDesc"]=> string(25) "My Joomla Testing Account" ["MetaKeys"]=> string(0) "" ["MetaRights"]=> string(0) "" ["MetaTitle"]=> string(1) "1" ["MetaVersion"]=> string(1) "0" ["access"]=> string(1) "1" ["cache_handler"]=> string(4) "file" ["cachetime"]=> string(2) "15" ["caching"]=> string(1) "0" ["captcha"]=> string(1) "0" ["cookie_domain"]=> string(0) "" ["cookie_path"]=> string(0) "" ["db"]=> string(15) "hxumamcp_cupitt" ["dbprefix"]=> string(4) "ous_" ["dbtype"]=> string(6) "mysqli" ["debug"]=> string(1) "0" ["debug_lang"]=> string(1) "0" ["display_offline_message"]=> string(1) "1" ["editor"]=> string(7) "tinymce" ["error_reporting"]=> string(6) "simple" ["feed_email"]=> string(6) "author" ["feed_limit"]=> string(2) "10" ["force_ssl"]=> string(1) "0" ["fromname"]=> string(15) "Cupitt Jeweller" ["ftp_enable"]=> string(1) "0" ["ftp_host"]=> string(0) "" ["ftp_pass"]=> string(0) "" ["ftp_port"]=> string(2) "21" ["ftp_root"]=> string(0) "" ["ftp_user"]=> string(0) "" ["gzip"]=> string(1) "0" ["helpurl"]=> string(90) "https://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}" ["host"]=> string(9) "localhost" ["lifetime"]=> string(2) "15" ["list_limit"]=> string(2) "20" ["live_site"]=> string(0) "" ["log_path"]=> string(30) "/home/hxumamcp/public_html/log" ["mailer"]=> string(4) "mail" ["mailfrom"]=> string(25) "mikki@woofwebdesign.co.uk" ["memcache_compress"]=> string(1) "1" ["memcache_persist"]=> string(1) "1" ["memcache_server_host"]=> string(9) "localhost" ["memcache_server_port"]=> string(5) "11211" ["offline"]=> string(1) "0" ["offline_image"]=> string(0) "" ["offline_message"]=> string(70) "This site is down for maintenance.
Please check back again soon." ["offset"]=> string(3) "UTC" ["offset_user"]=> string(3) "UTC" ["password"]=> string(9) "5weden!21" ["robots"]=> string(0) "" ["secret"]=> string(32) "qyHO7W3clEYkTQNOVGPX1TfSb04TyPBM" ["sef"]=> string(1) "1" ["sef_rewrite"]=> string(1) "0" ["sef_suffix"]=> string(1) "0" ["sendmail"]=> string(18) "/usr/sbin/sendmail" ["session_handler"]=> string(8) "database" ["sitename"]=> string(15) "Cupitt Jeweller" ["sitename_pagetitles"]=> string(1) "1" ["smtpauth"]=> string(1) "0" ["smtphost"]=> string(9) "localhost" ["smtppass"]=> string(0) "" ["smtpport"]=> string(2) "25" ["smtpsecure"]=> string(4) "none" ["smtpuser"]=> string(0) "" ["tmp_path"]=> string(30) "/home/hxumamcp/public_html/tmp" ["unicodeslugs"]=> string(1) "0" ["user"]=> string(15) "hxumamcp_cupitt" ["mailonline"]=> string(1) "1" ["memcached_persist"]=> string(1) "1" ["memcached_compress"]=> string(1) "0" ["memcached_server_host"]=> string(9) "localhost" ["memcached_server_port"]=> string(5) "11211" ["redis_persist"]=> string(1) "1" ["redis_server_host"]=> string(9) "localhost" ["redis_server_port"]=> string(4) "6379" ["redis_server_auth"]=> string(0) "" ["redis_server_db"]=> string(1) "0" ["proxy_enable"]=> string(1) "0" ["proxy_host"]=> string(0) "" ["proxy_port"]=> string(0) "" ["proxy_user"]=> string(0) "" ["proxy_pass"]=> string(0) "" ["massmailoff"]=> string(1) "0" ["session_memcache_server_host"]=> string(9) "localhost" ["session_memcache_server_port"]=> string(5) "11211" ["session_memcached_server_host"]=> string(9) "localhost" ["session_memcached_server_port"]=> string(5) "11211" ["frontediting"]=> string(1) "1" ["asset_id"]=> string(1) "1" ["execution"]=> object(stdClass)#16 (2) { ["datetime"]=> string(19) "2016-01-14 09:29:43" ["timestamp"]=> int(1452763783) } ["uri"]=> object(stdClass)#18 (4) { ["request"]=> string(42) "http://uk601.directrouter.co.uk/~hxumamcp/" ["base"]=> object(stdClass)#20 (3) { ["full"]=> string(42) "http://uk601.directrouter.co.uk/~hxumamcp/" ["host"]=> string(31) "http://uk601.directrouter.co.uk" ["path"]=> string(11) "/~hxumamcp/" } ["route"]=> string(0) "" ["media"]=> object(stdClass)#21 (2) { ["full"]=> string(48) "http://uk601.directrouter.co.uk/~hxumamcp/media/" ["path"]=> string(17) "/~hxumamcp/media/" } } ["session"]=> bool(true) ["session_name"]=> string(4) "site" } ["separator"]=> string(1) "." } ["input"]=> object(JInput)#11 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(1) { ["cookie"]=> object(JInputCookie)#29 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(0) { } } } } ["logger":"Joomla\Application\AbstractApplication":private]=> NULL } ["type"]=> string(2) "->" ["args"]=> array(0) { } } [5]=> array(7) { ["file"]=> string(36) "/home/hxumamcp/public_html/index.php" ["line"]=>



 int(45) ["function"]=> string(7) "execute" ["class"]=> string(15) "JApplicationCms" ["object"]=> object(JApplicationSite)#10 (23) { ["_language_filter":protected]=> bool(false) ["_detect_browser":protected]=> bool(false) ["docOptions":protected]=> array(0) { } ["scope"]=> NULL ["_clientId":protected]=> int(0) ["_messageQueue":protected]=> array(0) { } ["_name":protected]=> string(4) "site" ["profiler":protected]=> NULL ["template":protected]=> NULL ["charSet"]=> string(5) "utf-8" ["mimeType"]=> string(9) "text/html" ["modifiedDate"]=> NULL ["client"]=> object(JApplicationWebClient)#15 (12) { ["platform":protected]=> NULL ["mobile":protected]=> bool(false) ["engine":protected]=> NULL ["browser":protected]=> NULL ["browserVersion":protected]=> NULL ["languages":protected]=> array(0) { } ["encodings":protected]=> array(0) { } ["userAgent":protected]=> string(68) "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko" ["acceptEncoding":protected]=> string(13) "gzip, deflate" ["acceptLanguage":protected]=> string(5) "en-GB" ["robot":protected]=> bool(false) ["detection":protected]=> array(0) { } } ["document":protected]=> NULL ["language":protected]=> NULL ["session":protected]=> object(JSession)#25 (9) { ["_state":protected]=> string(6) "active" ["_expire":protected]=> int(900) ["_store":protected]=> object(JSessionStorageDatabase)#28 (0) { } ["_security":protected]=> array(1) { [0]=> string(11) "fix_browser" } ["_force_ssl":protected]=> bool(false) ["storeName":protected]=> string(8) "database" ["_input":"JSession":private]=> object(JInput)#11 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(1) { ["cookie"]=> object(JInputCookie)#29 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(0) { } } } } ["_dispatcher":"JSession":private]=> object(JEventDispatcher)#22 (4) { ["_observers":protected]=> array(1) { [0]=> array(2) { ["event"]=> string(19) "onAfterSessionStart" ["handler"]=> array(2) { [0]=> *RECURSION* [1]=> string(17) "afterSessionStart" } } } ["_state":protected]=> NULL ["_methods":protected]=> array(1) { ["onaftersessionstart"]=> array(1) { [0]=> int(0) } } ["_errors":protected]=> array(0) { } } ["data":protected]=> object(Joomla\Registry\Registry)#36 (2) { ["data":protected]=> object(stdClass)#37 (1) { ["__default"]=> object(stdClass)#38 (3) { ["session"]=> object(stdClass)#39 (3) { ["counter"]=> int(35) ["timer"]=> object(stdClass)#40 (3) { ["start"]=> int(1452763511) ["last"]=> int(1452763781) ["now"]=> int(1452763783) } ["token"]=> string(32) "7119fe01f7746da0078d9797a3f8236a" } ["registry"]=> object(Joomla\Registry\Registry)#41 (2) { ["data":protected]=> object(stdClass)#42 (1) { ["com_hikashop"]=> object(stdClass)#43 (2) { ["ssl_redirect"]=> int(0) ["zone_id"]=> string(3) "222" } } ["separator"]=> string(1) "." } ["user"]=> object(JUser)#44 (26) { ["isRoot":protected]=> bool(false) ["id"]=> int(0) ["name"]=> NULL ["username"]=> NULL ["email"]=> NULL ["password"]=> NULL ["password_clear"]=> string(0) "" ["block"]=> NULL ["sendEmail"]=> int(0) ["registerDate"]=> NULL ["lastvisitDate"]=> NULL ["activation"]=> NULL ["params"]=> NULL ["groups"]=> array(1) { [0]=> string(1) "9" } ["guest"]=> int(1) ["lastResetTime"]=> NULL ["resetCount"]=> NULL ["requireReset"]=> NULL ["_params":protected]=> object(Joomla\Registry\Registry)#45 (2) { ["data":protected]=> object(stdClass)#46 (0) { } ["separator"]=> string(1) "." } ["_authGroups":protected]=> array(2) { [0]=> int(1) [1]=> int(9) } ["_authLevels":protected]=> array(3) { [0]=> int(1) [1]=> int(1) [2]=> int(5) } ["_authActions":protected]=> NULL ["_errorMsg":protected]=> NULL ["userHelper":protected]=> object(JUserWrapperHelper)#47 (0) { } ["_errors":protected]=> array(0) { } ["aid"]=> int(0) } } } ["separator"]=> string(1) "." } } ["response":protected]=> object(stdClass)#17 (3) { ["cachable"]=> bool(false) ["headers"]=> array(0) { } ["body"]=> array(0) { } } ["responseMap":"JApplicationWeb":private]=> array(9) { [300]=> string(29) "HTTP/1.1 300 Multiple Choices" [301]=> string(30) "HTTP/1.1 301 Moved Permanently" [302]=> string(18) "HTTP/1.1 302 Found" [303]=> string(22) "HTTP/1.1 303 See other" [304]=> string(12) "Not Modified" [305]=> string(22) "HTTP/1.1 305 Use Proxy" [306]=> string(21) "HTTP/1.1 306 (Unused)" [307]=> string(31) "HTTP/1.1 307 Temporary Redirect" [308]=> string(18) "Permanent Redirect" } ["dispatcher":protected]=> object(JEventDispatcher)#22 (4) { ["_observers":protected]=> array(1) { [0]=> array(2) { ["event"]=> string(19) "onAfterSessionStart" ["handler"]=> array(2) { [0]=> *RECURSION* [1]=> string(17) "afterSessionStart" } } } ["_state":protected]=> NULL ["_methods":protected]=> array(1) { ["onaftersessionstart"]=> array(1) { [0]=> int(0) } } ["_errors":protected]=> array(0) { } } ["identity":protected]=> NULL ["config":protected]=> object(Joomla\Registry\Registry)#13 (2) { ["data":protected]=> object(stdClass)#14 (94) { ["MetaAuthor"]=> string(1) "1" ["MetaDesc"]=> string(25) "My Joomla Testing Account" ["MetaKeys"]=> string(0) "" ["MetaRights"]=> string(0) "" ["MetaTitle"]=> string(1) "1" ["MetaVersion"]=> string(1) "0" ["access"]=> string(1) "1" ["cache_handler"]=> string(4) "file" ["cachetime"]=> string(2) "15" ["caching"]=> string(1) "0" ["captcha"]=> string(1) "0" ["cookie_domain"]=> string(0) "" ["cookie_path"]=> string(0) "" ["db"]=> string(15) "hxumamcp_cupitt" ["dbprefix"]=> string(4) "ous_" ["dbtype"]=> string(6) "mysqli" ["debug"]=> string(1) "0" ["debug_lang"]=> string(1) "0" ["display_offline_message"]=> string(1) "1" ["editor"]=> string(7) "tinymce" ["error_reporting"]=> string(6) "simple" ["feed_email"]=> string(6) "author" ["feed_limit"]=> string(2) "10" ["force_ssl"]=> string(1) "0" ["fromname"]=> string(15) "Cupitt Jeweller" ["ftp_enable"]=> string(1) "0" ["ftp_host"]=> string(0) "" ["ftp_pass"]=> string(0) "" ["ftp_port"]=> string(2) "21" ["ftp_root"]=> string(0) "" ["ftp_user"]=> string(0) "" ["gzip"]=> string(1) "0" ["helpurl"]=> string(90) "https://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}" ["host"]=> string(9) "localhost" ["lifetime"]=> string(2) "15" ["list_limit"]=> string(2) "20" ["live_site"]=> string(0) "" ["log_path"]=> string(30) "/home/hxumamcp/public_html/log" ["mailer"]=> string(4) "mail" ["mailfrom"]=> string(25) "mikki@woofwebdesign.co.uk" ["memcache_compress"]=> string(1) "1" ["memcache_persist"]=> string(1) "1" ["memcache_server_host"]=> string(9) "localhost" ["memcache_server_port"]=> string(5) "11211" ["offline"]=> string(1) "0" ["offline_image"]=> string(0) "" ["offline_message"]=> string(70) "This site is down for maintenance.
Please check back again soon." ["offset"]=> string(3) "UTC" ["offset_user"]=> string(3) "UTC" ["password"]=> string(9) "5weden!21" ["robots"]=> string(0) "" ["secret"]=> string(32) "qyHO7W3clEYkTQNOVGPX1TfSb04TyPBM" ["sef"]=> string(1) "1" ["sef_rewrite"]=> string(1) "0" ["sef_suffix"]=> string(1) "0" ["sendmail"]=> string(18) "/usr/sbin/sendmail" ["session_handler"]=> string(8) "database" ["sitename"]=> string(15) "Cupitt Jeweller" ["sitename_pagetitles"]=> string(1) "1" ["smtpauth"]=> string(1) "0" ["smtphost"]=> string(9) "localhost" ["smtppass"]=> string(0) "" ["smtpport"]=> string(2) "25" ["smtpsecure"]=> string(4) "none" ["smtpuser"]=> string(0) "" ["tmp_path"]=> string(30) "/home/hxumamcp/public_html/tmp" ["unicodeslugs"]=> string(1) "0" ["user"]=> string(15) "hxumamcp_cupitt" ["mailonline"]=> string(1) "1" ["memcached_persist"]=> string(1) "1" ["memcached_compress"]=> string(1) "0" ["memcached_server_host"]=> string(9) "localhost" ["memcached_server_port"]=> string(5) "11211" ["redis_persist"]=> string(1) "1" ["redis_server_host"]=> string(9) "localhost" ["redis_server_port"]=> string(4) "6379" ["redis_server_auth"]=> string(0) "" ["redis_server_db"]=> string(1) "0" ["proxy_enable"]=> string(1) "0" ["proxy_host"]=> string(0) "" ["proxy_port"]=> string(0) "" ["proxy_user"]=> string(0) "" ["proxy_pass"]=> string(0) "" ["massmailoff"]=> string(1) "0" ["session_memcache_server_host"]=> string(9) "localhost" ["session_memcache_server_port"]=> string(5) "11211" ["session_memcached_server_host"]=> string(9) "localhost" ["session_memcached_server_port"]=> string(5) "11211" ["frontediting"]=> string(1) "1" ["asset_id"]=> string(1) "1" ["execution"]=> object(stdClass)#16 (2) { ["datetime"]=> string(19) "2016-01-14 09:29:43" ["timestamp"]=> int(1452763783) } ["uri"]=> object(stdClass)#18 (4) { ["request"]=> string(42) "http://uk601.directrouter.co.uk/~hxumamcp/" ["base"]=> object(stdClass)#20 (3) { ["full"]=> string(42) "http://uk601.directrouter.co.uk/~hxumamcp/" ["host"]=> string(31) "http://uk601.directrouter.co.uk" ["path"]=> string(11) "/~hxumamcp/" } ["route"]=> string(0) "" ["media"]=> object(stdClass)#21 (2) { ["full"]=> string(48) "http://uk601.directrouter.co.uk/~hxumamcp/media/" ["path"]=> string(17) "/~hxumamcp/media/" } } ["session"]=> bool(true) ["session_name"]=> string(4) "site" } ["separator"]=> string(1) "." } ["input"]=> object(JInput)#11 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(1) { ["cookie"]=> object(JInputCookie)#29 (4) { ["options":protected]=> array(0) { } ["filter":protected]=> object(JFilterInput)#12 (7) { ["tagsArray"]=> array(0) { } ["attrArray"]=> array(0) { } ["tagsMethod"]=> int(0) ["attrMethod"]=> int(0) ["xssAuto"]=> int(1) ["tagBlacklist"]=> array(22) { [0]=> string(6) "applet" [1]=> string(4) "body" [2]=> string(7) "bgsound" [3]=> string(4) "base" [4]=> string(8) "basefont" [5]=> string(5) "embed" [6]=> string(5) "frame" [7]=> string(8) "frameset" [8]=> string(4) "head" [9]=> string(4) "html" [10]=> string(2) "id" [11]=> string(6) "iframe" [12]=> string(6) "ilayer" [13]=> string(5) "layer" [14]=> string(4) "link" [15]=> string(4) "meta" [16]=> string(4) "name" [17]=> string(6) "object" [18]=> string(6) "script" [19]=> string(5) "style" [20]=> string(5) "title" [21]=> string(3) "xml" } ["attrBlacklist"]=> array(5) { [0]=> string(6) "action" [1]=> string(10) "background" [2]=> string(8) "codebase" [3]=> string(6) "dynsrc" [4]=> string(6) "lowsrc" } } ["data":protected]=> &array(1) { ["a04c64be79721abd9d154338edf9d95a"]=> string(26) "gkkfkt8rrpssj6u1lcf87eg122" } ["inputs":protected]=> array(0) { } } } } ["logger":"Joomla\Application\AbstractApplication":private]=> NULL } ["type"]=> string(2) "->" ["args"]=> array(0) { } } }

As you can see in the debug data, the processing doesn't go through HikaShop when displaying that error.
So the problem doesn't come from HikaShop.


The solution will be to simply delete the lines:
JLog::add(JText::sprintf('JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING', $option, $error), JLog::WARNING, 'jerror');
JLog::add(JText::sprintf('JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING', $option, $e->getMessage()), JLog::WARNING, 'jerror');
from the file libraries/cms/component/helper.php until joomla figures out the problem with that error message.

The following user(s) said Thank You: storeitonline

Please Log in or Create an account to join the conversation.

  • Posts: 49
  • Thank you received: 0
9 years 3 months ago #226446

Okay, it works.
thank you~

Please Log in or Create an account to join the conversation.

  • Posts: 62
  • Thank you received: 3
9 years 3 months ago #227164

Do you know where we can follow the progress of the final solution in Joomla ?
Want to know, because now, potentially, when updating Joomla the error would return, so I want to keep track of it...

Please Log in or Create an account to join the conversation.

  • Posts: 26222
  • Thank you received: 4035
  • MODERATOR
9 years 3 months ago #227167

Hi,

For Joomla related question ; please use the Joomla support forum.
forum.joomla.org/

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 200
  • Thank you received: 75
9 years 2 months ago #227576

Hi,

we were referred here from the other thread where we mentioned our "component not found error" ( www.hikashop.com/support/forum/install-u...r-update-to-2-6.html ). We think we found out where the error is coming from.

After starting out with a clean install of Joomla and Hikashop and setting everything up again one by one, we've found the error starts showing up when we added a Hikashop Filter Module. By unpublishing the filter module the error disappears again.
The number in the error message, "Error loading component: 110", corresponds with the number set in the Menu field under the Hikashop Filtering Module, which was set to our products listing menu with ID 110. We can manually change this field to whatever number, and that number will then also appear in the error message on our front end. So the error clearly refers to the Menu field in the Filter Module.

Unfortunately we do not have enough programming knowledge to figure out what causes the error exactly, but hopefully this will help to reproduce the issue and find a solution.

Thanks very much!

The following user(s) said Thank You: nicolas

Please Log in or Create an account to join the conversation.

  • Posts: 38
  • Thank you received: 0
9 years 2 months ago #227605

Just to add the exact same error related to the filter module number. I can confirm that the component number is simply the number for the "Menu" field under the filter module. When I disable the modules this error goes away. Problem is that the site is built around the filter modules.

This site is due to go live Monday 1st Feb. I can work around this to finish the site but I will either have to downgrade Hikashop or have this sorted by then.

I do not have any extension numbered 134 which is the number it is showing. I have a menu item with that number as described. A workaround to stop the error would be good enough as the filter works fine.

Please Log in or Create an account to join the conversation.

  • Posts: 366
  • Thank you received: 7
  • Hikashop Business
9 years 2 months ago #227712

I am also having the exact same problem with the filter module. Thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
9 years 2 months ago #227727

Hi,

Could you try to edit the view "product / filter" and replace the lines:

			$app = JFactory::getApplication();
			$menuItem = $app->getParams($this->params->get('itemid',0));
			if(isset($menuItem)){
				$hkParams = $menuItem->get('hk_category',false);
				if(!$hkParams)
				  $type = 'product';
			}
By:
			$app = JFactory::getApplication();
			$menuItem = $app->getMenu()->getActive();
			$hkParams = $menuItem->params->get('hk_category',false);
			if(!$hkParams)
				$type = 'product';

We are waiting for your feedbacks to fix this issue as soon as possible ! :)

The following user(s) said Thank You: mariussport, grayt7

Please Log in or Create an account to join the conversation.

  • Posts: 200
  • Thank you received: 75
9 years 2 months ago #227728

Hi,

thanks, that fixes the error, and as far as we can see everything still works as it should.

Thanks again!

Please Log in or Create an account to join the conversation.

  • Posts: 366
  • Thank you received: 7
  • Hikashop Business
9 years 2 months ago #227730

Hi,

Yes working here too. Thanks for the fix.

many thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 26222
  • Thank you received: 4035
  • MODERATOR
9 years 2 months ago #227737

Hi,

Thanks for the feedback ; we will generate new 2.6.1 packages with that hotfix.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: mariussport

Please Log in or Create an account to join the conversation.

  • Posts: 38
  • Thank you received: 0
9 years 2 months ago #227797

Bingo! Thank you very much for maintaining an open mind on a, seemingly, closed subject.

Please Log in or Create an account to join the conversation.

  • Posts: 200
  • Thank you received: 75
9 years 2 months ago #228011

Unfortunately we spoke too soon, this fix causes a very serious problem because we are no longer directed to our payment provider at the end of the checkout and customers can no longer pay. We make use of the cciDEAL plugin, which no longer works with this fix.

Instead of being directed to the payment environment, we get a blank page with the error:

"Notice: Trying to get property of non-object in /components/com_hikashop/views/product/tmpl/filter.php on line 30 Fatal error: Call to a member function get() on null in /components/com_hikashop/views/product/tmpl/filter.php on line 30".

We undid the change suggested by Xavier and payment works fine again, but we get the error message back. Can you suggest any solution to get rid of the component not found error, and also get our payments to work?

Thanks very much once again.

Please Log in or Create an account to join the conversation.

Time to create page: 0.164 seconds
Powered by Kunena Forum