Hello,

I'm having a weird problem installing Vshare2.

Everything works fine up until "Database & Website Settings" section, where the fields just have;

Code:
<?echo $site_url;?>
<?echo $site_path;?>
<?echo $ffmpeg_path;?>
.. And so on - in all of them. I manually fill out the correct details in the feilds then it gives me the following;

Code:
Notice: Undefined variable: err in /home/shizer/shizer.com/install/index.php on line 148

Notice: Use of undefined constant db_name - assumed 'db_name' in /home/shizer/shizer.com/install/index.php on line 164

Notice: Use of undefined constant db_server - assumed 'db_server' in /home/shizer/shizer.com/install/index.php on line 165

Notice: Use of undefined constant db_user - assumed 'db_user' in /home/shizer/shizer.com/install/index.php on line 166

Notice: Use of undefined constant db_pass - assumed 'db_pass' in /home/shizer/shizer.com/install/index.php on line 167

 
Configuration file created: include/config.php
Any suggestions on how to fix this problem ?

Basic Details;
PHP 5.2.1
Apache 2.2.4
Zend Optimizer 3.2.8
Mysql 5.0.19