Summary | Can't open nag with latest git |
Queue | Nag |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/11/2012 (4710 days ago) |
Due | |
Updated | 08/13/2012 (4708 days ago) |
Assigned | |
Resolved | 08/13/2012 (4708 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Try now, I manually pushed the changes up.
http://lists.horde.org/archives/commits/2012-August/015850.html
The commit didn't make it to the "anonymous" horde tree hosted on github,
it still shows Jan's commit from Friday as the latest one.
hmm, I don't see any git changes after a git pull. Forgot to push?
http://lists.horde.org/archives/commits/2012-August/015850.html
hmm, I don't see any git changes after a git pull. Forgot to push?
Cheers,
Thomas
State ⇒ Resolved
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Can't open nag with latest git
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I can't open nag with the latest git code. This is what I get in the
-apache- logs:
[Sat Aug 11 18:04:10 2012] [error] [client 192.168.122.1] PHP Fatal
error: Class 'Horde_Core_TagBrowser' not found in
/datastore/DEVEL/horde/nag/lib/TagBrowser.php on line 16
[Sat Aug 11 18:04:10 2012] [error] [client 192.168.122.1] PHP Stack trace:
[Sat Aug 11 18:04:10 2012] [error] [client 192.168.122.1] PHP 1.
{main}() /datastore/DEVEL/horde/nag/index.php:0
[Sat Aug 11 18:04:10 2012] [error] [client 192.168.122.1] PHP 2.
require() /datastore/DEVEL/horde/nag/index.php:16
[Sat Aug 11 18:04:10 2012] [error] [client 192.168.122.1] PHP 3.
Nag_View_List->__construct($vars = class Horde_Variables { protected
$_expected = array (); protected $_sanitized = FALSE; protected $_vars
= array ('Horde' => 'mj8e2h3afvfahgm8vs0aeolp40', 'horde_secret_key'
=> '9solg0gvibhdjupi92u9210jq3', 'default_horde_view' => 'auto') })
/datastore/DEVEL/horde/nag/list.php:14
[Sat Aug 11 18:04:10 2012] [error] [client 192.168.122.1] PHP 4.
Nag_Factory_TagBrowser->create()
/datastore/DEVEL/horde/nag/lib/View/List.php:56
[Sat Aug 11 18:04:10 2012] [error] [client 192.168.122.1] PHP 5.
Horde_Autoloader->loadClass($className = 'Nag_TagBrowser')
/datastore/DEVEL/horde/nag/lib/View/List.php:0
[Sat Aug 11 18:04:10 2012] [error] [client 192.168.122.1] PHP 6.
Horde_Autoloader->_include($path =
'/usr/intranator/html/horde/nag/lib/TagBrowser.php')
/datastore/DEVEL/horde/framework/Autoloader/lib/Horde/Autoloader.php:21
[Sat Aug 11 18:04:10 2012] [error] [client 192.168.122.1] PHP 7.
include()
/datastore/DEVEL/horde/framework/Autoloader/lib/Horde/Autoloader.php:76
Other apps like mnemo or turba work fine.
Thomas