h-source-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[H-source-users] Problems with running a custom instance


From: Michał Masłowski
Subject: [H-source-users] Problems with running a custom instance
Date: Sun, 28 Oct 2012 19:42:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Hello.  I'm trying to configure a custom instance of h-source (for
h-client testing), I did what was stated in README.txt (changing DB,
USER, PWD, HOST and DOMAIN_NAME in Config/Config.php).

I think this change is needed to create the tables:

Index: tables.sql
===================================================================
--- tables.sql  (revision 389)
+++ tables.sql  (working copy)
@@ -402,7 +402,7 @@
   `comm_year` char(15) NOT NULL,
   `id_hard` int(10) unsigned NOT NULL,
   `pci_id` char(10) NOT NULL,
-  `subtype` char(25)) NOT NULL,
+  `subtype` char(25) NOT NULL,
   `driver` varchar(50) NOT NULL,
   `interface` char(15) NOT NULL DEFAULT 'not-specified',
   `bios` char(20) NOT NULL DEFAULT 'not-specified',

Now visiting the main page gives this error:

Notice: Undefined offset: 0 in 
/home/mtjm/h-source/Application/Controllers/BaseController.php on line 156 
Fatal error: Call to a member function render() on a non-object in 
/home/mtjm/h-source/Application/Controllers/BaseController.php on line 156

Is it a known issue?  What should I do to fix it?

Attachment: pgpsuKLC4qzmS.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]