[Pkg-owncloud-maintainers] Bug

Leonard le0nard at riseup.net
Tue Jul 10 12:02:19 UTC 2012


Thanks, works now :)
btw, I suppose BTS means Bugtrackingsystem, but whats rc?
releasecritical?

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?

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 




More information about the Pkg-owncloud-maintainers mailing list