FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

Frog will not accept installation info.

Feed 11 posts, 4 voices

Avatar
1 posts

Alright I’m using the free host sqweeb.com, I’ve used an FTP client to upload the unzipped frog file but when I enter correct info the page just reloads with the defaults. I conversed with the webmaster of te site a bit and I’m entering the correct info, so he thinks.

Database Server: localhost
Database User: trinka_trinka
Database Password: (is there one? is it the mysql user password?)
Database Name: trinka_frog

mysql ver 5.somthing…
php ver 5.xx (i beleive?)

 
Avatar
486 posts

database server: localhost? uh uh.

 
Avatar
1 posts

I’m not sure what you mean…

 
Avatar
1493 posts

I think ricks means that with a free host he thinks it unlikely that the db server will be “localhost”; I would have thought so too, but it seems this is sqweebs.com’s system.

You certainly will need a database user name and password; it looks like you have to create these when you set up the database, so those values should be known to you!

Did you remember to grant “privileges” to the “user” you created? It looks like sqweebs runs a three-stage db setup.

Also, it seems sqweebs.com doesn’t like filenames ending in “.tmpl”, so there’s an adjustment to be made there, too, if you don’t have a <root>/install/config.tmpl file.

Let us know how it goes!

 
Avatar
486 posts

I’m not sure what you mean…

:)

your database server is not localhost.

you will need to check with your webhost for all the information required: database server, database user, database password, database name.

 
Avatar
1493 posts

your database server is not localhost.

Strangely enough … it is! Just set up Frog on sqweebs.com for a laugh. It could be easier. :/

 
Avatar
486 posts

Yeah that is strange. Well if trinka’s just testing Frog out, I guess sqweeb is fine. Then trinka, you’re problem might be that you didn’t specify the database password, which is the mysql password.

 
Avatar
486 posts

By the way, I apologize for being presumptuous.

 
Avatar
125 posts

Hi,
I created a sqweeb account…
It’s not possible to have a good frog install (you must create db structure and add datas with phpmyadmin)…
example

.htaccess files are not allowed

localhost is the mysql server name…

 
Avatar
1493 posts

They don’t allow .htaccess, and they don’t allow “.tmpl” or “.template” files, either.

You can change the name of install/config.tmpl to install/config.txt, and make an adjustment in the install/index.php file, at line 42, changing:

    $config_tmpl = new Template('config.tmpl');

to:

    $config_tmpl = new Template('config.txt');

and Frog will install (that’s 0.9.4, anyway).

Not the most brilliant free hosting setup, but it can work!