Summary | Smartphone view currently not working |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 09/05/2012 (4658 days ago) |
Due | |
Updated | 09/05/2012 (4658 days ago) |
Assigned | |
Resolved | 09/05/2012 (4658 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
if updating from git. Additionally, if using something like APC, it
tends to cache file existence so you most likely will need to restart
your webserver/PHP cluster if new files have been added to the Horde
framework/application.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Smartphone view currently not working
Type ⇒ Bug
State ⇒ Unconfirmed
when I try to access the smartphone view, I get this horde exception:
Helper class Horde_Core_Smartmobile_View_Helper not found
1. IMP_Smartmobile->__construct()
/datastore/DEVEL/horde/imp/smartmobile.php:21
2. Horde_View_Base->addHelper()
/datastore/DEVEL/horde/imp/lib/Smartmobile.php:38
Details
The full error message is logged in Horde's log file, and is shown
below only to administrators. Non-administrative users will not see
error details.
Horde_View_Exception Object
(
[message:protected] => Helper class
Horde_Core_Smartmobile_View_Helper not found
[string:Exception:private] =>
[code:protected] => 0
[file:protected] =>
/datastore/DEVEL/horde/framework/View/lib/Horde/View/Base.php
[line:protected] => 184
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /datastore/DEVEL/horde/imp/lib/Smartmobile.php
[line] => 38
[function] => addHelper
[class] => Horde_View_Base
[type] => ->
[args] => Array
(
[0] => Horde_Core_Smartmobile_View_Helper
)
)
[1] => Array
(
[file] => /datastore/DEVEL/horde/imp/smartmobile.php
[line] => 21
[function] => __construct
[class] => IMP_Smartmobile
[type] => ->
[args] => Array
(
[0] => Horde_Variables Object
(
[_expected:protected] => Array
(
)
[_sanitized:protected] =>
[_vars:protected] => Array
(
[Horde] =>
aqeh0pg6to5k1iihjbsllq6q53
[default_horde_view] =>
smartmobile
[horde_secret_key] =>
tm8n2md5do4p6hg530fdtuauk7
)
)
)
)
)
[previous:Exception:private] =>
)
-> I've rerun framework/bin/install_dev but the error stays.
Thomas