Local install 0.9.5 - no errors, no tables?

Feed 3 posts, 4 voices

Avatar
7 posts

My setup:
WindowsXP SP2
Uniform Server [3.3]
PHP 5.1.1
Apache/2.0.55
MySQL 5.0.17

Installation OK, but there are no tables in database.

My problem solved:

1. open file: \install\config.tmpl and edit line 9:

define('DB_DSN', 'mysql:dbname=<?php echo $db_name; ?>;host=<?php echo $db_host; ?>;port=<?php echo $db_port ?>;');

to

define('DB_DSN', 'mysql:dbname=<?php echo $db_name; ?>;host=<?php echo $db_host; ?>;port=<?php echo $db_port ?>');

(remove the “;“)

2. clear all content in file \config.php, save it

3. open http://youlocalhost/youfrog/*install* url and reinstall it

My local frog installer now create tables, site working…and I’m happy :o)

 
Avatar
3 posts

This solved all my problems!

 
Avatar
651 posts

my apologies, its a typo in config.tmpl which for some reason didn’t trigger the problem on my system… despite me installing from scratch regularly.

the typo has been fixed in SVN

 
Avatar
1 posts

It seems like the zip-file of 0.9.5 hasn’t been updated with this fix yet.