SunRav TestOfficePro.WEB


SunRav TestOfficePro.WEB
Introduction
Requirements for testing
Installation
Working with users
Working with tests
Creating reports
Administration
Settings
Testing
FAQ
How to register
Technical support
Our developments

Frequently Asked Questions


Question: when I run the scripts, I receive the following message: Warning: Undefined index: login in c:\internet\home\localhost\www\tests\php\test.php on line 474

Answer: To get rid of such messages, configure PHP by means of editing the php.ini file that usually resides in the Windows folder:

  1. Open php.ini using your favorite text editor.
  2. Find the line that begins with:
    error_reporting  = E_ALL;
    And replace it with:
    error_reporting  = E_ALL & ~E_NOTICE;
  3. Save your changes.
  4. Restart Apache.

Question: when I run the scripts, I receive the following message:

Warning: session_start() [function.session-start]: open(/tmp\sess_00859c965f7a19e0f70a416407013c60, O_RDWR) failed: No such file or directory (2) in c:\internet\home\localhost\www\tests\php\test.php on line 2


Answer: make sure session.save_path variable in php.ini refer to existing folder.


Question: may I use several data bases simultaneously?

Answer: yes. You'll need create some data bases and edit connect.php file:


<?$db_conn=mysql_pconnect("localhost","root","");
mysql_select_db("test", $db_conn);?>


Replace test with other data base title.


N.B. You'll need buy additional licenses to use some data bases.

Prev Next



Copyright © 2002-2005 SunRav Software. All rights reserved.

http://www.sunrav.com