Same here, same dependencyes...RandomUsername wrote:These last two updates have got my B2 stuck in a bit of dependency hell.
Search found 107 matches
- 02 Nov 2012, 13:24
- Forum: Software releases
- Topic: Release notes for Excito Bubba 2&3 software version 2.5.1.1
- Replies: 23
- Views: 31819
Re: Release notes for Excito Bubba 2&3 software version 2.5.
- 06 Sep 2012, 03:05
- Forum: B2 & B3 Support
- Topic: Using google's smtp server
- Replies: 7
- Views: 7770
Re: Using google's smtp server
Have you read this tutorial:
http://wiki.excito.org/wiki/index.php/S ... sing_gmail ?
http://wiki.excito.org/wiki/index.php/S ... sing_gmail ?
- 13 Jul 2012, 11:30
- Forum: B2 & B3 Support
- Topic: invalid passwords
- Replies: 11
- Views: 9004
- 13 Jul 2012, 10:51
- Forum: B2 & B3 Support
- Topic: Motd
- Replies: 6
- Views: 7052
Re: Motd
Witch file are you editing?
http://wiki.debian.org/motd
http://wiki.debian.org/motd
- 17 Apr 2012, 00:49
- Forum: B2 & B3 Support
- Topic: reinstalling bubba on minimal debian
- Replies: 3
- Views: 4461
- 20 Feb 2012, 14:19
- Forum: B2 & B3 Feature Requests
- Topic: Ipv6 support in web interface voor b2 and b3
- Replies: 3
- Views: 8996
- 01 Feb 2012, 12:31
- Forum: Software releases
- Topic: Release notes for Excito B3 software version 2.4
- Replies: 86
- Views: 99685
Re: Release notes for Excito B3 software version 2.4
I just found a great Howto nfs.
- 01 Feb 2012, 12:26
- Forum: Software releases
- Topic: Release notes for Excito B3 software version 2.4
- Replies: 86
- Views: 99685
Re: Release notes for Excito B3 software version 2.4
I'll get back with how my export and nfsfiles looks like. (And maby a howto)ahoff wrote:If you use Amarok on a Linuxmachine you can use nfs. That is the way I do it.
- 01 Feb 2012, 12:17
- Forum: Software releases
- Topic: Release notes for Excito B3 software version 2.4
- Replies: 86
- Views: 99685
Re: Release notes for Excito B3 software version 2.4
If you use Amarok on a Linuxmachine you can use nfs. That is the way I do it.
- 13 Jan 2012, 08:31
- Forum: BubbaMon
- Topic: BubbaMon v0.16 available
- Replies: 3
- Views: 10068
- 12 Jan 2012, 22:28
- Forum: BubbaMon
- Topic: BubbaMon v0.16 available
- Replies: 3
- Views: 10068
Re: BubbaMon v0.16 available
The project page link goes to the old v0.15 

- 22 Nov 2011, 15:13
- Forum: Howtos
- Topic: How to install WordPress or Joomla on B2/B3!?
- Replies: 8
- Views: 15315
Re: How to install WordPress or Joomla on B2/B3!?
Why is setting the ownership of WP to www-data such a stupid idea? Who should be the owner then?
- 07 Nov 2011, 12:13
- Forum: B2 & B3 Support
- Topic: B3 -> B2 Question
- Replies: 4
- Views: 4636
- 04 Nov 2011, 07:37
- Forum: BubbaMon
- Topic: New version of BubbaMon, the firefox extension
- Replies: 48
- Views: 67316
Re: New version of BubbaMon, the firefox extension
Weird. Are you sure your upgrade (2.4-RC1) went ok? Maybe a missing or corrupt language file? /Johan After some investigation it seems that in B2 version 2.3E and later the line we are talkin about are gone. The function stat-section of stat.php shuld now look like this: function stat(){ parent::Co...
- 03 Nov 2011, 17:07
- Forum: BubbaMon
- Topic: New version of BubbaMon, the firefox extension
- Replies: 48
- Views: 67316
Re: New version of BubbaMon, the firefox extension
I forgot the file :oops: <?php class Stat extends Controller{ function stat(){ parent::Controller(); require_once(APPPATH."/legacy/defines.php"); require_once(ADMINFUNCS); if(!($this->uri->segment(2) == 'index' && $this->uri->segment(3) == 'json')) { $this->Auth_model->enforce_policy('web_admin','ad...