[geeklog-devel] Integrated Web Installer and Online Config Feedback
Oliver Spiesshofer
oliver at spiesshofer.com
Fri Sep 7 01:29:22 EDT 2007
In the testing process of the plugins i did several installs on a blank database.
I did not even update any files. I simply ran the installer.... Everything worked fine
-----Original Message-----
From: "Joe Mucchiello" <joe at ThrowingDice.com>
To: "Geeklog Development" <geeklog-devel at lists.geeklog.net>
Sent: 7/09/07 12:28
Subject: Re: [geeklog-devel] Integrated Web Installer and Online Config Feedback
No, I turned on "display errors" in php.ini and I've updated the
db-config.php and siteconfig.php but appaarently no one has tried to
run this with a completely empty database. In config.class.php, the
initconfig() method needs this change:
$sql_query = "SELECT name, value FROM
{$_TABLES['conf_values']} WHERE " .
"group_name = '{$this->ref}'";
$result = DB_query($sql_query,1); // add the ,1
so that when $_TABLES['conf_values'] doesn't exist, the db layer will
not report an error. But that's just the start of the problems. From
there, including lib-plugins causes an error when it tries to fill
the $PLUGINS array and gl_plugins is not a valid table.
I'll try again after I install 1.4.1 onto that database.
At 09:38 PM 9/6/2007, Oliver Spiesshofer wrote:
>If you subscribe to the CVS updates (which I can highly recommend if
>you work with CVS code), you can see that the new install is still
>under development. Apparently the documentation is written after the
>new process is finished instead of before.
>I would recommend you to accept the fact that you do not have to
>change anything in lib-common and go directly to the the install
>directory /public_html/admin/install/ and try to call the index.php
>there and see if anything there works.
>
>Oliver
----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com
_______________________________________________
geeklog-devel mailing list
geeklog-devel at lists.geeklog.net
http://eight.pairlist.net/mailman/listinfo/geeklog-devel
More information about the geeklog-devel
mailing list