Install issue

75 views
Skip to first unread message

JohnnyQuick

unread,
Jan 31, 2009, 2:14:33 PM1/31/09
to Gelato CMS
I followed the install process as indicated, but when I run the
install, and enter what I think is the correct info, it says it has a
database connection issue. I tried to run the manual method, but
phpMyAdmin gives me an error on importing the .sql file "#1286 -
Unknown table engine 'MyISAM1' " This occurs during the operation:
CREATE TABLE 'gel_feeds'

Any ideas? I have the config pointing to the right places, and user,
and db name... did I miss something painfully obvious?

Cheers
JohnnyQuick

Victor De la Rocha

unread,
Feb 1, 2009, 1:08:29 AM2/1/09
to Gelato CMS
What version of gelato are you trying to install?

echo

unread,
Feb 9, 2009, 11:46:29 PM2/9/09
to Gelato CMS
I am trying to install Gelato Vaniglia ALPHA — grabbed from this URL:
http://gelatocms.googlecode.com/files/gelato1-0-ALPHA.zip — and this
is the error message I receive when I load install.php:
"Error establishing a database connection

This either means that the username and password information in your
config.php file is incorrect or we can't contact the database server
at localhost. This could mean your host's database server is down.

* Are you sure you have the correct username and password?
* Are you sure that you have typed the correct hostname?
* Are you sure that the database server is running?"

The hostname, username and password information in config.php is
correct and the database server is definitely running. I didn't try
anything but the browser install, but it looks like I would have run
into the same problem as JohnnyQuick.

cheers,
echo

Pedro Santana

unread,
Feb 10, 2009, 11:11:41 AM2/10/09
to gela...@googlegroups.com
could you please give us an example of your config? of course DO NOT INCLUDE real data.

echo

unread,
Feb 13, 2009, 11:05:33 AM2/13/09
to Gelato CMS
Oops! I believe I accidentally hit "Reply to author," instead of
"Reply" — sorry about that!
Let me try this again ;)

Here is the config.php with sensitive data removed:

<?php
if(!defined('entry') || !entry) die('Not a valid page');
/* ===========================

gelato CMS - A PHP based tumblelog CMS
development version
http://www.gelatocms.com/

gelato CMS is a free software licensed under the GPL 2.0
Copyright (C) 2007 by Pedro Santana <pecesama at gmail dot com>

=========================== */

define('DB_Server', '[********]');
define('DB_name', '[********]');
define('DB_User', '[********]');
define('DB_Password', '[********]');
define('Table_prefix', 'gelato_myprefix_');

?>

cheers,
echo

Pedro Santana

unread,
Feb 13, 2009, 11:16:29 AM2/13/09
to gela...@googlegroups.com
Ok, I found the problem, yuo must remove the brakets [ ] should be:

define('DB_Server', '******');
define('DB_name', '******');
define('DB_User', '******');
define('DB_Password', '******');

define('Table_prefix', 'gelato_myprefix_');

Regards,
Pedro.

luiziano

unread,
Feb 14, 2009, 6:18:00 AM2/14/09
to Gelato CMS
Hi to all!
Well im trying to install Gelato CMS but theres a problem.Im using the
Automatic install but I don't know what should I type in the
Installation URL field.The files are in my root directory.
So if you can tell me I would really appreciate it!

Pedro Santana

unread,
Feb 14, 2009, 2:11:49 PM2/14/09
to gela...@googlegroups.com
Hi, the URL of your site, for example http://www.example.com

echo

unread,
Feb 18, 2009, 8:07:55 AM2/18/09
to Gelato CMS
Oh dear! I can't believe that slipped right past me. (Actually, I can,
but that's another story.)
With brackets deleted, installation is completed and testing can
begin.
Thanks!

cheers,
echo

Netfilmx

unread,
Apr 22, 2012, 4:14:11 PM4/22/12
to gela...@googlegroups.com
It would be a good idea remove the brakets [] on the config file on the future release, because is confuse.

It happened to me too with the 1.0 version.

Regards.
Reply all
Reply to author
Forward
0 new messages