[geeklog-devel] Integrated Web Installer and Online Config Feedback
Joe Mucchiello
joe at ThrowingDice.com
Thu Sep 6 23:28:11 EDT 2007
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
More information about the geeklog-devel
mailing list