Frog will not accept installation info.
|
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 mysql ver 5.somthing… |
|
486 posts
|
database server: localhost? uh uh. |
|
1 posts
|
I’m not sure what you mean… |
|
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! |
|
486 posts
|
:) 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. |
|
1493 posts
|
Strangely enough … it is! Just set up Frog on sqweebs.com for a laugh. It could be easier. :/ |
|
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. |
|
486 posts
|
By the way, I apologize for being presumptuous. |
|
125 posts
|
Hi,
localhost is the mysql server name… |
|
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:
to:
and Frog will install (that’s 0.9.4, anyway). Not the most brilliant free hosting setup, but it can work! |