Share

phpautotest

Tracker: Bugs

5 installation problems - ID: 1490067
Last Update: Tracker Item Submitted ( meltir )

Version:
phpautotest_1_0_3
apache 2.2.0
php 5.1.4
OS: Linux Debian Sarge

A small typo in phpautotest_config.php, on line 51:

require_once(phpautotest_smarty_DIR.'smarty.class.php');

should be

require_once(phpautotest_smarty_DIR.'Smarty.class.php');

This may possibly not cause any problems under windows,
but gives a fatal error under linux and other *nix
enviroments.

Also - when installing, i had to hardcode
$phpautotest_fixpath to get the include paths for
smarty (compilation dir) correctly,
thou this may possibly be a apache configuration issue.

A suggestion for instalation notes:
adding the following to httpd:

Alias /test $phpautotest_installation_directory
<Directory "$phpautotest_installation_directory/">

AllowOverride All

Options FollowSymLinks

Order deny,allow

</Directory>

This allows users to work with phpautotest under every
virtual host the machine is running without problems
with cross site sripting restriction (mentioned in the
help forums - valid under firefox and possibly other
borwsers).

Hope this helped

Cheers
Lukasz Andrzejak
aka Meltir


Meltir Gorth ( meltir ) - 2006-05-17 08:43

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.