Results 1 to 4 of 4

Thread: Install Problem...

  1. #1
    Join Date
    Apr 2007
    Posts
    6

    Default Install Problem...

    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

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    in php.ini set error reporting as follows

    error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR

    Following are recommended values for php.ini

    max_execution_time = 600
    max_input_time = 600
    memory_limit = 32M
    error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
    display_errors = On
    register_globals = On
    post_max_size = 800M
    file_uploads = On
    upload_max_filesize = 800M

  3. #3
    Join Date
    Apr 2007
    Posts
    6

    Default

    Hi,

    Thanks for your reply !

    I tried what you suggested, however it still didn't work.

    The "Database & Website Settings" fields still have PHP code in them, I once again manually filled them in and continued, while I didn't get any errors after that, it still didn't work. It has not even populated the database.

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    If you can PM me your site login details, i can check it for you.

Similar Threads

  1. install multi server problem
    By muse in forum General Discussions
    Replies: 1
    Last Post: 08-09-2008, 09:41 PM
  2. Install Problem
    By scobb77 in forum Installation Support
    Replies: 1
    Last Post: 02-02-2008, 09:51 PM
  3. install problem
    By zll1984 in forum Installation Support
    Replies: 2
    Last Post: 01-26-2008, 09:13 AM
  4. install problem
    By ZD93991 in forum Installation Support
    Replies: 4
    Last Post: 01-13-2008, 07:58 PM
  5. Install Problem
    By whalles in forum Installation Support
    Replies: 1
    Last Post: 05-01-2007, 05:33 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •