[Pkg-owncloud-maintainers] Bug
Thomas Müller
thomas.mueller at tmit.eu
Tue Jul 10 12:10:55 UTC 2012
Am Dienstag, dem 10.07.2012 um 14:02 schrieb Leonard:
> Thanks, works now :)
Good! ;-)
> btw, I suppose BTS means Bugtrackingsystem, but whats rc?
> releasecritical?
>
BTS is meant to be the Debian Bug Tracking System.
Just type in terminal on the server:
reportbug owncloud
... and the tool wil guide you through the report creation.
> btw, there's another bug with user creating in owncloud 4. But it's
> probably not related to the debian package. The creation just works
> (sometimes) via pressing the entere key (after inserting a name and a
> password) but never via the "Create" button on the webinterface.
> (Referring to this page /settings/users.php )
> I'll /should report that one upstream, right?
>
This was already fixed upstream - afaik.
But I'd like to see this on Debian BTS as well in order to fix it.
Thanks a lot for your support,
Thomas
> On Tue, 2012-07-10 at 13:51 +0200, Thomas Müller wrote:
> > > -- phpMyAdmin SQL Dump
> > > -- version 3.4.11deb1
> > > -- http://www.phpmyadmin.net
> > > --
> > > -- Host: localhost
> > > -- Generation Time: Jul 10, 2012 at 01:44 PM
> > > -- Server version: 5.5.24
> > > -- PHP Version: 5.4.4-2
> > >
> > > SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
> > > SET time_zone = "+00:00";
> > >
> > >
> > > /*!40101 SET
> > @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT
> > > */;
> > > /*!40101 SET
> > @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS
> > > */;
> > > /*!40101 SET
> > @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION
> > > */;
> > > /*!40101 SET NAMES utf8 */;
> > >
> > > --
> > > -- Database: `owncloud`
> > > --
> > >
> > > -- --------------------------------------------------------
> > >
> > > --
> > > -- Table structure for table `oc_appconfig`
> > > --
> > >
> > > CREATE TABLE IF NOT EXISTS `oc_appconfig` (
> > > `appid` varchar(255) NOT NULL DEFAULT '',
> > > `configkey` varchar(255) NOT NULL DEFAULT '',
> > > `configvalue` longtext NOT NULL
> > > ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
> > >
> > > --
> > > -- Dumping data for table `oc_appconfig`
> > > --
> > >
> > > INSERT INTO `oc_appconfig` (`appid`, `configkey`,
> > `configvalue`)
> > > VALUES
> > > ('core', 'installedat', '1341850896.1636'),
> > > ('core', 'lastupdatedat', '1341851797.4709'),
> > > ('core', 'public_gallery', 'gallery/sharing.php'),
> > > ('core', 'remote_contacts', 'appinfo/remote.php'),
> > > ('core', 'remote_carddav', 'appinfo/remote.php'),
> > > ('core', 'public_files', '/apps/files_sharing/get.php'),
> > > ('core', 'public_webdav', '/apps/files_sharing/get.php'),
> > > ('core', 'remote_calendar', 'appinfo/remote.php'),
> > > ('core', 'remote_caldav', 'appinfo/remote.php'),
> > > ('core', 'public_calendar', 'calendar/share.php'),
> > > ('core', 'public_caldav', 'calendar/share.php'),
> > > ('core', 'remote_files', '/apps/files/appinfo/remote.php'),
> > > ('core', 'remote_webdav', '/apps/files/appinfo/remote.php'),
> > > ('core', 'remote_ampache', '/apps/media/remote.php'),
> > > ('core', 'remote_core.css', '/core/minimizer.php'),
> > > ('core', 'remote_core.js', '/core/minimizer.php');
> > >
> > > /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT
> > */;
> > > /*!40101 SET
> > CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS
> > > */;
> > > /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION
> > */;
> > >
> > >
> > > It's probably the leading / that are missing infront of some items?
> > >
> >
> > Afaik the entries should look like this:
> > ('core', 'remote_contacts',
> > '/apps/contacts/appinfo/remote.php'),
> > ('core', 'remote_carddav',
> > '/apps/contacts/appinfo/remote.php'),
> > ('core', 'remote_calendar',
> > '/apps/calendar/appinfo/remote.php'),
> > ('core', 'remote_caldav',
> > '/apps/calendar/appinfo/remote.php'),
> >
> > Can you please change these database entries and let me know if this
> > works.
> > Any we need a BTS report as well - RC from my point of view.
> >
> > Thanks a lot,
> >
> > Thomas
>
>
> _______________________________________________
> Pkg-owncloud-maintainers mailing list
> Pkg-owncloud-maintainers at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-owncloud-maintainers
More information about the Pkg-owncloud-maintainers
mailing list